.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
bench/README.md
bench/speed.csv
bench/speed.png
bench/speed_bench.py
bench/speed_summary.json
examples/demo.ipynb
notebooks/quickstart.ipynb
notebooks/test_quickstart.py
src/eml_cost/__init__.py
src/eml_cost/analyze.py
src/eml_cost/batch.py
src/eml_cost/caching.py
src/eml_cost/canonicalize.py
src/eml_cost/core.py
src/eml_cost/estimate_time.py
src/eml_cost/guards.py
src/eml_cost/predict_precision_loss.py
src/eml_cost/profile.py
src/eml_cost/py.typed
src/eml_cost.egg-info/PKG-INFO
src/eml_cost.egg-info/SOURCES.txt
src/eml_cost.egg-info/dependency_links.txt
src/eml_cost.egg-info/requires.txt
src/eml_cost.egg-info/top_level.txt
src/eml_cost/data/demo_corpus.csv
tests/__init__.py
tests/test_api.py
tests/test_batch.py
tests/test_cache_by_fingerprint.py
tests/test_canonicalize.py
tests/test_costlimit.py
tests/test_estimate_time.py
tests/test_extended_registry.py
tests/test_fingerprint.py
tests/test_predict_precision_loss.py
tests/test_profile_metric.py
tests/test_smoke_bench.py
tests/test_stability_v010.py