py2native 0.1.0__tar.gz → 0.1.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.
- {py2native-0.1.0 → py2native-0.1.1}/PKG-INFO +4 -2
- py2native-0.1.1/README.md +5 -0
- {py2native-0.1.0 → py2native-0.1.1}/pyproject.toml +1 -1
- {py2native-0.1.0 → py2native-0.1.1}/src/py2native.egg-info/PKG-INFO +4 -2
- py2native-0.1.0/README.md +0 -3
- {py2native-0.1.0 → py2native-0.1.1}/setup.cfg +0 -0
- {py2native-0.1.0 → py2native-0.1.1}/src/py2native.egg-info/SOURCES.txt +0 -0
- {py2native-0.1.0 → py2native-0.1.1}/src/py2native.egg-info/dependency_links.txt +0 -0
- {py2native-0.1.0 → py2native-0.1.1}/src/py2native.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py2native
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Python to native compiler. Comming soon.
|
|
5
5
|
Author-email: RSJ Software GmbH <ruediger.jungbeck@rsj.de>
|
|
6
6
|
Requires-Python: >=3.14
|
|
@@ -8,4 +8,6 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
|
|
9
9
|
# Python to Native
|
|
10
10
|
|
|
11
|
-
Upcoming Python Compiler
|
|
11
|
+
Upcoming Python Compiler to Native compiler.
|
|
12
|
+
|
|
13
|
+
More information on [https://www.py2native.dev](https://www.py2native.dev)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py2native
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Python to native compiler. Comming soon.
|
|
5
5
|
Author-email: RSJ Software GmbH <ruediger.jungbeck@rsj.de>
|
|
6
6
|
Requires-Python: >=3.14
|
|
@@ -8,4 +8,6 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
|
|
9
9
|
# Python to Native
|
|
10
10
|
|
|
11
|
-
Upcoming Python Compiler
|
|
11
|
+
Upcoming Python Compiler to Native compiler.
|
|
12
|
+
|
|
13
|
+
More information on [https://www.py2native.dev](https://www.py2native.dev)
|
py2native-0.1.0/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|