LICENSE.md
README.md
pyproject.toml
src/gufo/err/__init__.py
src/gufo/err/cli.py
src/gufo/err/codec.py
src/gufo/err/compressor.py
src/gufo/err/err.py
src/gufo/err/frame.py
src/gufo/err/logger.py
src/gufo/err/py.typed
src/gufo/err/types.py
src/gufo/err/abc/__init__.py
src/gufo/err/abc/failfast.py
src/gufo/err/abc/formatter.py
src/gufo/err/abc/middleware.py
src/gufo/err/failfast/__init__.py
src/gufo/err/failfast/always.py
src/gufo/err/failfast/never.py
src/gufo/err/failfast/typematch.py
src/gufo/err/failfast/types.py
src/gufo/err/formatter/__init__.py
src/gufo/err/formatter/extend.py
src/gufo/err/formatter/loader.py
src/gufo/err/formatter/terse.py
src/gufo/err/middleware/__init__.py
src/gufo/err/middleware/errorinfo.py
src/gufo/err/middleware/sentry.py
src/gufo/err/middleware/traceback.py
src/gufo_err.egg-info/PKG-INFO
src/gufo_err.egg-info/SOURCES.txt
src/gufo_err.egg-info/dependency_links.txt
src/gufo_err.egg-info/entry_points.txt
src/gufo_err.egg-info/requires.txt
src/gufo_err.egg-info/top_level.txt
tests/test_ci.py
tests/test_cli.py
tests/test_codec.py
tests/test_compressor.py
tests/test_docs.py
tests/test_err.py
tests/test_error_info.py
tests/test_formatter.py
tests/test_frames.py
tests/test_project.py
tests/test_sentry.py
tests/test_source.py
tests/test_traceback.py
tests/test_traceback_samples.py
tests/test_types.py