Back to Maturin

pyo3-mixed

test-crates/pyo3-mixed/README.md

1.13.1339 B
Original Source

pyo3-mixed

A package for testing maturin with a mixed pyo3/python project.

Usage

bash
pip install .
python
import pyo3_mixed
assert pyo3_mixed.get_42() == 42

Testing

Install tox:

bash
pip install tox

Run it:

bash
tox

The tests are in test_pyo3_mixed.py, while the configuration is in tox.ini