Metadata-Version: 2.4
Name: ducto
Version: 0.1.0
Summary: Declarative credit calculation engine AI SaaS platforms
Project-URL: Homepage, https://github.com/apoorwv/ducto
Project-URL: Source, https://github.com/apoorwv/ducto
Project-URL: Documentation, https://github.com/apoorwv/ducto#readme
Project-URL: Issues, https://github.com/apoorwv/ducto/issues
Keywords: credits,billing,llm,usage-metering,pricing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0.3
Provides-Extra: supabase
Requires-Dist: httpx>=0.27; extra == "supabase"
Requires-Dist: psycopg2-binary>=2.9; extra == "supabase"
Provides-Extra: postgres
Requires-Dist: psycopg2-binary>=2.9; extra == "postgres"
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: ruff>=0.15.0; extra == "test"
Requires-Dist: pyright; extra == "test"
Requires-Dist: pytest-testmon>=2.0.0; extra == "test"
Dynamic: license-file
