LICENSE
MANIFEST.in
README.md
costopt.yaml
pyproject.toml
dashboard/app.js
dashboard/index.html
dashboard/style.css
pricing/schema.yaml
pricing/providers/anthropic.yaml
pricing/providers/google.yaml
pricing/providers/huggingface.yaml
pricing/providers/ollama.yaml
pricing/providers/openai.yaml
src/costopt/__init__.py
src/costopt/anomaly.py
src/costopt/cache.py
src/costopt/client.py
src/costopt/generator.py
src/costopt/main.py
src/costopt/pricing.py
src/costopt/router.py
src/costopt/telemetry.py
src/costopt.egg-info/PKG-INFO
src/costopt.egg-info/SOURCES.txt
src/costopt.egg-info/dependency_links.txt
src/costopt.egg-info/entry_points.txt
src/costopt.egg-info/requires.txt
src/costopt.egg-info/top_level.txt
src/costopt/api/routes.py
src/costopt/api/server.py