pyo3/examples/rustapi_module
David Hewitt 29a525b327 pyfunction: refactor argument extraction 2021-03-01 17:49:46 +00:00
..
rustapi_module
src rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
tests pyfunction: refactor argument extraction 2021-03-01 17:49:46 +00:00
Cargo.toml Revert "Disable segfaulty subclassing by default" 2020-01-12 01:22:32 +01:00
MANIFEST.in
README.md examples: simplify tox instructions 2020-11-10 12:50:41 +00:00
pyproject.toml examples: simplify tox instructions 2020-11-10 12:50:41 +00:00
requirements-dev.txt
setup.py rustapi_module: move issue_219 regression test 2020-11-10 14:23:08 +00:00
tox.ini examples: simplify tox instructions 2020-11-10 12:50:41 +00:00

README.md

rustapi_module

A simple extension module built using PyO3.

Build

python setup.py install

Testing

To test install tox globally and run

tox -e py