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, install pipenv and you can setup everything you need with pipenv install --dev
.
To automatically test the project (and also check formatting, coverage, etc.), simply run tox
within the project's directory.