geodesic-sdk 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.
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: geodesic-sdk
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder for the Geodesic SDK.
|
|
5
|
+
Author-email: SeerAI <rfletcher@seerai.space>
|
|
6
|
+
Classifier: Development Status :: 1 - Planning
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# geodesic-sdk
|
|
11
|
+
|
|
12
|
+
Placeholder package reserving the `geodesic-sdk` name on PyPI. Not yet functional.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "geodesic-sdk"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Placeholder for the Geodesic SDK."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
|
+
authors = [{ name = "SeerAI", email = "rfletcher@seerai.space" }]
|
|
12
|
+
classifiers = ["Development Status :: 1 - Planning"]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|