LICENSE
README.md
pyproject.toml
src/tourniquet/__init__.py
src/tourniquet/anthropic_admin.py
src/tourniquet/cli.py
src/tourniquet/config.py
src/tourniquet/db.py
src/tourniquet/main.py
src/tourniquet/models.py
src/tourniquet/url_handler.py
src/tourniquet/alerts/__init__.py
src/tourniquet/alerts/desktop.py
src/tourniquet/alerts/email.py
src/tourniquet/alerts/jsonl_log.py
src/tourniquet/alerts/mac.py
src/tourniquet/alerts/notifier.py
src/tourniquet/alerts/slack.py
src/tourniquet/alerts/telegram.py
src/tourniquet/alerts/telegram_callbacks.py
src/tourniquet/alerts/webhook.py
src/tourniquet/analytics/__init__.py
src/tourniquet/analytics/insights.py
src/tourniquet/auth/__init__.py
src/tourniquet/auth/magic_link.py
src/tourniquet/billing/__init__.py
src/tourniquet/billing/caps.py
src/tourniquet/billing/formatting.py
src/tourniquet/billing/pricing.py
src/tourniquet/billing/profiles.py
src/tourniquet/billing/suggestions.py
src/tourniquet/dashboard/__init__.py
src/tourniquet/dashboard/routes.py
src/tourniquet/providers/__init__.py
src/tourniquet/providers/anthropic.py
src/tourniquet/proxy/__init__.py
src/tourniquet/proxy/router.py
src/tourniquet/routes/__init__.py
src/tourniquet/routes/admin.py
src/tourniquet/static/css/main.css
src/tourniquet/static/js/htmx.min.js
src/tourniquet/templates/base.html
src/tourniquet/templates/dashboard.html
src/tourniquet/templates/key_created.html
src/tourniquet/templates/key_new.html
src/tourniquet/templates/key_rotated.html
src/tourniquet/templates/landing.html
src/tourniquet/templates/login.html
src/tourniquet/templates/trust.html
src/tourniquet/templates/usage.html
src/tourniquet/templates/_partials/alerts_log.html
src/tourniquet/templates/_partials/charts.html
src/tourniquet/templates/_partials/control_panel.html
src/tourniquet/templates/_partials/heatmap.html
src/tourniquet/templates/_partials/key_panel.html
src/tourniquet/templates/_partials/sidebar.html
src/tourniquet/templates/_partials/spend_now.html
src/tourniquet/templates/_partials/suggestion.html
src/tourniquet/triggers/__init__.py
src/tourniquet/triggers/evaluator.py
src/tourniquet_dev.egg-info/PKG-INFO
src/tourniquet_dev.egg-info/SOURCES.txt
src/tourniquet_dev.egg-info/dependency_links.txt
src/tourniquet_dev.egg-info/entry_points.txt
src/tourniquet_dev.egg-info/requires.txt
src/tourniquet_dev.egg-info/top_level.txt
tests/test_anthropic_admin.py
tests/test_anthropic_provider.py
tests/test_cli.py
tests/test_dashboard.py
tests/test_formatting.py
tests/test_insights.py
tests/test_lift.py
tests/test_manage_keys.py
tests/test_notifier.py
tests/test_pricing.py
tests/test_profiles.py
tests/test_proxy.py
tests/test_suggestions.py
tests/test_telegram_callback.py