LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/broken_script.py
examples/test_imports.py
examples/test_syntax.py
python_unfuck.egg-info/PKG-INFO
python_unfuck.egg-info/SOURCES.txt
python_unfuck.egg-info/dependency_links.txt
python_unfuck.egg-info/entry_points.txt
python_unfuck.egg-info/requires.txt
python_unfuck.egg-info/top_level.txt
tests/__init__.py
tests/test_error_capture.py
unfuck/__init__.py
unfuck/ai/__init__.py
unfuck/ai/ai_analyzer.py
unfuck/ai/ollama_client.py
unfuck/cli/__init__.py
unfuck/cli/main.py
unfuck/cli/personality.py
unfuck/cli/ui.py
unfuck/core/__init__.py
unfuck/core/error_analyzer.py
unfuck/core/error_capture.py
unfuck/core/fix_engine.py
unfuck/core/pattern_database.py
unfuck/utils/__init__.py
unfuck/utils/config.py
unfuck/utils/helpers.py
unfuck/utils/logger.py