The primary repository for this component is in [my own server] (https://code.jasonrumney.net/source/metlink-nz/)
Developers who have been granted access can submit code reviews in Phabricator there. Pull requests via github will also be considered.
By submitting pull requests, you agree to release your changes under the same Apache 2.0 license that the component is originally licensed under.
To run the test suite, it is recommended to create a virtual environment for the project, for example, with python3 -m venv.
Install the requirements with:
$ pip install -r requirements.test.txt
Once installed, you can run the tests with pytest
.