https://github.com/rigetti/rigetti-pyo3
Utilities to support common patterns in pyo3-generated bindings
https://github.com/rigetti/rigetti-pyo3
pyo3
Last synced: about 1 month ago
JSON representation
Utilities to support common patterns in pyo3-generated bindings
- Host: GitHub
- URL: https://github.com/rigetti/rigetti-pyo3
- Owner: rigetti
- License: apache-2.0
- Created: 2022-12-15T18:27:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T22:06:08.000Z (about 1 year ago)
- Last Synced: 2025-02-28T23:52:56.353Z (about 1 year ago)
- Topics: pyo3
- Language: Rust
- Homepage:
- Size: 161 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rigetti PyO3
This repository has helper macros for use with [PyO3](https://pyo3.rs):
- The [`rigetti-pyo3`](./rigetti-pyo3/README.md) crate
has useful macros to augment PyO3.
- The [`optipy`](./optipy/README.md) procedural macro
can be used to strip `PyO3`-related attributes within a crate
when using Cargo features to optionally generate Python bindings.
----
The contents of this repository are licensed under the [Apache License 2.0](LICENSE).