Installation

To install via pip use: pip install spacexPython

Basic Usage

To use the wrapper, import the module in any python file:

import spacexpython

#sample usage:
rocket = spacexpython.rockets.falcon1()
print(rocket)