maturin 1.8.2__py3-none-win32.whl → 1.8.3__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
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maturin
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.3
|
|
4
4
|
Classifier: Topic :: Software Development :: Build Tools
|
|
5
5
|
Classifier: Programming Language :: Rust
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
@@ -268,6 +268,7 @@ maturin itself is manylinux compliant when compiled for the musl target.
|
|
|
268
268
|
- [roapi](https://github.com/roapi/roapi) - ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code
|
|
269
269
|
- [robyn](https://github.com/sansyrox/robyn) - A fast and extensible async python web server with a Rust runtime
|
|
270
270
|
- [ruff](https://github.com/charliermarsh/ruff) - An extremely fast Python linter, written in Rust
|
|
271
|
+
- [rnet](https://github.com/0x676e67/rnet) - Asynchronous Python HTTP Client with Black Magic
|
|
271
272
|
- [tantivy-py](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy
|
|
272
273
|
- [watchfiles](https://github.com/samuelcolvin/watchfiles) - Simple, modern and high performance file watching and code reload in python
|
|
273
274
|
- [wonnx](https://github.com/webonnx/wonnx/tree/master/wonnx-py) - Wonnx is a GPU-accelerated ONNX inference run-time written 100% in Rust
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
maturin-1.8.3.dist-info/METADATA,sha256=vcjyt2hWYGCOkVz1mP4Pz68fJMZ7qoMV3ii0rnaBSU4,16595
|
|
2
|
+
maturin-1.8.3.dist-info/WHEEL,sha256=ncTSz51DuxfCgsoJEy2rwIP9sIMR7vRvrAR--9iM_a4,89
|
|
3
|
+
maturin/__init__.py,sha256=TsLo6NtlNeLyOihT4Ji9tKFTb5tywOr444ChHRglIzo,7401
|
|
4
|
+
maturin/__main__.py,sha256=UxDvFV1Hhu0gW_Jvb6Kzdc78gg7zjUUiZBhWrpLi5YU,1195
|
|
5
|
+
maturin-1.8.3.data/scripts/maturin.exe,sha256=yGzel2TzpoqxCPPQ6jdsTaEzVKWTzE5tg9kWjJ_Setk,16473088
|
|
6
|
+
maturin-1.8.3.dist-info/RECORD,,
|
maturin-1.8.2.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
maturin-1.8.2.dist-info/METADATA,sha256=CYGfPyiC5A7m7uaRW5qzhf_RRjaK7N4RwFZXCkuzfAs,16500
|
|
2
|
-
maturin-1.8.2.dist-info/WHEEL,sha256=1rC5rCjMz3ra8MBdzPTu_KEmWhQ01P6HM1vvnKU2yIA,89
|
|
3
|
-
maturin/__init__.py,sha256=TsLo6NtlNeLyOihT4Ji9tKFTb5tywOr444ChHRglIzo,7401
|
|
4
|
-
maturin/__main__.py,sha256=UxDvFV1Hhu0gW_Jvb6Kzdc78gg7zjUUiZBhWrpLi5YU,1195
|
|
5
|
-
maturin-1.8.2.data/scripts/maturin.exe,sha256=0_gGogEY5Gd1zT24C3328LsEwFrYedLNUO3Nu9P4aYk,16447488
|
|
6
|
-
maturin-1.8.2.dist-info/RECORD,,
|