vpod 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.
vpod/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ # Placeholder for vpod python package
2
+ __version__ = "0.0.1"
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: vpod
3
+ Version: 0.0.1
4
+ Summary: VPod: A RISC-V Linux sandbox in WASM for AI agents.
5
+ Project-URL: Homepage, https://github.com/capsulerun/vpod
6
+ Author: Capsule Team
7
+ License-Expression: MIT
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+
11
+ VPod: A RISC-V Linux sandbox in WASM for AI agents. (WIP)
12
+
13
+ Project from [Caspule](https://github.com/capsulerun) team
@@ -0,0 +1,4 @@
1
+ vpod/__init__.py,sha256=kMYLhWo4UYJ1chyA-R-5fMVpgoZmwr9IF6k6XW5LB80,60
2
+ vpod-0.0.1.dist-info/METADATA,sha256=PAVStq-PRoWNkYZxkvGxMJfGGzndhtbDAcajsVUWttw,394
3
+ vpod-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ vpod-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any