An open API service indexing awesome lists of open source software.

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

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).