py2native 0.1.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.
- py2native-0.1.0/PKG-INFO +11 -0
- py2native-0.1.0/README.md +3 -0
- py2native-0.1.0/pyproject.toml +10 -0
- py2native-0.1.0/setup.cfg +4 -0
- py2native-0.1.0/src/py2native.egg-info/PKG-INFO +11 -0
- py2native-0.1.0/src/py2native.egg-info/SOURCES.txt +6 -0
- py2native-0.1.0/src/py2native.egg-info/dependency_links.txt +1 -0
- py2native-0.1.0/src/py2native.egg-info/top_level.txt +1 -0
py2native-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: py2native
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Python to native compiler. Comming soon.
|
|
5
|
+
Author-email: RSJ Software GmbH <ruediger.jungbeck@rsj.de>
|
|
6
|
+
Requires-Python: >=3.14
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# Python to Native
|
|
10
|
+
|
|
11
|
+
Upcoming Python Compiler
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: py2native
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Python to native compiler. Comming soon.
|
|
5
|
+
Author-email: RSJ Software GmbH <ruediger.jungbeck@rsj.de>
|
|
6
|
+
Requires-Python: >=3.14
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# Python to Native
|
|
10
|
+
|
|
11
|
+
Upcoming Python Compiler
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
py2native
|