File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ PyPI] ( https://img.shields.io/pypi/v/runcycles )] ( https://pypi.org/project/runcycles/ )
2+ [ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/runcycles )] ( https://pypi.org/project/runcycles/ )
23[ ![ CI] ( https://github.com/runcycles/cycles-client-python/actions/workflows/ci.yml/badge.svg )] ( https://github.com/runcycles/cycles-client-python/actions )
34[ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue )] ( LICENSE )
45[ ![ Coverage] ( https://img.shields.io/badge/coverage-100%25-brightgreen )] ( https://github.com/runcycles/cycles-client-python/actions )
Original file line number Diff line number Diff line change @@ -9,6 +9,32 @@ description = "Python client for the Cycles budget-management protocol"
99readme = " README.md"
1010license = " Apache-2.0"
1111requires-python = " >=3.10"
12+ keywords = [
13+ " cycles" ,
14+ " budget" ,
15+ " cost-control" ,
16+ " metering" ,
17+ " ai" ,
18+ " llm" ,
19+ " agents" ,
20+ " governance" ,
21+ " openai" ,
22+ " anthropic" ,
23+ " langchain" ,
24+ " runcycles" ,
25+ ]
26+ classifiers = [
27+ " Development Status :: 4 - Beta" ,
28+ " Intended Audience :: Developers" ,
29+ " License :: OSI Approved :: Apache Software License" ,
30+ " Programming Language :: Python :: 3" ,
31+ " Programming Language :: Python :: 3.10" ,
32+ " Programming Language :: Python :: 3.11" ,
33+ " Programming Language :: Python :: 3.12" ,
34+ " Topic :: Software Development :: Libraries" ,
35+ " Framework :: AsyncIO" ,
36+ " Typing :: Typed" ,
37+ ]
1238dependencies = [
1339 " httpx>=0.25.0" ,
1440 " pydantic>=2.0" ,
You can’t perform that action at this time.
0 commit comments