Metadata-Version: 2.4
Name: compute-cfo
Version: 0.2.0
Summary: Cost tracking, attribution, and budget enforcement for OpenAI, Anthropic, Gemini, and Mistral APIs
Project-URL: Homepage, https://github.com/YanLukashin/compute-cfo
Project-URL: Documentation, https://github.com/YanLukashin/compute-cfo#readme
Project-URL: Repository, https://github.com/YanLukashin/compute-cfo
Project-URL: Issues, https://github.com/YanLukashin/compute-cfo/issues
Author-email: Compute CFO <hello@computecfo.com>
License-Expression: Apache-2.0
Keywords: ai,anthropic,budget,cost,inference,llm,openai,tracking
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Provides-Extra: all
Requires-Dist: anthropic>=0.20.0; extra == 'all'
Requires-Dist: openai>=1.0.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.20.0; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == 'openai'
Description-Content-Type: text/markdown

See the main [README](../README.md).
