LICENSE
README.md
pyproject.toml
setup.py
fishertools/__init__.py
fishertools/decorators.py
fishertools/helpers.py
fishertools/input_utils.py
fishertools/integration.py
fishertools/readme_transformer.py
fishertools/transform_readme.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/config/__init__.py
fishertools/config/manager.py
fishertools/config/models.py
fishertools/config/parser.py
fishertools/documentation/__init__.py
fishertools/documentation/api.py
fishertools/documentation/generator.py
fishertools/documentation/models.py
fishertools/documentation/visual.py
fishertools/errors/__init__.py
fishertools/errors/exception_types.py
fishertools/errors/exceptions.py
fishertools/errors/explainer.py
fishertools/errors/formatters.py
fishertools/errors/models.py
fishertools/errors/patterns.py
fishertools/errors/recovery.py
fishertools/examples/__init__.py
fishertools/examples/cli_example.py
fishertools/examples/learn_example.py
fishertools/examples/logger_example.py
fishertools/examples/menu_example.py
fishertools/examples/models.py
fishertools/examples/repository.py
fishertools/examples/storage_example.py
fishertools/learn/__init__.py
fishertools/learn/examples.py
fishertools/learn/tips.py
fishertools/learning/__init__.py
fishertools/learning/core.py
fishertools/learning/models.py
fishertools/learning/progress.py
fishertools/learning/session.py
fishertools/learning/tutorial.py
fishertools/legacy/__init__.py
fishertools/legacy/deprecated.py
fishertools/legacy/deprecation.py
fishertools/patterns/__init__.py
fishertools/patterns/cli.py
fishertools/patterns/logger.py
fishertools/patterns/menu.py
fishertools/patterns/storage.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_integration_enhancements.py
tests/test_patterns_cli.py
tests/test_patterns_docstrings.py
tests/test_patterns_logger.py
tests/test_patterns_menu.py
tests/test_patterns_storage.py
tests/test_structure.py
tests/test_structure_enhancements.py
tests/test_config/__init__.py
tests/test_config/test_basic_config.py
tests/test_config/test_config_error_handling.py
tests/test_config/test_config_properties.py
tests/test_documentation/__init__.py
tests/test_documentation/test_documentation_properties.py
tests/test_documentation/test_visual_documentation_properties.py
tests/test_errors/__init__.py
tests/test_errors/test_api.py
tests/test_errors/test_error_handling.py
tests/test_errors/test_exception_types.py
tests/test_errors/test_exception_types_pbt.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_examples/__init__.py
tests/test_examples/test_example_repository_properties.py
tests/test_examples/test_specific_examples.py
tests/test_input_utils/__init__.py
tests/test_input_utils/test_input_utils.py
tests/test_learn/__init__.py
tests/test_learn/test_examples.py
tests/test_learn/test_explain_properties.py
tests/test_learn/test_tips.py
tests/test_learning/__init__.py
tests/test_learning/test_interactive_learning_properties.py
tests/test_learning/test_learning_system_properties.py
tests/test_learning/test_progress_tracking_properties.py
tests/test_legacy/__init__.py
tests/test_legacy/test_backward_compatibility.py
tests/test_legacy/test_deprecation_warnings.py
tests/test_readme_transformer/__init__.py
tests/test_readme_transformer/test_readme_infrastructure.py
tests/test_readme_transformer/test_transform_readme_integration.py
tests/test_safe/__init__.py
tests/test_safe/test_collections_properties.py
tests/test_safe/test_files.py