LICENSE
README.md
pyproject.toml
src/costsentinel/__init__.py
src/costsentinel/alerts/__init__.py
src/costsentinel/alerts/notifier.py
src/costsentinel/cli/__init__.py
src/costsentinel/cli/main.py
src/costsentinel/core/__init__.py
src/costsentinel/core/config.py
src/costsentinel/core/dynamodb_state.py
src/costsentinel/core/pricing.py
src/costsentinel/core/state.py
src/costsentinel/deployment/__init__.py
src/costsentinel/deployment/cloudformation.py
src/costsentinel/deployment/compliance.py
src/costsentinel/deployment/lambda_layer.py
src/costsentinel/deployment/multi_account.py
src/costsentinel/deployment/terraform.py
src/costsentinel/detection/__init__.py
src/costsentinel/detection/anomaly.py
src/costsentinel/detection/baseline.py
src/costsentinel/detection/patterns.py
src/costsentinel/middleware/__init__.py
src/costsentinel/middleware/interceptor.py
src/costsentinel/policies/__init__.py
src/costsentinel/policies/attribution.py
src/costsentinel/policies/budget.py
src/costsentinel/policies/circuit_breaker.py
src/costsentinel/policies/quotas.py
src/costsentinel/policies/rate_limit.py
src/costsentinel/reporting/__init__.py
src/costsentinel/reporting/chargeback.py
src/costsentinel/reporting/forecast.py
src/costsentinel/reporting/optimizer.py
src/costsentinel/reporting/reporter.py
src/costsentinel/routing/__init__.py
src/costsentinel/routing/complexity.py
src/costsentinel/routing/degradation.py
src/costsentinel/routing/engine.py
src/substrai_costsentinel.egg-info/PKG-INFO
src/substrai_costsentinel.egg-info/SOURCES.txt
src/substrai_costsentinel.egg-info/dependency_links.txt
src/substrai_costsentinel.egg-info/entry_points.txt
src/substrai_costsentinel.egg-info/requires.txt
src/substrai_costsentinel.egg-info/top_level.txt
tests/test_anomaly.py
tests/test_attribution.py
tests/test_baseline.py
tests/test_budget.py
tests/test_chargeback.py
tests/test_circuit_breaker.py
tests/test_cloudformation_gen.py
tests/test_complexity.py
tests/test_compliance.py
tests/test_config.py
tests/test_degradation.py
tests/test_dynamodb_state.py
tests/test_forecast.py
tests/test_interceptor.py
tests/test_lambda_layer.py
tests/test_multi_account.py
tests/test_notifier.py
tests/test_optimizer.py
tests/test_patterns.py
tests/test_pricing.py
tests/test_quotas.py
tests/test_rate_limit.py
tests/test_reporter.py
tests/test_routing.py
tests/test_state.py
tests/test_terraform.py