Skip to content

alshapton/SpaceX-Python

 
 

Repository files navigation

SpaceX API wrapper in Python

Known Vulnerabilities Build Status GitHub release GitHub issues GitHub stars GitHub license

Simple and Easy API Wrapper for r-spacex/SpaceX-API!



Documentation

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.

Installation

Note that this supports Python 3 ONLY

To install via pip use: pip install spacexPython

Basic Usage

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)

Credits

Forked from original work by vinayphadnis

About

SpaceX API wrapper (Python)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%