venice-py 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.
- venice_py-0.0.1/PKG-INFO +20 -0
- venice_py-0.0.1/README.md +9 -0
- venice_py-0.0.1/pyproject.toml +26 -0
- venice_py-0.0.1/setup.cfg +4 -0
- venice_py-0.0.1/venice_py.egg-info/PKG-INFO +20 -0
- venice_py-0.0.1/venice_py.egg-info/SOURCES.txt +6 -0
- venice_py-0.0.1/venice_py.egg-info/dependency_links.txt +1 -0
- venice_py-0.0.1/venice_py.egg-info/top_level.txt +1 -0
venice_py-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: venice-py
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder. The Venice AI Python SDK ships here from v2.2.0; until then use venice-ai.
|
|
5
|
+
Author-email: Seth Bang <howdy@sbang.dev>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/sethbang/venice-ai
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Requires-Python: >=3.13
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# venice-py
|
|
13
|
+
|
|
14
|
+
Placeholder release. This name is reserved for the unofficial, community-maintained
|
|
15
|
+
Python SDK for the Venice.ai API, currently published as
|
|
16
|
+
[`venice-ai`](https://pypi.org/project/venice-ai/).
|
|
17
|
+
|
|
18
|
+
From v2.2.0 onward the SDK ships here as `venice-py`. Until then:
|
|
19
|
+
|
|
20
|
+
pip install venice-ai
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# venice-py
|
|
2
|
+
|
|
3
|
+
Placeholder release. This name is reserved for the unofficial, community-maintained
|
|
4
|
+
Python SDK for the Venice.ai API, currently published as
|
|
5
|
+
[`venice-ai`](https://pypi.org/project/venice-ai/).
|
|
6
|
+
|
|
7
|
+
From v2.2.0 onward the SDK ships here as `venice-py`. Until then:
|
|
8
|
+
|
|
9
|
+
pip install venice-ai
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Placeholder release whose ONLY job is to create the `venice-py` project on
|
|
2
|
+
# PyPI so the name is reserved. Deliberately setuptools, not Poetry: Poetry
|
|
3
|
+
# errors when there is nothing to package.
|
|
4
|
+
#
|
|
5
|
+
# Ships no modules and declares no dependencies, so an accidental
|
|
6
|
+
# `pip install venice-py` during the window installs nothing and breaks nothing.
|
|
7
|
+
# Yank this release once venice-py 2.2.0 is published.
|
|
8
|
+
[build-system]
|
|
9
|
+
requires = ["setuptools>=68"]
|
|
10
|
+
build-backend = "setuptools.build_meta"
|
|
11
|
+
|
|
12
|
+
[project]
|
|
13
|
+
name = "venice-py"
|
|
14
|
+
version = "0.0.1"
|
|
15
|
+
description = "Placeholder. The Venice AI Python SDK ships here from v2.2.0; until then use venice-ai."
|
|
16
|
+
readme = "README.md"
|
|
17
|
+
license = "MIT"
|
|
18
|
+
requires-python = ">=3.13"
|
|
19
|
+
authors = [{ name = "Seth Bang", email = "howdy@sbang.dev" }]
|
|
20
|
+
classifiers = ["Development Status :: 1 - Planning"]
|
|
21
|
+
|
|
22
|
+
[project.urls]
|
|
23
|
+
Homepage = "https://github.com/sethbang/venice-ai"
|
|
24
|
+
|
|
25
|
+
[tool.setuptools]
|
|
26
|
+
packages = []
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: venice-py
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder. The Venice AI Python SDK ships here from v2.2.0; until then use venice-ai.
|
|
5
|
+
Author-email: Seth Bang <howdy@sbang.dev>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/sethbang/venice-ai
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Requires-Python: >=3.13
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# venice-py
|
|
13
|
+
|
|
14
|
+
Placeholder release. This name is reserved for the unofficial, community-maintained
|
|
15
|
+
Python SDK for the Venice.ai API, currently published as
|
|
16
|
+
[`venice-ai`](https://pypi.org/project/venice-ai/).
|
|
17
|
+
|
|
18
|
+
From v2.2.0 onward the SDK ships here as `venice-py`. Until then:
|
|
19
|
+
|
|
20
|
+
pip install venice-ai
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|