dspy-ai 3.0.4__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.
dspy_ai-3.0.4/PKG-INFO ADDED
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: dspy-ai
3
+ Version: 3.0.4
4
+ Summary: DSPy
5
+ Author-email: Omar Khattab <okhattab@stanford.edu>
6
+ License: MIT License
7
+ Project-URL: Homepage, https://github.com/stanfordnlp/dsp
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+ Requires-Dist: dspy>=3.0.4
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: dspy-ai
3
+ Version: 3.0.4
4
+ Summary: DSPy
5
+ Author-email: Omar Khattab <okhattab@stanford.edu>
6
+ License: MIT License
7
+ Project-URL: Homepage, https://github.com/stanfordnlp/dsp
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+ Requires-Dist: dspy>=3.0.4
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ dspy_ai.egg-info/PKG-INFO
3
+ dspy_ai.egg-info/SOURCES.txt
4
+ dspy_ai.egg-info/dependency_links.txt
5
+ dspy_ai.egg-info/requires.txt
6
+ dspy_ai.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ dspy>=3.0.4
@@ -0,0 +1,22 @@
1
+ [project]
2
+ #replace_package_name_marker
3
+ name="dspy-ai"
4
+ #replace_package_version_marker
5
+ version="3.0.4"
6
+ description = "DSPy"
7
+ readme = "README.md"
8
+ authors = [
9
+ { name = "Omar Khattab", email = "okhattab@stanford.edu" }
10
+ ]
11
+ license = { text = "MIT License" }
12
+ requires-python = ">=3.9"
13
+ #replace_dspy_version_marker
14
+ dependencies = ["dspy>=3.0.4"]
15
+ urls = { "Homepage" = "https://github.com/stanfordnlp/dsp" }
16
+
17
+ [build-system]
18
+ requires = ["setuptools>=40.8.0", "wheel"]
19
+ build-backend = "setuptools.build_meta"
20
+
21
+ [tool.setuptools.packages.find]
22
+ include = ["dsp.*", "dspy.*", "dsp", "dspy"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+