litellm-dev 0.0.0.dev0__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.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: litellm-dev
3
+ Version: 0.0.0.dev0
4
+ Summary: Placeholder for the litellm-dev development channel of BerriAI/litellm. Real dev builds are published by the LiteLLM release pipeline.
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://litellm.ai
7
+ Project-URL: Repository, https://github.com/BerriAI/litellm
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # litellm-dev (placeholder)
12
+
13
+ Namespace placeholder for the `litellm-dev` development channel of
14
+ [BerriAI/litellm](https://github.com/BerriAI/litellm).
15
+
16
+ Real dev builds are published as PEP 440 pre-releases (`1.X.Y.devN`).
17
+ Install the latest dev build with:
18
+
19
+ pip install --pre litellm-dev
@@ -0,0 +1,9 @@
1
+ # litellm-dev (placeholder)
2
+
3
+ Namespace placeholder for the `litellm-dev` development channel of
4
+ [BerriAI/litellm](https://github.com/BerriAI/litellm).
5
+
6
+ Real dev builds are published as PEP 440 pre-releases (`1.X.Y.devN`).
7
+ Install the latest dev build with:
8
+
9
+ pip install --pre litellm-dev
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: litellm-dev
3
+ Version: 0.0.0.dev0
4
+ Summary: Placeholder for the litellm-dev development channel of BerriAI/litellm. Real dev builds are published by the LiteLLM release pipeline.
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://litellm.ai
7
+ Project-URL: Repository, https://github.com/BerriAI/litellm
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # litellm-dev (placeholder)
12
+
13
+ Namespace placeholder for the `litellm-dev` development channel of
14
+ [BerriAI/litellm](https://github.com/BerriAI/litellm).
15
+
16
+ Real dev builds are published as PEP 440 pre-releases (`1.X.Y.devN`).
17
+ Install the latest dev build with:
18
+
19
+ pip install --pre litellm-dev
@@ -0,0 +1,7 @@
1
+ README.md
2
+ litellm_dev.py
3
+ pyproject.toml
4
+ litellm_dev.egg-info/PKG-INFO
5
+ litellm_dev.egg-info/SOURCES.txt
6
+ litellm_dev.egg-info/dependency_links.txt
7
+ litellm_dev.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ litellm_dev
@@ -0,0 +1,7 @@
1
+ """Placeholder for the litellm-dev development channel.
2
+
3
+ See https://github.com/BerriAI/litellm for the real package.
4
+ Real dev builds replace this stub.
5
+ """
6
+
7
+ __version__ = "0.0.0.dev0"
@@ -0,0 +1,18 @@
1
+ [project]
2
+ name = "litellm-dev"
3
+ version = "0.0.0.dev0"
4
+ description = "Placeholder for the litellm-dev development channel of BerriAI/litellm. Real dev builds are published by the LiteLLM release pipeline."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ license = "MIT"
8
+
9
+ [project.urls]
10
+ Homepage = "https://litellm.ai"
11
+ Repository = "https://github.com/BerriAI/litellm"
12
+
13
+ [build-system]
14
+ requires = ["setuptools>=61"]
15
+ build-backend = "setuptools.build_meta"
16
+
17
+ [tool.setuptools]
18
+ py-modules = ["litellm_dev"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+