Development

We welcome contributions to LWE!

If you have an idea for a new feature or have found a bug, please open an issue on the GitHub repository.

Development Dependencies

To install LWE in development mode, run the following from the project root:

pip install -e .[dev]

Test suite

The project uses Pytest.

To run all tests:

pytest

Documentation

The project uses Sphinx.

To build the documentation:

cd doc
pip-compile requirements.in
make html