Skip to content

Commit ca586dc

Browse files
authored
Merge pull request #33 from runcycles/claude/distribution-awareness-strategy-XcytG
Improve package metadata and discoverability
2 parents 7f91fd9 + 1362f89 commit ca586dc

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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)

pyproject.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,32 @@ description = "Python client for the Cycles budget-management protocol"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
requires-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+
]
1238
dependencies = [
1339
"httpx>=0.25.0",
1440
"pydantic>=2.0",

0 commit comments

Comments
 (0)