Bindings to Python interpreter, enabling Rust code to call Python and vice versa.
# Cargo.toml
[dependencies]
pyo3 = "0.29.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to acquire the Python GIL and run Python code.
Ensure Python development headers are installed (e.g., `python3-dev` on Debian) and set the `PYO3_PYTHON` environment variable if needed.
No dependency data recorded yet.