Metadata-Version: |
2.1 |
Name: |
maturin |
Version: |
0.13.5 |
Summary: |
Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages |
Author: |
konstin <konstin@mailbox.org>, messense <messense@icloud.com> |
Author-Email: |
konstin <konstin[at]mailbox.org>, messense <messense[at]icloud.com> |
Home-Page: |
https://github.com/pyo3/maturin |
Project-Url: |
Documentation, https://maturin.rs |
Project-Url: |
Source Code, https://github.com/PyO3/maturin |
Project-Url: |
Issues, https://github.com/PyO3/maturin/issues |
Project-Url: |
Changelog, https://maturin.rs/changelog.html |
License: |
MIT OR Apache-2.0 |
Keywords: |
python,cffi,packaging,pypi,pyo3 |
Classifier: |
Topic :: Software Development :: Build Tools |
Classifier: |
Programming Language :: Rust |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Requires-Python: |
>=3.7 |
Requires-Dist: |
tomli (>=1.1.0); python_version < "3.11" |
Requires-Dist: |
patchelf; extra == "patchelf" |
Requires-Dist: |
ziglang (~=0.9.0); extra == "zig" |
Provides-Extra: |
patchelf |
Provides-Extra: |
zig |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |