LICENSE
README.md
pyproject.toml
setup.py
fishertools/__init__.py
fishertools/decorators.py
fishertools/helpers.py
fishertools/utils.py
fishertools.egg-info/PKG-INFO
fishertools.egg-info/SOURCES.txt
fishertools.egg-info/dependency_links.txt
fishertools.egg-info/requires.txt
fishertools.egg-info/top_level.txt
fishertools/errors/__init__.py
fishertools/errors/exceptions.py
fishertools/errors/explainer.py
fishertools/errors/formatters.py
fishertools/errors/models.py
fishertools/errors/patterns.py
fishertools/learn/__init__.py
fishertools/learn/examples.py
fishertools/learn/tips.py
fishertools/legacy/__init__.py
fishertools/legacy/deprecated.py
fishertools/legacy/deprecation.py
fishertools/safe/__init__.py
fishertools/safe/collections.py
fishertools/safe/files.py
fishertools/safe/strings.py
tests/__init__.py
tests/conftest.py
tests/test_integration.py
tests/test_structure.py
tests/test_errors/__init__.py
tests/test_errors/test_api.py
tests/test_errors/test_error_handling.py
tests/test_errors/test_explainer.py
tests/test_errors/test_formatters.py
tests/test_errors/test_models.py
tests/test_errors/test_patterns.py
tests/test_learn/__init__.py
tests/test_learn/test_examples.py
tests/test_learn/test_tips.py
tests/test_legacy/__init__.py
tests/test_legacy/test_backward_compatibility.py
tests/test_legacy/test_deprecation_warnings.py
tests/test_safe/__init__.py
tests/test_safe/test_collections_properties.py
tests/test_safe/test_files.py