https://github.com/thebutlah/rules_pyo3
Bazel rules to build python extensions with Rust's PyO3 package
https://github.com/thebutlah/rules_pyo3
bazel build-tool pyo3 rust
Last synced: over 1 year ago
JSON representation
Bazel rules to build python extensions with Rust's PyO3 package
- Host: GitHub
- URL: https://github.com/thebutlah/rules_pyo3
- Owner: TheButlah
- License: mit
- Archived: true
- Created: 2020-08-20T20:01:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T11:48:27.000Z (over 4 years ago)
- Last Synced: 2025-03-14T20:31:05.613Z (over 1 year ago)
- Topics: bazel, build-tool, pyo3, rust
- Language: Starlark
- Homepage:
- Size: 31.9 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rules_pyo3
Bazel rules to build python extensions with Rust's PyO3 package
## NOTE
If someone would like to be added as a maintainer for this project or have it move to a new home, please reach out! I don't have bandwith to maintain it or make any more changes.
## Usage
See the `example` directory for usage.