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