Modelization of light curves from spotted stars.
Documentation: https://lightspot.readthedocs.io
The latest version is available to download via PyPI: pip install lightspot.
Alternatively, you can build the current development version from source by cloning this repo (git clone https://github.com/dioph/lightspot.git) and running pip install ./lightspot.
If you're interested in contributing to lightspot, you can install the development dependencies with pip install -e ".[test]".
To automatically test the project (and also check formatting, coverage, etc.), simply run tox within the project's directory.