LICENCE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/ia_cost_tracker/__init__.py
src/ia_cost_tracker/database.py
src/ia_cost_tracker/exceptions.py
src/ia_cost_tracker/models.py
src/ia_cost_tracker/tracker.py
src/ia_cost_tracker/providers/__init__.py
src/ia_cost_tracker/providers/anthropic.py
src/ia_cost_tracker/providers/base.py
src/ia_cost_tracker/providers/maritaca.py
src/ia_tracker_qca.egg-info/PKG-INFO
src/ia_tracker_qca.egg-info/SOURCES.txt
src/ia_tracker_qca.egg-info/dependency_links.txt
src/ia_tracker_qca.egg-info/requires.txt
src/ia_tracker_qca.egg-info/top_level.txt
tests/test_anthropic_integration.py
tests/test_anthropic_real.py
tests/test_completo.py
tests/test_maritaca_integration.py