Show HN: Make the Most of Python's ExceptionGroups

github.com

3 points by mawildoer 9 hours ago

Surfacing all exceptions at once saves end-users time and frustration. Collecting and raising exceptions is also a great pattern to write robust, simple multi-path code.

I rolled this package out of MIT licensed atopile because I loved the pattern and wanted to use it elsewhere - hope you do too!