hyperlight-sandbox-python-guest 0.3.0__tar.gz → 0.5.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.
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/PKG-INFO +7 -1
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/hyperlight_sandbox_python_guest.egg-info/PKG-INFO +7 -1
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/pyproject.toml +9 -1
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/python_guest/resources/python-sandbox.aot +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/python_guest/resources/python-sandbox.wasm +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/README.md +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/hyperlight_sandbox_python_guest.egg-info/SOURCES.txt +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/hyperlight_sandbox_python_guest.egg-info/dependency_links.txt +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/hyperlight_sandbox_python_guest.egg-info/top_level.txt +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/python_guest/__init__.py +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/python_guest/path.py +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/python_guest/resources/__init__.py +0 -0
- {hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/setup.cfg +0 -0
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperlight-sandbox-python-guest
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Packaged Hyperlight Wasm Python guest exposed as python_guest.path
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
6
12
|
Requires-Python: >=3.10
|
|
7
13
|
Description-Content-Type: text/markdown
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperlight-sandbox-python-guest
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Packaged Hyperlight Wasm Python guest exposed as python_guest.path
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
6
12
|
Requires-Python: >=3.10
|
|
7
13
|
Description-Content-Type: text/markdown
|
|
8
14
|
|
{hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/pyproject.toml
RENAMED
|
@@ -4,11 +4,19 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hyperlight-sandbox-python-guest"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.5.0"
|
|
8
8
|
description = "Packaged Hyperlight Wasm Python guest exposed as python_guest.path"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
11
11
|
requires-python = ">=3.10"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Programming Language :: Python :: 3",
|
|
14
|
+
"Programming Language :: Python :: 3.10",
|
|
15
|
+
"Programming Language :: Python :: 3.11",
|
|
16
|
+
"Programming Language :: Python :: 3.12",
|
|
17
|
+
"Programming Language :: Python :: 3.13",
|
|
18
|
+
"Programming Language :: Python :: 3.14",
|
|
19
|
+
]
|
|
12
20
|
|
|
13
21
|
[tool.setuptools]
|
|
14
22
|
packages = ["python_guest", "python_guest.resources"]
|
|
index b0869aa..2741bfd 100644
|
|
|
Binary file
|
|
index 6d1acc9..c5e519d 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperlight_sandbox_python_guest-0.3.0 → hyperlight_sandbox_python_guest-0.5.0}/python_guest/path.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|