README.md
pyproject.toml
src/bursar/__init__.py
src/bursar/__main__.py
src/bursar/allowance.py
src/bursar/breakdown.py
src/bursar/config.py
src/bursar/engine.py
src/bursar/events.py
src/bursar/expr.py
src/bursar/manager.py
src/bursar/metrics.py
src/bursar/py.typed
src/bursar.egg-info/PKG-INFO
src/bursar.egg-info/SOURCES.txt
src/bursar.egg-info/dependency_links.txt
src/bursar.egg-info/entry_points.txt
src/bursar.egg-info/requires.txt
src/bursar.egg-info/top_level.txt
src/bursar/billing/__init__.py
src/bursar/billing/manager.py
src/bursar/billing/memory.py
src/bursar/billing/models.py
src/bursar/billing/postgres.py
src/bursar/billing/store.py
src/bursar/billing/supabase.py
src/bursar/interface/__init__.py
src/bursar/interface/base.py
src/bursar/interface/memory.py
src/bursar/interface/models.py
src/bursar/interface/postgres.py
src/bursar/interface/supabase.py
src/bursar/providers/__init__.py
src/bursar/providers/types.py
src/bursar/providers/dodo/__init__.py
src/bursar/providers/dodo/event_mapper.py
src/bursar/providers/dodo/provider.py
src/bursar/providers/mock/__init__.py
src/bursar/providers/mock/provider.py
src/bursar/providers/stripe/__init__.py
src/bursar/providers/stripe/event_mapper.py
src/bursar/providers/stripe/provider.py
src/bursar/sql/001_core_schema.sql
src/bursar/sql/002_credit_rpcs.sql
src/bursar/sql/003_pricing_config.sql
src/bursar/sql/004_plans.sql
src/bursar/sql/005_spend_caps.sql
src/bursar/sql/006_refunds_and_expiry.sql
src/bursar/sql/007_analytics.sql
src/bursar/sql/008_teams.sql
src/bursar/sql/009_deduct_and_leases.sql
src/bursar/sql/010_credit_tiers.sql
src/bursar/sql/011_lazy_expiry.sql
src/bursar/sql/012_feature_limits.sql
src/bursar/sql/013_billing.sql
src/bursar/sql/014_cycle_grant.sql
src/bursar/sql/015_billing_records.sql
src/bursar/sql/__init__.py
tests/test_allowance.py
tests/test_billing_integration.py
tests/test_billing_manager.py
tests/test_cli.py
tests/test_config.py
tests/test_config_parity.py
tests/test_engine.py
tests/test_expr.py
tests/test_invariants_property.py
tests/test_lazy_expiry.py
tests/test_lease.py
tests/test_lease_adversarial.py
tests/test_manager.py
tests/test_pricing_cache.py
tests/test_security_rls.py
tests/test_store.py
tests/test_store_integration.py
tests/test_subscription_cycle.py
tests/test_tiers.py
tests/test_tiers_adversarial.py