alphai 0.1.1__tar.gz → 0.1.2__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.
- {alphai-0.1.1 → alphai-0.1.2}/PKG-INFO +4 -2
- {alphai-0.1.1 → alphai-0.1.2}/pyproject.toml +4 -2
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai/__init__.py +1 -1
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai.egg-info/PKG-INFO +4 -2
- {alphai-0.1.1 → alphai-0.1.2}/README.md +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/setup.cfg +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai/auth.py +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai/cli.py +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai/client.py +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai/config.py +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai/docker.py +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai/utils.py +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai.egg-info/SOURCES.txt +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai.egg-info/dependency_links.txt +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai.egg-info/entry_points.txt +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai.egg-info/requires.txt +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/src/alphai.egg-info/top_level.txt +0 -0
- {alphai-0.1.1 → alphai-0.1.2}/tests/test_cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alphai
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A CLI tool and Python package for the runalph.ai platform
|
|
5
5
|
Author-email: American Data Science <support@americandatascience.com>
|
|
6
6
|
Project-URL: Homepage, https://runalph.ai
|
|
@@ -11,9 +11,11 @@ Keywords: cli,api,data-science,alph
|
|
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.9
|
|
17
19
|
Description-Content-Type: text/markdown
|
|
18
20
|
Requires-Dist: click>=8.1.0
|
|
19
21
|
Requires-Dist: rich>=13.0.0
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "alphai"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "A CLI tool and Python package for the runalph.ai platform"
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
requires-python = ">=3.
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
11
|
authors = [
|
|
12
12
|
{name = "American Data Science", email = "support@americandatascience.com"}
|
|
13
13
|
]
|
|
@@ -16,6 +16,8 @@ classifiers = [
|
|
|
16
16
|
"Development Status :: 4 - Beta",
|
|
17
17
|
"Intended Audience :: Developers",
|
|
18
18
|
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
19
21
|
"Programming Language :: Python :: 3.11",
|
|
20
22
|
"Programming Language :: Python :: 3.12",
|
|
21
23
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alphai
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A CLI tool and Python package for the runalph.ai platform
|
|
5
5
|
Author-email: American Data Science <support@americandatascience.com>
|
|
6
6
|
Project-URL: Homepage, https://runalph.ai
|
|
@@ -11,9 +11,11 @@ Keywords: cli,api,data-science,alph
|
|
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.9
|
|
17
19
|
Description-Content-Type: text/markdown
|
|
18
20
|
Requires-Dist: click>=8.1.0
|
|
19
21
|
Requires-Dist: rich>=13.0.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|