This API Wrapper aims to provide a simple and easy way to use the SpaceX-API in Python projects.
See the Documentation for full wrapper documentation.
Note that this supports Python 3.x ONLY
To install via pip
use:
pip install spacexPython
The usage of the wrapper is very easy. It does not require any initialisation. Just import and start coding:
import spacexpython
rocket_data = spacexpython.rockets.falconHeavy()
print(rocket_data)
Jake Meyer's r-spacex/SpaceX-API
Based on work by vinayphadnis
If you would like to contribute, then first of all - "Thanks !!!" - second of all, please read the ever-evolving and improving guidelines here
Thanks goes to these wonderful people (emoji key):
fossabot 👀 |
Vinay Phadnis 💻 |
pyup.io bot 👀 |
Codacy Badger 👀 💻 |
allcontributors[bot] 📖 |
PEP 8 Speaks 👀 |
Ryan Matthews 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!