alshapton / SpacePY-X

SpaceX API wrapper (Python)

Home Page:https://spacepy-x.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceX API wrapper in Python

All Contributors Codacy Badge Updates Python 3 Known Vulnerabilities Build Status GitHub release GitHub issues GitHub stars GitHub license FOSSA Status

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 Documentation for full wrapper documentation.

Installation

Note that this supports Python 3.x 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

Jake Meyer's r-spacex/SpaceX-API

Based on work by vinayphadnis

License

FOSSA Status

Contributing

If you would like to contribute, then first of all - "Thanks !!!" - second of all, please read the ever-evolving and improving guidelines here

Contributors ✨

Thanks goes to these wonderful people (emoji key):

fossabot
fossabot

πŸ‘€
Vinay Phadnis
Vinay Phadnis

πŸ’»
pyup.io bot
pyup.io bot

πŸ‘€
Codacy Badger
Codacy Badger

πŸ‘€ πŸ’»
allcontributors[bot]
allcontributors[bot]

πŸ“–
PEP 8 Speaks
PEP 8 Speaks

πŸ‘€
Ryan Matthews
Ryan Matthews

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

SpaceX API wrapper (Python)

https://spacepy-x.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 97.3%Language:Shell 2.7%