maturin 1.4.0__py3-none-win32.whl → 1.5.0__py3-none-win32.whl
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.
Potentially problematic release.
This version of maturin might be problematic. Click here for more details.
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: maturin
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.0
|
|
4
4
|
Classifier: Topic :: Software Development :: Build Tools
|
|
5
5
|
Classifier: Programming Language :: Rust
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
@@ -34,10 +34,8 @@ _formerly pyo3-pack_
|
|
|
34
34
|
[](https://cirrus-ci.com/github/PyO3/maturin)
|
|
35
35
|
[](https://gitter.im/PyO3/Lobby)
|
|
36
36
|
|
|
37
|
-
Build and publish crates with pyo3, rust-cpython, cffi and uniffi bindings as well as rust binaries as python packages.
|
|
38
|
-
|
|
39
|
-
This project is meant as a zero configuration replacement for [setuptools-rust](https://github.com/PyO3/setuptools-rust) and [milksnake](https://github.com/getsentry/milksnake).
|
|
40
|
-
It supports building wheels for python 3.7+ on windows, linux, mac and freebsd, can upload them to [pypi](https://pypi.org/) and has basic pypy and graalpy support.
|
|
37
|
+
Build and publish crates with pyo3, rust-cpython, cffi and uniffi bindings as well as rust binaries as python packages with minimal configuration.
|
|
38
|
+
It supports building wheels for python 3.8+ on windows, linux, mac and freebsd, can upload them to [pypi](https://pypi.org/) and has basic pypy and graalpy support.
|
|
41
39
|
|
|
42
40
|
Check out the [User Guide](https://maturin.rs/)!
|
|
43
41
|
|
|
@@ -49,7 +47,7 @@ You can either download binaries from the [latest release](https://github.com/Py
|
|
|
49
47
|
pipx install maturin
|
|
50
48
|
```
|
|
51
49
|
|
|
52
|
-
>
|
|
50
|
+
> [!NOTE]
|
|
53
51
|
>
|
|
54
52
|
> `pip install maturin` should also work if you don't want to use pipx.
|
|
55
53
|
|
|
@@ -167,7 +165,7 @@ my-project
|
|
|
167
165
|
└── lib.rs
|
|
168
166
|
```
|
|
169
167
|
|
|
170
|
-
>
|
|
168
|
+
> [!NOTE]
|
|
171
169
|
>
|
|
172
170
|
> This structure is recommended to avoid [a common `ImportError` pitfall](https://github.com/PyO3/maturin/issues/490)
|
|
173
171
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
maturin-1.5.0.dist-info/METADATA,sha256=4e7FuMq69VsiZpVprGSdL7CrWsE9UNkC92j2Ok5TV6w,18543
|
|
2
|
+
maturin-1.5.0.dist-info/WHEEL,sha256=nfy7noAQ-BfIxQSAdL1KCiANXXMQUI1JdD8p7REWBWI,89
|
|
3
|
+
maturin/import_hook.py,sha256=TsZzWauEAC-xPOnuvy3kn25GM2EGqmcuvzdzS-aAHTE,5771
|
|
4
|
+
maturin/__init__.py,sha256=nues8BiqPJG1hBgdPTNKd8mlxJhV1H069Ez1G-C-MVU,6720
|
|
5
|
+
maturin/__main__.py,sha256=pXjh1oJe1m1JmVwsRwvS22kS3qiGkcLD6r7jbNXTFKA,1031
|
|
6
|
+
maturin-1.5.0.data/scripts/maturin.exe,sha256=vu5TOz2eaxv_iVdSVQ7dmT5vPjLTA7F1_T_2SlQzj8s,15795200
|
|
7
|
+
maturin-1.5.0.dist-info/RECORD,,
|
maturin-1.4.0.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
maturin-1.4.0.dist-info/METADATA,sha256=YrxlfKqM12ZGu0EyH2hOwa91XqAwtmzozxnbiCVLFgA,18699
|
|
2
|
-
maturin-1.4.0.dist-info/WHEEL,sha256=eEaDoVVI923Q0McPscoRE3YCc7wvoTjkWhFTp5BeskQ,89
|
|
3
|
-
maturin/import_hook.py,sha256=TsZzWauEAC-xPOnuvy3kn25GM2EGqmcuvzdzS-aAHTE,5771
|
|
4
|
-
maturin/__init__.py,sha256=nues8BiqPJG1hBgdPTNKd8mlxJhV1H069Ez1G-C-MVU,6720
|
|
5
|
-
maturin/__main__.py,sha256=pXjh1oJe1m1JmVwsRwvS22kS3qiGkcLD6r7jbNXTFKA,1031
|
|
6
|
-
maturin-1.4.0.data/scripts/maturin.exe,sha256=EPqa8YR2p82wMxeXOMvOufkUhx_0mYHNPRHOnDnffDU,15766016
|
|
7
|
-
maturin-1.4.0.dist-info/RECORD,,
|