LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
openai_cost_calculator/__init__.py
openai_cost_calculator/api.py
openai_cost_calculator/cli.py
openai_cost_calculator/core.py
openai_cost_calculator/estimate.py
openai_cost_calculator/legacy.py
openai_cost_calculator/parser.py
openai_cost_calculator/pricing.py
openai_cost_calculator/pricing_cli.py
openai_cost_calculator/py.typed
openai_cost_calculator/tracker.py
openai_cost_calculator/types.py
openai_cost_calculator/usage.py
openai_cost_calculator.egg-info/PKG-INFO
openai_cost_calculator.egg-info/SOURCES.txt
openai_cost_calculator.egg-info/dependency_links.txt
openai_cost_calculator.egg-info/entry_points.txt
openai_cost_calculator.egg-info/requires.txt
openai_cost_calculator.egg-info/top_level.txt
openai_cost_calculator/adapters/__init__.py
openai_cost_calculator/adapters/anthropic_pricing.py
openai_cost_calculator/adapters/claude_code.py
openai_cost_calculator/adapters/claude_proxy.py
openai_cost_calculator/adapters/codex.py
openai_cost_calculator/adapters/common.py
openai_cost_calculator/adapters/install.py
openai_cost_calculator/anthropic/__init__.py
openai_cost_calculator/anthropic/pricing.py
openai_cost_calculator/anthropic/resolve.py
openai_cost_calculator/anthropic/stream.py
openai_cost_calculator/anthropic/usage.py
openai_cost_calculator/catalog/__init__.py
openai_cost_calculator/catalog/catalog.py
openai_cost_calculator/catalog/costing.py
openai_cost_calculator/catalog/dimensions.py
openai_cost_calculator/catalog/errors.py
openai_cost_calculator/catalog/io.py
openai_cost_calculator/catalog/model.py
openai_cost_calculator/catalog/selection.py
openai_cost_calculator/catalog/validation.py
openai_cost_calculator/data/pricing/anthropic.json
openai_cost_calculator/data/pricing/azure.json
openai_cost_calculator/data/pricing/bedrock.json
openai_cost_calculator/data/pricing/deepinfra.json
openai_cost_calculator/data/pricing/deepseek.json
openai_cost_calculator/data/pricing/fireworks.json
openai_cost_calculator/data/pricing/gemini.json
openai_cost_calculator/data/pricing/groq.json
openai_cost_calculator/data/pricing/mistral.json
openai_cost_calculator/data/pricing/openai.json
openai_cost_calculator/data/pricing/openrouter.json
openai_cost_calculator/data/pricing/together.json
openai_cost_calculator/data/pricing/vertex.json
openai_cost_calculator/providers/__init__.py
openai_cost_calculator/providers/base.py
openai_cost_calculator/providers/registry.py
openai_cost_calculator/proxy/__init__.py
openai_cost_calculator/proxy/anthropic_accounting.py
openai_cost_calculator/proxy/app.py
openai_cost_calculator/proxy/ledger.py
openai_cost_calculator/proxy/registry.py
openai_cost_calculator/proxy/streaming.py
openai_cost_calculator/proxy/upstreams.py
openai_cost_calculator/sync/__init__.py
openai_cost_calculator/sync/base.py
openai_cost_calculator/sync/corroborate.py
openai_cost_calculator/sync/diff.py
openai_cost_calculator/sync/policy.py
openai_cost_calculator/sync/report.py
openai_cost_calculator/sync/runner.py
openai_cost_calculator/sync/text.py
openai_cost_calculator/sync/sources/__init__.py
openai_cost_calculator/sync/sources/anthropic.py
openai_cost_calculator/sync/sources/azure.py
openai_cost_calculator/sync/sources/bedrock.py
openai_cost_calculator/sync/sources/common.py
openai_cost_calculator/sync/sources/deepinfra.py
openai_cost_calculator/sync/sources/deepseek.py
openai_cost_calculator/sync/sources/gemini.py
openai_cost_calculator/sync/sources/hosts.py
openai_cost_calculator/sync/sources/mistral.py
openai_cost_calculator/sync/sources/openai.py
openai_cost_calculator/sync/sources/openrouter.py
openai_cost_calculator/sync/sources/vertex.py
tests/test_adapters.py
tests/test_anthropic_pricing.py
tests/test_anthropic_stream.py
tests/test_anthropic_usage.py
tests/test_api.py
tests/test_catalog_core.py
tests/test_claude_install.py
tests/test_claude_proxy_adapter.py
tests/test_claude_resolve.py
tests/test_cli.py
tests/test_cost_estimator.py
tests/test_fixture_hygiene.py
tests/test_legacy_compat.py
tests/test_persistence.py
tests/test_pricing_csv.py
tests/test_pricing_regression.py
tests/test_proxy.py
tests/test_proxy_anthropic.py
tests/test_self_test.py
tests/test_sources_api.py
tests/test_sources_docs.py
tests/test_sources_pages.py
tests/test_sync_framework.py
tests/test_tracker.py
tests/test_upstreams.py
tests/test_usage_extraction.py