CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
fishertools/__init__.py
fishertools/_version.py
fishertools/api_mode.py
fishertools/async_logger.py
fishertools/async_safe.py
fishertools/cli.py
fishertools/decorators.py
fishertools/helpers.py
fishertools/input_utils.py
fishertools/integration.py
fishertools/py.typed
fishertools/readme_transformer.py
fishertools/transform_readme.py
fishertools/utils.py
fishertools/config/__init__.py
fishertools/config/default_config.json
fishertools/config/manager.py
fishertools/config/models.py
fishertools/config/parser.py
fishertools/config/settings.py
fishertools/debug/__init__.py
fishertools/debug/debugger.py
fishertools/debug/tracer.py
fishertools/documentation/__init__.py
fishertools/documentation/api.py
fishertools/documentation/code_validator.py
fishertools/documentation/examples_manager.py
fishertools/documentation/generator.py
fishertools/documentation/managers.py
fishertools/documentation/models.py
fishertools/documentation/visual.py
fishertools/errors/__init__.py
fishertools/errors/educational_wrapper.py
fishertools/errors/exception_types.py
fishertools/errors/exceptions.py
fishertools/errors/explainer.py
fishertools/errors/explanation_builder.py
fishertools/errors/formatters.py
fishertools/errors/models.py
fishertools/errors/pattern_loader.py
fishertools/errors/patterns.py
fishertools/errors/recovery.py
fishertools/examples/__init__.py
fishertools/examples/cli_example.py
fishertools/examples/debug_examples.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/examples/validation_examples.py
fishertools/examples/visualization_examples.py
fishertools/i18n/__init__.py
fishertools/i18n/error_translator.py
fishertools/i18n/language_detector.py
fishertools/i18n/models.py
fishertools/learn/__init__.py
fishertools/learn/error_explanations.py
fishertools/learn/examples.py
fishertools/learn/explanation_loader.py
fishertools/learn/explanations.json
fishertools/learn/knowledge_engine.py
fishertools/learn/test_knowledge_engine.py
fishertools/learn/test_knowledge_engine_pbt.py
fishertools/learn/tips.py
fishertools/learn/topics.json
fishertools/learn/repl/__init__.py
fishertools/learn/repl/cli.py
fishertools/learn/repl/code_sandbox.py
fishertools/learn/repl/command_handler.py
fishertools/learn/repl/command_parser.py
fishertools/learn/repl/engine.py
fishertools/learn/repl/models.py
fishertools/learn/repl/session_manager.py
fishertools/learn/repl/test_code_sandbox.py
fishertools/learn/repl/test_code_sandbox_pbt.py
fishertools/learn/repl/test_command_handler.py
fishertools/learn/repl/test_command_handler_pbt.py
fishertools/learn/repl/test_command_parser.py
fishertools/learn/repl/test_command_parser_pbt.py
fishertools/learn/repl/test_engine.py
fishertools/learn/repl/test_session_manager.py
fishertools/learn/repl/test_session_manager_pbt.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/network/__init__.py
fishertools/network/models.py
fishertools/network/safe_downloads.py
fishertools/network/safe_requests.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
fishertools/validation/__init__.py
fishertools/validation/exceptions.py
fishertools/validation/type_checker.py
fishertools/validation/validators.py
fishertools/visualization/__init__.py
fishertools/visualization/algorithm_visualizer.py
fishertools/visualization/enhanced_visualizer.py
fishertools/visualization/formatters.py
fishertools/visualization/models.py
fishertools/visualization/visualizer.py
fishertools/visualization/algorithms/__init__.py
fishertools/visualization/algorithms/searching.py
fishertools/visualization/algorithms/sorting.py
tests/test_api_behavior_modes.py
tests/test_backward_compatibility.py
tests/test_backward_compatibility_properties.py
tests/test_backward_compatibility_specific.py
tests/test_bug_fixes_integration.py
tests/test_bug_fixes_performance.py
tests/test_cli_learn_smoke.py
tests/test_debug_error_handling.py
tests/test_documentation_properties.py
tests/test_documentation_structure.py
tests/test_enhancements_backward_compatibility.py
tests/test_enhancements_backward_compatibility_properties.py
tests/test_enhancements_integration.py
tests/test_examples_manager_properties.py
tests/test_fixes_v047.py
tests/test_improvements_v046.py
tests/test_integration.py
tests/test_integration_enhancements.py
tests/test_integration_fallback_diagnostics.py
tests/test_integration_phase1.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_performance_smoke.py
tests/test_plugin_hooks.py
tests/test_release_version_consistency.py
tests/test_structure.py
tests/test_structure_enhancements.py