AUTHORS.txt
LICENSE.txt
README.md
setup.py
_errortools/__init__.py
_errortools/_cli.py
_errortools/_speedup.c
_errortools/cli.py
_errortools/const.py
_errortools/errno.py
_errortools/future.py
_errortools/ignore.py
_errortools/metadata.py
_errortools/partial.py
_errortools/py.typed
_errortools/raises.py
_errortools/typing.py
_errortools/version.py
_errortools/classes/__init__.py
_errortools/classes/abc.py
_errortools/classes/errorcodes.py
_errortools/classes/group.py
_errortools/classes/warn.py
_errortools/decorator/__init__.py
_errortools/decorator/cache.py
_errortools/decorator/deprecated.py
_errortools/descriptor/__init__.py
_errortools/descriptor/errormsg.py
_errortools/descriptor/nonblankmsg.py
_errortools/logging/__init__.py
_errortools/logging/base.py
_errortools/logging/level.py
_errortools/logging/logger.py
_errortools/logging/record.py
_errortools/logging/sink.py
_errortools/wrappers/__init__.py
_errortools/wrappers/cache.py
_errortools/wrappers/ignore.py
errortools/__init__.py
errortools/__main__.py
errortools/future.py
errortools/logging.py
errortools/partial.py
errortools.egg-info/PKG-INFO
errortools.egg-info/SOURCES.txt
errortools.egg-info/dependency_links.txt
errortools.egg-info/entry_points.txt
errortools.egg-info/requires.txt
errortools.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/run_tests.py
tests/test_abc.py
tests/test_const.py
tests/test_decorator.py
tests/test_descriptor.py
tests/test_errno.py
tests/test_errorcodes.py
tests/test_future.py
tests/test_groups.py
tests/test_ignore.py
tests/test_logging.py
tests/test_partials.py
tests/test_raises.py
tests/test_typing.py
tests/test_warnings.py