Metadata-Version: 2.4
Name: spendguard-engine
Version: 0.1.0
Summary: Shared SpendGuard engine for provider adapters, pricing primitives, and billing math
License: MIT
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai>=1.0.0
Requires-Dist: pydantic>=2.0.0
Dynamic: license-file

# SpendGuard Engine

Open-source shared engine for SpendGuard wrappers.

Contains:
- Provider adapters (`spendguard_engine.providers`)
- Billing math (`spendguard_engine.billing`)
- Pricing types/defaults (`spendguard_engine.pricing`)
- Shared schemas (`spendguard_engine.schemas`)

Wrapper services (`spendguard-sidecar`, `spendguard-cloud`) should own pricing-source fetching,
auth, storage, and commercial concerns.

## License

MIT. See `LICENSE`.
