py2nativepro 0.0.0__tar.gz → 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.
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/PKG-INFO +3 -3
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/README.md +1 -1
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/py2nativepro.egg-info/PKG-INFO +3 -3
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/pyproject.toml +2 -2
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/py2nativepro.egg-info/SOURCES.txt +0 -0
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/py2nativepro.egg-info/dependency_links.txt +0 -0
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/py2nativepro.egg-info/top_level.txt +0 -0
- {py2nativepro-0.0.0 → py2nativepro-0.0.1}/setup.cfg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py2nativepro
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: Python to native compiler. Pro Extension.
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Python to native compiler. Pro Extension. Coming soon.
|
|
5
5
|
Author-email: RSJ Software GmbH <ruediger.jungbeck@rsj.de>
|
|
6
6
|
Requires-Python: >=3.14
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
9
9
|
# Python to Native Pro Extension
|
|
10
10
|
|
|
11
|
-
Upcoming Python Compiler to Native compiler Pro
|
|
11
|
+
Upcoming Python Compiler to Native compiler Pro Extendion
|
|
12
12
|
|
|
13
13
|
More information on [https://py2native.dev](https://py2native.dev)
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py2nativepro
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: Python to native compiler. Pro Extension.
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Python to native compiler. Pro Extension. Coming soon.
|
|
5
5
|
Author-email: RSJ Software GmbH <ruediger.jungbeck@rsj.de>
|
|
6
6
|
Requires-Python: >=3.14
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
9
9
|
# Python to Native Pro Extension
|
|
10
10
|
|
|
11
|
-
Upcoming Python Compiler to Native compiler Pro
|
|
11
|
+
Upcoming Python Compiler to Native compiler Pro Extendion
|
|
12
12
|
|
|
13
13
|
More information on [https://py2native.dev](https://py2native.dev)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "py2nativepro"
|
|
3
|
-
version = "0.0.
|
|
4
|
-
description = "Python to native compiler. Pro Extension.
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "Python to native compiler. Pro Extension. Coming soon."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.14"
|
|
7
7
|
authors = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|