recurse-sdk 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.
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: recurse-sdk
3
+ Version: 0.0.0
4
+ Summary: Reserved for the Recurse SDK project.
5
+ Requires-Python: >=3.10
6
+ Description-Content-Type: text/markdown
7
+
8
+ # recurse-sdk
9
+
10
+ This package name is reserved for the Recurse SDK project. It does not yet provide a public API.
11
+
@@ -0,0 +1,3 @@
1
+ # recurse-sdk
2
+
3
+ This package name is reserved for the Recurse SDK project. It does not yet provide a public API.
@@ -0,0 +1,13 @@
1
+ [build-system]
2
+ requires = ["flit_core==3.12.0"]
3
+ build-backend = "flit_core.buildapi"
4
+
5
+ [project]
6
+ name = "recurse-sdk"
7
+ version = "0.0.0"
8
+ description = "Reserved for the Recurse SDK project."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+
12
+ [tool.flit.module]
13
+ name = "recurse_sdk"
@@ -0,0 +1,3 @@
1
+ """Reserved module for the Recurse SDK project."""
2
+
3
+ __version__ = "0.0.0"