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 +17 -0
- z2a-0.0.1/README.md +5 -0
- z2a-0.0.1/pyproject.toml +21 -0
- z2a-0.0.1/setup.cfg +4 -0
- z2a-0.0.1/src/z2a/__init__.py +2 -0
- z2a-0.0.1/src/z2a.egg-info/PKG-INFO +17 -0
- z2a-0.0.1/src/z2a.egg-info/SOURCES.txt +7 -0
- z2a-0.0.1/src/z2a.egg-info/dependency_links.txt +1 -0
- z2a-0.0.1/src/z2a.egg-info/top_level.txt +1 -0
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.*
|
z2a-0.0.1/pyproject.toml
ADDED
|
@@ -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,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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
z2a
|