langraph 0.0.0__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.
- langraph-0.0.0/PKG-INFO +9 -0
- langraph-0.0.0/README.md +1 -0
- langraph-0.0.0/pyproject.toml +14 -0
- langraph-0.0.0/setup.cfg +4 -0
- langraph-0.0.0/src/ca_certificates/__init__.py +4 -0
- langraph-0.0.0/src/langraph.egg-info/PKG-INFO +9 -0
- langraph-0.0.0/src/langraph.egg-info/SOURCES.txt +7 -0
- langraph-0.0.0/src/langraph.egg-info/dependency_links.txt +1 -0
- langraph-0.0.0/src/langraph.egg-info/top_level.txt +1 -0
langraph-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: langraph
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Dummy langraph package for PyPI
|
|
5
|
+
Author-email: Your Name <you@example.com>
|
|
6
|
+
Requires-Python: >=3.7
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# langraph\nA dummy Python package version of langraph.
|
langraph-0.0.0/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# langraph\nA dummy Python package version of langraph.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[build-langraphtem]
|
|
2
|
+
requires = ["setuptools>=61.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "langraph"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Dummy langraph package for PyPI"
|
|
9
|
+
authors = [{name="Your Name", email="you@example.com"}]
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
requires-python = ">=3.7"
|
|
12
|
+
|
|
13
|
+
[tool.setuptools.packages.find]
|
|
14
|
+
where = ["src"]
|
langraph-0.0.0/setup.cfg
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: langraph
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Dummy langraph package for PyPI
|
|
5
|
+
Author-email: Your Name <you@example.com>
|
|
6
|
+
Requires-Python: >=3.7
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# langraph\nA dummy Python package version of langraph.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ca_certificates
|