Planets U
is a python library for checking if planets from sci-fiction are plausible compare to real confirmed exoplanets.
Clone this repository and then use the package manager pip
to install planets U
.
git clone https://github.com/thomaslacour/planets planets
cd planets
pip install -r requirements.txt
pip install -e .
This project relies on the exoplanets dataset and on scrapped data from fandom sites. Links below:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.