LICENSE
README.md
pyproject.toml
src/ducto/__init__.py
src/ducto/__main__.py
src/ducto/breakdown.py
src/ducto/config.py
src/ducto/engine.py
src/ducto/expr.py
src/ducto/manager.py
src/ducto/metrics.py
src/ducto/py.typed
src/ducto.egg-info/PKG-INFO
src/ducto.egg-info/SOURCES.txt
src/ducto.egg-info/dependency_links.txt
src/ducto.egg-info/entry_points.txt
src/ducto.egg-info/requires.txt
src/ducto.egg-info/top_level.txt
src/ducto/interface/__init__.py
src/ducto/interface/base.py
src/ducto/interface/memory.py
src/ducto/interface/models.py
src/ducto/interface/postgres.py
src/ducto/interface/supabase.py
src/ducto/sql/001_credit_tables.sql
src/ducto/sql/002_credit_rpcs.sql
src/ducto/sql/003_pricing_config.sql
src/ducto/sql/__init__.py
tests/test_cli.py
tests/test_config.py
tests/test_engine.py
tests/test_expr.py
tests/test_manager.py
tests/test_store.py