A collection of Python extensions for Mozilla's merino
implemented in Rust using PyO3
.
This project is managed by uv
and maturin
. To set up the development environment:
make install
To build the extension and install it in a local virtual environment:
make dev
To run all the tests:
make test
Or to run build and test altogether:
make dev-test
See all other utilities:
make help