anywhere-agents 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,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: anywhere-agents
3
+ Version: 0.0.1
4
+ Summary: Name reservation for the anywhere-agents project. See https://github.com/yzhao062/anywhere-agents for the real release.
5
+ Author: Yue Zhao
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/yzhao062/anywhere-agents
8
+ Project-URL: Repository, https://github.com/yzhao062/anywhere-agents
9
+ Project-URL: Issues, https://github.com/yzhao062/anywhere-agents/issues
10
+ Keywords: ai,agents,claude,codex,config,placeholder
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/markdown
16
+
17
+ # anywhere-agents
18
+
19
+ **Name reservation only. No installable code is published in this PyPI package.**
20
+
21
+ The real project lives at [github.com/yzhao062/anywhere-agents](https://github.com/yzhao062/anywhere-agents).
22
+
23
+ `anywhere-agents` is a portable, battle-tested AI agent stack (Claude Code, Codex) — bootstrap, evolve, personalize. Distribution is via shell bootstrap and Git fork, not pip install. This package exists only to prevent name squatting during pre-release.
24
+
25
+ See the GitHub repo for bootstrap instructions when v1.0 launches.
@@ -0,0 +1,9 @@
1
+ # anywhere-agents
2
+
3
+ **Name reservation only. No installable code is published in this PyPI package.**
4
+
5
+ The real project lives at [github.com/yzhao062/anywhere-agents](https://github.com/yzhao062/anywhere-agents).
6
+
7
+ `anywhere-agents` is a portable, battle-tested AI agent stack (Claude Code, Codex) — bootstrap, evolve, personalize. Distribution is via shell bootstrap and Git fork, not pip install. This package exists only to prevent name squatting during pre-release.
8
+
9
+ See the GitHub repo for bootstrap instructions when v1.0 launches.
@@ -0,0 +1,2 @@
1
+ """Name reservation only. See https://github.com/yzhao062/anywhere-agents."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: anywhere-agents
3
+ Version: 0.0.1
4
+ Summary: Name reservation for the anywhere-agents project. See https://github.com/yzhao062/anywhere-agents for the real release.
5
+ Author: Yue Zhao
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/yzhao062/anywhere-agents
8
+ Project-URL: Repository, https://github.com/yzhao062/anywhere-agents
9
+ Project-URL: Issues, https://github.com/yzhao062/anywhere-agents/issues
10
+ Keywords: ai,agents,claude,codex,config,placeholder
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/markdown
16
+
17
+ # anywhere-agents
18
+
19
+ **Name reservation only. No installable code is published in this PyPI package.**
20
+
21
+ The real project lives at [github.com/yzhao062/anywhere-agents](https://github.com/yzhao062/anywhere-agents).
22
+
23
+ `anywhere-agents` is a portable, battle-tested AI agent stack (Claude Code, Codex) — bootstrap, evolve, personalize. Distribution is via shell bootstrap and Git fork, not pip install. This package exists only to prevent name squatting during pre-release.
24
+
25
+ See the GitHub repo for bootstrap instructions when v1.0 launches.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ anywhere_agents/__init__.py
4
+ anywhere_agents.egg-info/PKG-INFO
5
+ anywhere_agents.egg-info/SOURCES.txt
6
+ anywhere_agents.egg-info/dependency_links.txt
7
+ anywhere_agents.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ anywhere_agents
@@ -0,0 +1,28 @@
1
+ [build-system]
2
+ requires = ["setuptools>=64"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "anywhere-agents"
7
+ version = "0.0.1"
8
+ description = "Name reservation for the anywhere-agents project. See https://github.com/yzhao062/anywhere-agents for the real release."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "Apache-2.0" }
12
+ authors = [
13
+ { name = "Yue Zhao" }
14
+ ]
15
+ keywords = ["ai", "agents", "claude", "codex", "config", "placeholder"]
16
+ classifiers = [
17
+ "Development Status :: 1 - Planning",
18
+ "License :: OSI Approved :: Apache Software License",
19
+ "Programming Language :: Python :: 3"
20
+ ]
21
+
22
+ [project.urls]
23
+ Homepage = "https://github.com/yzhao062/anywhere-agents"
24
+ Repository = "https://github.com/yzhao062/anywhere-agents"
25
+ Issues = "https://github.com/yzhao062/anywhere-agents/issues"
26
+
27
+ [tool.setuptools]
28
+ packages = ["anywhere_agents"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+