aboutsummaryrefslogtreecommitdiff
path: root/python/python3-maturin/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-09-15 22:33:55 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-17 00:10:22 +0700
commitbde990eb736ab09be8587df84f9b4e005ba0ab50 (patch)
tree8db74f783042b554f0935226252e076bd9bad30b /python/python3-maturin/README
parent3af2a11d31f31a15670a00c725b3b46d629ac202 (diff)
python/python3-maturin: Added (python rust tools).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-maturin/README')
-rw-r--r--python/python3-maturin/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-maturin/README b/python/python3-maturin/README
new file mode 100644
index 0000000000..6271ee163d
--- /dev/null
+++ b/python/python3-maturin/README
@@ -0,0 +1,9 @@
+python3-maturin (Build and publish crates as python packages)
+
+Build and publish crates with pyo3, rust-cpython, cffi and uniffi
+bindings as well as rust binaries as python packages.
+
+This project is meant as a zero configuration replacement for
+setuptools-rust and milksnake. It supports building wheels for python
+3.5+ on windows, linux, mac and freebsd, can upload them to pypi and
+has basic pypy support.