Git Product home page Git Product logo

spacepy-x's Introduction

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!

spacepy-x's People

Contributors

allcontributors[bot] avatar alshapton avatar codacy-badger avatar fossabot avatar pyup-bot avatar vinayphadnis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fossabot mhaddy

spacepy-x's Issues

Add information as to how to contribute

Development pattern for contributors

  1. Create a fork of
    the main SpacePY-X repository on GitHub.
  2. Make your changes in a branch named something different from master, e.g. create
    a new branch my-pull-request, where 'my-pull-request' is - e.g. #98-add-crew-dets
  3. Create a pull request.
  4. Please follow the Python style guide for PEP-8 as such as possible - PEP-8 styling is still to be applied across some areas of the code
  5. Add new tests if necessary.
  6. Run the existing and new tests (test.zsh is a runner script that will do this)

Deprecate BFR function

import warnings

warnings.warn(
"spacexpython.rockets.BFR is deprecated use spacexpython.rockets.starship instead",
DeprecationWarning
)

Starship

Look at the impact of having the new Starship craft

Falcon-specific calls

Add falcon1,falcon9, etc calls to wrapper.

Also add new calls for star hopper etc.... ready for when they arrive.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.