Skip to content

Commit 87f6159

Browse files
committed
docs: remove hardcoded Python SDK version numbers
Let PyPI links speak for themselves — no stale versions to maintain.
1 parent 96b75c3 commit 87f6159

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Extension uses background service worker + sidepanel UI. Mobile apps (iOS/Androi
108108
Plausible (privacy-friendly, cookieless) on all public docs pages. Script: `pa-IB1d6aIMpkIZgRxSc6Med.js`.
109109

110110
## Related Repos
111-
- `nostrkey.app.OC-python.src` — Python SDK for AI entities (v0.2.0, `pip install nostrkey`)
111+
- `nostrkey.app.OC-python.src` — Python SDK for AI entities (`pip install nostrkey`)
112112
- `nostrkey.app.ios.src` — iOS app (WKWebView wrapper)
113113
- `nostrkey.app.android.src` — Android app (WebView wrapper)
114114
- `nostrkey.bizdocs.src` — business strategy docs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Documents are encrypted client-side before publishing. Relays store ciphertext.
108108
| [nostrkey.browser.plugin.src](https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src) | Browser extension (this repo) | v1.5.5 |
109109
| [nostrkey.app.android.src](https://github.com/HumanjavaEnterprises/nostrkey.app.android.src) | Android app (WebView wrapper) | v1.1.1 |
110110
| [nostrkey.app.ios.src](https://github.com/HumanjavaEnterprises/nostrkey.app.ios.src) | iOS app (WKWebView wrapper) | v1.1.1 |
111-
| [nostrkey.app.OC-python.src](https://github.com/HumanjavaEnterprises/nostrkey.app.OC-python.src) | Python SDK for OpenClaw AI entities | v0.1.0 ([PyPI](https://pypi.org/project/nostrkey/)) |
111+
| [nostrkey.app.OC-python.src](https://github.com/HumanjavaEnterprises/nostrkey.app.OC-python.src) | Python SDK for OpenClaw AI entities | [PyPI](https://pypi.org/project/nostrkey/) |
112112

113113
Mobile apps use dual-WebView architectures (background + UI) with platform-specific bridges (`AndroidBridge.kt` / `IOSBridge.swift`) to translate Chrome extension APIs into native functionality.
114114

docs/python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h1>NostrKey Python SDK</h1>
383383
<div class="badges">
384384
<a href="https://pypi.org/project/nostrkey/" target="nostrkey-web" class="badge">
385385
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 17l6-6-6-6m8 14h8"/></svg>
386-
PyPI v0.2.0
386+
PyPI
387387
</a>
388388
<a href="https://github.com/HumanjavaEnterprises/nostrkey.app.OC-python.src" target="nostrkey-web" class="badge">
389389
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/></svg>

0 commit comments

Comments
 (0)