robouse 0.0.1__py3-none-any.whl

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.
robouse/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """robouse: name reserved for the BenchFlow Robo-Use / RoboHarm program. Placeholder release, no functionality."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.5
2
+ Name: robouse
3
+ Version: 0.0.1
4
+ Summary: Robo-Use: BenchFlow robot-agent harness and spatial/long-horizon manipulation benchmark (name reserved; code lives in the private robo-use-team repository until release)
5
+ Project-URL: Homepage, https://github.com/benchflow-ai
6
+ Author-email: Xiangyi Li <xiangyi@benchflow.ai>
7
+ License-Expression: Apache-2.0
8
+ Keywords: benchflow,benchmark,manipulation,robotics,safety
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+
15
+ # robouse
16
+
17
+ Robo-Use: BenchFlow robot-agent harness and spatial/long-horizon manipulation benchmark (name reserved; code lives in the private robo-use-team repository until release)
18
+
19
+ This is a placeholder release that reserves the package name for the BenchFlow team. It contains no functionality yet. The initial public release will replace it; until then, the source of record is the private `benchflow-ai/robo-use-team` repository.
@@ -0,0 +1,4 @@
1
+ robouse/__init__.py,sha256=657qlG8X4KgmtfWmMn2KhFLWK_VjEtVNyol6fVyCPGc,138
2
+ robouse-0.0.1.dist-info/METADATA,sha256=KtAmKvE84qaiVykcAmjRD32FW1a-r_oDsmLlfqfmfo8,1088
3
+ robouse-0.0.1.dist-info/WHEEL,sha256=W3fkpkm7-wf9vBI5Z-7s0eWkeM-spu78I8Neb98DeEg,87
4
+ robouse-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.4
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any