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 installTo build the extension and install it in a local virtual environment:
make devTo run all the tests:
make testOr to run build and test altogether:
make dev-testSee all other utilities:
make help