clawnexus 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,36 @@
1
+ Metadata-Version: 2.4
2
+ Name: clawnexus
3
+ Version: 0.0.1
4
+ Summary: Identity registry for AI agents — discover, name, and connect OpenClaw instances. Install via npm: npm install -g clawnexus
5
+ Author-email: SilverstreamsAI <alan@silverstream.tech>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/SilverstreamsAI/ClawNexus
8
+ Project-URL: Repository, https://github.com/SilverstreamsAI/ClawNexus
9
+ Project-URL: npm, https://www.npmjs.com/package/clawnexus
10
+ Keywords: ai,agents,discovery,registry,openclaw,identity
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Software Development :: Libraries
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # ClawNexus
19
+
20
+ Identity registry for AI agents — discover, name, and connect OpenClaw instances across networks.
21
+
22
+ ## Installation
23
+
24
+ ClawNexus is a Node.js/TypeScript project. Install via npm:
25
+
26
+ ```bash
27
+ npm install -g clawnexus
28
+ ```
29
+
30
+ ## Links
31
+
32
+ - **GitHub**: https://github.com/SilverstreamsAI/ClawNexus
33
+ - **npm**: https://www.npmjs.com/package/clawnexus
34
+ - **SDK**: https://www.npmjs.com/package/@clawnexus/sdk
35
+
36
+ This PyPI package is a namespace reservation. The real package lives on npm.
@@ -0,0 +1,19 @@
1
+ # ClawNexus
2
+
3
+ Identity registry for AI agents — discover, name, and connect OpenClaw instances across networks.
4
+
5
+ ## Installation
6
+
7
+ ClawNexus is a Node.js/TypeScript project. Install via npm:
8
+
9
+ ```bash
10
+ npm install -g clawnexus
11
+ ```
12
+
13
+ ## Links
14
+
15
+ - **GitHub**: https://github.com/SilverstreamsAI/ClawNexus
16
+ - **npm**: https://www.npmjs.com/package/clawnexus
17
+ - **SDK**: https://www.npmjs.com/package/@clawnexus/sdk
18
+
19
+ This PyPI package is a namespace reservation. The real package lives on npm.
@@ -0,0 +1,11 @@
1
+ """
2
+ ClawNexus — Identity registry for AI agents.
3
+
4
+ The primary ClawNexus package is distributed via npm:
5
+
6
+ npm install -g clawnexus
7
+
8
+ Source code: https://github.com/SilverstreamsAI/ClawNexus
9
+ """
10
+
11
+ __version__ = "0.0.1"
@@ -0,0 +1,36 @@
1
+ Metadata-Version: 2.4
2
+ Name: clawnexus
3
+ Version: 0.0.1
4
+ Summary: Identity registry for AI agents — discover, name, and connect OpenClaw instances. Install via npm: npm install -g clawnexus
5
+ Author-email: SilverstreamsAI <alan@silverstream.tech>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/SilverstreamsAI/ClawNexus
8
+ Project-URL: Repository, https://github.com/SilverstreamsAI/ClawNexus
9
+ Project-URL: npm, https://www.npmjs.com/package/clawnexus
10
+ Keywords: ai,agents,discovery,registry,openclaw,identity
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Software Development :: Libraries
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # ClawNexus
19
+
20
+ Identity registry for AI agents — discover, name, and connect OpenClaw instances across networks.
21
+
22
+ ## Installation
23
+
24
+ ClawNexus is a Node.js/TypeScript project. Install via npm:
25
+
26
+ ```bash
27
+ npm install -g clawnexus
28
+ ```
29
+
30
+ ## Links
31
+
32
+ - **GitHub**: https://github.com/SilverstreamsAI/ClawNexus
33
+ - **npm**: https://www.npmjs.com/package/clawnexus
34
+ - **SDK**: https://www.npmjs.com/package/@clawnexus/sdk
35
+
36
+ This PyPI package is a namespace reservation. The real package lives on npm.
@@ -0,0 +1,7 @@
1
+ README.pypi.md
2
+ pyproject.toml
3
+ clawnexus/__init__.py
4
+ clawnexus.egg-info/PKG-INFO
5
+ clawnexus.egg-info/SOURCES.txt
6
+ clawnexus.egg-info/dependency_links.txt
7
+ clawnexus.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ clawnexus
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "clawnexus"
7
+ version = "0.0.1"
8
+ description = "Identity registry for AI agents — discover, name, and connect OpenClaw instances. Install via npm: npm install -g clawnexus"
9
+ readme = "README.pypi.md"
10
+ license = {text = "MIT"}
11
+ requires-python = ">=3.10"
12
+ authors = [
13
+ {name = "SilverstreamsAI", email = "alan@silverstream.tech"}
14
+ ]
15
+ keywords = ["ai", "agents", "discovery", "registry", "openclaw", "identity"]
16
+ classifiers = [
17
+ "Development Status :: 3 - Alpha",
18
+ "Intended Audience :: Developers",
19
+ "Programming Language :: Python :: 3",
20
+ "Topic :: Software Development :: Libraries",
21
+ ]
22
+
23
+ [project.urls]
24
+ Homepage = "https://github.com/SilverstreamsAI/ClawNexus"
25
+ Repository = "https://github.com/SilverstreamsAI/ClawNexus"
26
+ npm = "https://www.npmjs.com/package/clawnexus"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+