An example wrapper around uuid.
It is just part of a presentation/tutorial on PyO3 and maturin, if you find it useful you are welcome to fork and develop it further.
As usual you may use a venv:
$ python -m venv .venv
$ .venv/bin/activateYou need maturin, you can install it using pypi
$ pip install maturinor cargo:
$ cargo install maturinAnd then use the develop command:
$ maturin developYou may use pytest:
$ maturin develop
$ pip install -r rest-requirements.txt
$ pytest