husker 0.0.1__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.
husker-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: husker
3
+ Version: 0.0.1
4
+ Summary: Reserved name for the husker microVM manager. See https://github.com/rvben/husker
5
+ Author-email: "Ruben J. Jongejan" <ruben.jongejan@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/rvben/husker
8
+ Keywords: microvm,firecracker,virtualization
9
+ Requires-Python: >=3.8
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: husker
3
+ Version: 0.0.1
4
+ Summary: Reserved name for the husker microVM manager. See https://github.com/rvben/husker
5
+ Author-email: "Ruben J. Jongejan" <ruben.jongejan@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/rvben/husker
8
+ Keywords: microvm,firecracker,virtualization
9
+ Requires-Python: >=3.8
@@ -0,0 +1,6 @@
1
+ husker_placeholder.py
2
+ pyproject.toml
3
+ husker.egg-info/PKG-INFO
4
+ husker.egg-info/SOURCES.txt
5
+ husker.egg-info/dependency_links.txt
6
+ husker.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ husker_placeholder
@@ -0,0 +1,5 @@
1
+ """Placeholder reserving the ``husker`` name on PyPI.
2
+
3
+ The husker microVM manager is published under this name. See
4
+ https://github.com/rvben/husker
5
+ """
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "husker"
7
+ version = "0.0.1"
8
+ description = "Reserved name for the husker microVM manager. See https://github.com/rvben/husker"
9
+ requires-python = ">=3.8"
10
+ license = { text = "MIT" }
11
+ authors = [{ name = "Ruben J. Jongejan", email = "ruben.jongejan@gmail.com" }]
12
+ keywords = ["microvm", "firecracker", "virtualization"]
13
+
14
+ [project.urls]
15
+ Homepage = "https://github.com/rvben/husker"
16
+
17
+ [tool.setuptools]
18
+ py-modules = ["husker_placeholder"]
husker-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+