.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
bench/ADVERSARIAL_FINDINGS.md
bench/README.md
bench/adversarial.csv
bench/adversarial_runner.py
bench/speed.csv
bench/speed.png
bench/speed_bench.py
bench/speed_summary.json
examples/.pre-commit-config.example.yaml
examples/demo.ipynb
examples/expressions.example.txt
notebooks/quickstart.ipynb
notebooks/test_quickstart.py
scripts/build_corpus_578.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/cli.py
src/eml_cost/core.py
src/eml_cost/dynamics.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/recommend_form.py
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/entry_points.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_cli.py
tests/test_costlimit.py
tests/test_dynamics.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_recommend_form.py
tests/test_siblings.py
tests/test_smoke_bench.py
tests/test_stability_v010.py
tests/test_v090_registry_extension.py