Commit db0a064
authored
chore(seo): retarget PyPI metadata for category-search discovery (#56)
* chore(seo): retarget PyPI metadata for category-search discovery
The Python adoption side has been lagging TypeScript materially (PyPI
flat for ~6 weeks pre-source-change; cycles-client-python at 157 unique
GitHub cloners vs cycles-client-typescript at 288). Diagnostic showed
the biggest sub-gap is discovery: Cycles doesn't rank for natural
Python search queries while named competitors (AgentBudget, AgentGuard,
agent-cost-guardrails) do. The brand-led PyPI description was a
contributor.
Three changes:
1. Description rewritten to lead with the literal category-search
phrase "Python AI agent budget control" instead of the brand-led
"Python client for the Cycles budget-management protocol."
2. Keywords expanded from 12 to 21, organized into three groups:
category-search keywords (ai-agent, agent-budget, budget-control,
cost-control, cost-enforcement, spending-limit, llm-cost,
runtime-authority, action-control, multi-tenant), framework
targeting (langchain, langgraph, crewai, autogen, openai-agents,
mcp, openai, anthropic), and brand (cycles, runcycles). Drops
`metering` (low search volume) and adds the missing framework tags.
3. Classifier added: Topic :: Scientific/Engineering ::
Artificial Intelligence — standard PyPI classifier for AI/ML
packages, materially improves browse-by-category discovery.
Takes effect on next PyPI publish (version bump required). Suggest
0.4.0 → 0.4.1 since this is metadata-only.
Companion change: GitHub topics already updated separately
(governance dropped, mcp added) to mirror cycles-client-typescript's
topic set.
* chore: bump version to 0.4.1 + CHANGELOG / AUDIT entries
Metadata-only release. Bumps pyproject.toml version 0.4.0 → 0.4.1
and adds the corresponding CHANGELOG and AUDIT.md entries for the
PyPI discovery-metadata refresh shipped earlier in this branch.
No code, no test, no protocol changes — wire format and public API
are identical to 0.4.0. Ready for `python -m build` + `twine upload`
on merge.1 parent 434d1d3 commit db0a064
3 files changed
Lines changed: 47 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
120 | 128 | | |
121 | 129 | | |
122 | 130 | | |
| 131 | + | |
123 | 132 | | |
124 | 133 | | |
125 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
21 | 32 | | |
22 | 33 | | |
23 | | - | |
| 34 | + | |
| 35 | + | |
24 | 36 | | |
25 | 37 | | |
26 | 38 | | |
| |||
32 | 44 | | |
33 | 45 | | |
34 | 46 | | |
| 47 | + | |
35 | 48 | | |
36 | 49 | | |
37 | 50 | | |
| |||
0 commit comments