rust-pyo3
Rust bindings for the Python interpreter
This package provides Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.
- Versions: 0.23.3 · 0.22.6 · 0.21.2 · 0.20.3 · 0.19.2 · 0.18.3 · 0.16.6 · 0.15.2 · 0.13.2
- Website: https://github.com/pyo3/pyo3
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of rust-pyo3
as follows:
guix install rust-pyo3
Or install a particular version:
guix install rust-pyo3@0.13.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of rust-pyo3 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/rust-pyo3'><img src='https://packages.guix.gnu.org/packages/rust-pyo3/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/rust-pyo3)
Example Org:
[[https://packages.guix.gnu.org/packages/rust-pyo3][https://packages.guix.gnu.org/packages/rust-pyo3/badges/latest-version.svg]]