brob 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.
brob-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: brob
3
+ Version: 0.0.0
4
+ Summary: Placeholder package reserved by Baseline Robotics.
5
+ Keywords: robotics,baseline
6
+ Author: Baseline Robotics
7
+ License-Expression: MIT
8
+ Classifier: Development Status :: 1 - Planning
9
+ Requires-Python: >=3.8
10
+ Project-URL: Homepage, https://baseline-robotics.com
11
+ Description-Content-Type: text/markdown
12
+
13
+ # brob
14
+
15
+ Placeholder package reserved by [Baseline Robotics](https://baseline-robotics.com). Functionality coming soon.
brob-0.0.0/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # brob
2
+
3
+ Placeholder package reserved by [Baseline Robotics](https://baseline-robotics.com). Functionality coming soon.
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["uv_build>=0.11,<0.12"]
3
+ build-backend = "uv_build"
4
+
5
+ [project]
6
+ name = "brob"
7
+ version = "0.0.0"
8
+ description = "Placeholder package reserved by Baseline Robotics."
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = "MIT"
12
+ authors = [{ name = "Baseline Robotics" }]
13
+ keywords = ["robotics", "baseline"]
14
+ classifiers = ["Development Status :: 1 - Planning"]
15
+
16
+ [project.urls]
17
+ Homepage = "https://baseline-robotics.com"
@@ -0,0 +1,3 @@
1
+ """Placeholder package reserved by Baseline Robotics."""
2
+
3
+ __version__ = "0.0.0"