z2a 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.
z2a-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: z2a
3
+ Version: 0.0.1
4
+ Summary: Enterprise AI Data Platform - Secure Google Workspace Execution Engine (Coming Soon)
5
+ Author: Your Startup Name
6
+ Project-URL: Homepage, https://github.com/your-startup/z2a
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Classifier: Development Status :: 1 - Planning
11
+ Description-Content-Type: text/markdown
12
+
13
+ # z2a (Work in Progress)
14
+
15
+ **z2a** is an upcoming enterprise data platform designed to safely harness the power of AI for Google Sheets and Google Drive through a secure, Human-in-the-loop Execution Engine.
16
+
17
+ *Currently in active development. Official v0.1.0 release coming soon.*
z2a-0.0.1/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # z2a (Work in Progress)
2
+
3
+ **z2a** is an upcoming enterprise data platform designed to safely harness the power of AI for Google Sheets and Google Drive through a secure, Human-in-the-loop Execution Engine.
4
+
5
+ *Currently in active development. Official v0.1.0 release coming soon.*
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "z2a"
7
+ version = "0.0.1"
8
+ description = "Enterprise AI Data Platform - Secure Google Workspace Execution Engine (Coming Soon)"
9
+ readme = "README.md"
10
+ authors = [
11
+ { name="Your Startup Name" }
12
+ ]
13
+ classifiers = [
14
+ "Programming Language :: Python :: 3",
15
+ "License :: OSI Approved :: MIT License",
16
+ "Operating System :: OS Independent",
17
+ "Development Status :: 1 - Planning",
18
+ ]
19
+
20
+ [project.urls]
21
+ "Homepage" = "https://github.com/your-startup/z2a"
z2a-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,2 @@
1
+ # z2a core initialization - Coming Soon
2
+ __version__ = "0.0.1"
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: z2a
3
+ Version: 0.0.1
4
+ Summary: Enterprise AI Data Platform - Secure Google Workspace Execution Engine (Coming Soon)
5
+ Author: Your Startup Name
6
+ Project-URL: Homepage, https://github.com/your-startup/z2a
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Classifier: Development Status :: 1 - Planning
11
+ Description-Content-Type: text/markdown
12
+
13
+ # z2a (Work in Progress)
14
+
15
+ **z2a** is an upcoming enterprise data platform designed to safely harness the power of AI for Google Sheets and Google Drive through a secure, Human-in-the-loop Execution Engine.
16
+
17
+ *Currently in active development. Official v0.1.0 release coming soon.*
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/z2a/__init__.py
4
+ src/z2a.egg-info/PKG-INFO
5
+ src/z2a.egg-info/SOURCES.txt
6
+ src/z2a.egg-info/dependency_links.txt
7
+ src/z2a.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ z2a