This API Wrapper aims to provide a simple and easy way to use the SpaceX-API in Python projects.
See the Wiki for full wrapper documentation.
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)