ambitgraph 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,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: ambitgraph
3
+ Version: 0.0.1
4
+ Summary: AmbitGraph - a responsibility map for codebases that AI agents have to obey. Private design-partner beta; this package is a name-holding placeholder, not the product.
5
+ Author-email: AmbitGraph <shaked@ambitgraph.com>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://ambitgraph.com
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: Other/Proprietary License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.9
13
+ Description-Content-Type: text/markdown
14
+
15
+ # AmbitGraph
16
+
17
+ **A responsibility map for codebases that AI agents have to obey.**
18
+
19
+ AmbitGraph is in a private design-partner beta. This package is a
20
+ name-holding placeholder — it contains no product code.
21
+
22
+ - Product and contact: https://ambitgraph.com · shaked@ambitgraph.com
23
+ - Design partners receive the full tool directly.
@@ -0,0 +1,9 @@
1
+ # AmbitGraph
2
+
3
+ **A responsibility map for codebases that AI agents have to obey.**
4
+
5
+ AmbitGraph is in a private design-partner beta. This package is a
6
+ name-holding placeholder — it contains no product code.
7
+
8
+ - Product and contact: https://ambitgraph.com · shaked@ambitgraph.com
9
+ - Design partners receive the full tool directly.
@@ -0,0 +1,7 @@
1
+ """AmbitGraph — a responsibility map for codebases that AI agents have to obey.
2
+
3
+ Private design-partner beta. This placeholder package contains no product
4
+ code. Contact: shaked@ambitgraph.com · https://ambitgraph.com
5
+ """
6
+
7
+ __version__ = "0.0.1"
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: ambitgraph
3
+ Version: 0.0.1
4
+ Summary: AmbitGraph - a responsibility map for codebases that AI agents have to obey. Private design-partner beta; this package is a name-holding placeholder, not the product.
5
+ Author-email: AmbitGraph <shaked@ambitgraph.com>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://ambitgraph.com
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: Other/Proprietary License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.9
13
+ Description-Content-Type: text/markdown
14
+
15
+ # AmbitGraph
16
+
17
+ **A responsibility map for codebases that AI agents have to obey.**
18
+
19
+ AmbitGraph is in a private design-partner beta. This package is a
20
+ name-holding placeholder — it contains no product code.
21
+
22
+ - Product and contact: https://ambitgraph.com · shaked@ambitgraph.com
23
+ - Design partners receive the full tool directly.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ ambitgraph/__init__.py
4
+ ambitgraph.egg-info/PKG-INFO
5
+ ambitgraph.egg-info/SOURCES.txt
6
+ ambitgraph.egg-info/dependency_links.txt
7
+ ambitgraph.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ ambitgraph
@@ -0,0 +1,24 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ambitgraph"
7
+ version = "0.0.1"
8
+ description = "AmbitGraph - a responsibility map for codebases that AI agents have to obey. Private design-partner beta; this package is a name-holding placeholder, not the product."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ authors = [{ name = "AmbitGraph", email = "shaked@ambitgraph.com" }]
12
+ license = { text = "Proprietary" }
13
+ classifiers = [
14
+ "Development Status :: 4 - Beta",
15
+ "Intended Audience :: Developers",
16
+ "License :: Other/Proprietary License",
17
+ "Programming Language :: Python :: 3",
18
+ ]
19
+
20
+ [project.urls]
21
+ Homepage = "https://ambitgraph.com"
22
+
23
+ [tool.setuptools]
24
+ packages = ["ambitgraph"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+