solarian 0.1.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,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: solarian
3
+ Version: 0.1.0
4
+ Summary: A robotics framework for the modern world.
5
+ Author: Raul Garreta
6
+ Requires-Python: >=3.10
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Solarian
10
+
11
+ This package name is reserved for a future open-source robotics framework.
12
+
13
+ Stay tuned.
@@ -0,0 +1,5 @@
1
+ # Solarian
2
+
3
+ This package name is reserved for a future open-source robotics framework.
4
+
5
+ Stay tuned.
@@ -0,0 +1,12 @@
1
+ [project]
2
+ name = "solarian"
3
+ version = "0.1.0"
4
+ description = "A robotics framework for the modern world."
5
+ authors = [
6
+ {name = "Raul Garreta"}
7
+ ]
8
+ readme = "README.md"
9
+ requires-python = ">=3.10"
10
+ [build-system]
11
+ requires = ["setuptools"]
12
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: solarian
3
+ Version: 0.1.0
4
+ Summary: A robotics framework for the modern world.
5
+ Author: Raul Garreta
6
+ Requires-Python: >=3.10
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Solarian
10
+
11
+ This package name is reserved for a future open-source robotics framework.
12
+
13
+ Stay tuned.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ solarian.egg-info/PKG-INFO
4
+ solarian.egg-info/SOURCES.txt
5
+ solarian.egg-info/dependency_links.txt
6
+ solarian.egg-info/top_level.txt