LICENSE
README.md
pyproject.toml
setup.py
src/socratic_performance/__init__.py
src/socratic_performance/cache.py
src/socratic_performance/metrics.py
src/socratic_performance/profiler.py
src/socratic_performance.egg-info/PKG-INFO
src/socratic_performance.egg-info/SOURCES.txt
src/socratic_performance.egg-info/dependency_links.txt
src/socratic_performance.egg-info/requires.txt
src/socratic_performance.egg-info/top_level.txt
src/socratic_performance/caching/__init__.py
src/socratic_performance/caching/ttl_cache.py
src/socratic_performance/profiling/__init__.py
src/socratic_performance/profiling/query_profiler.py
tests/test_caching.py