alphai 0.1.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alphai
3
- Version: 0.1.0
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.11
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.0"
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.11"
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
  """alphai - A CLI tool and Python package for the runalph.ai platform."""
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "0.1.2"
4
4
  __author__ = "American Data Science"
5
5
  __email__ = "support@americandatascience.com"
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alphai
3
- Version: 0.1.0
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.11
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