LICENSE
README.md
pyproject.toml
setup.py
./performance_hints/__init__.py
./performance_hints/decorators.py
./performance_hints/analyzers/__init__.py
./performance_hints/analyzers/ast_analyzer.py
./performance_hints/config/__init__.py
./performance_hints/config/settings.py
./performance_hints/detectors/__init__.py
./performance_hints/detectors/base.py
./performance_hints/detectors/loops.py
./performance_hints/detectors/timing.py
./performance_hints/reporters/__init__.py
./performance_hints/reporters/base.py
./performance_hints/reporters/console.py
performance_hints/__init__.py
performance_hints/decorators.py
performance_hints/analyzers/__init__.py
performance_hints/analyzers/ast_analyzer.py
performance_hints/config/__init__.py
performance_hints/config/settings.py
performance_hints/detectors/__init__.py
performance_hints/detectors/base.py
performance_hints/detectors/loops.py
performance_hints/detectors/timing.py
performance_hints/reporters/__init__.py
performance_hints/reporters/base.py
performance_hints/reporters/console.py
py_performance_hints.egg-info/PKG-INFO
py_performance_hints.egg-info/SOURCES.txt
py_performance_hints.egg-info/dependency_links.txt
py_performance_hints.egg-info/requires.txt
py_performance_hints.egg-info/top_level.txt
tests/test_basic_functionality.py
tests/test_decorators.py