Skip to content

Modelization of light curves from spotted stars

License

Notifications You must be signed in to change notification settings

dioph/lightspot

Repository files navigation

LightSpot

Documentation Status PyPI version Downloads

Modelization of light curves from spotted stars.

Documentation: https://lightspot.readthedocs.io

Installation

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.

Development

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.