Skip to main content

An unofficial python3 SpaceX API wrapper

Reason this release was yanked:

API is deprecated

Project description

pySpaceX

This is an unofficial Python3 SpaceX API wrapper

Installation

Currently unavailable on PyPi

To install you can simply install the package by using:

python3 -m pip install pySpaceX

The code can also be directly downloaded from the latest release:

https://github.com/TwoSails/pySpaceX/releases

Usage

To get started with using this wrapper we need to start with the creation of an api instance:

from pySpaceX import Space

api = Space()

To get information about the API use:

info = api.get_info() # Returns the info object

print(info.get_api())

You can also get information about a dragon capsule by using:

dragon = api.get_dragon() # Returns the dragon object

print(dragon.one_dragon('C112'))

Documentation

Too come in a later commit.

Contributing

Feel free to contribute by opening an issue or a pull request.

Any help is greatly appreciated.

All contributors will be listed on this repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pySpaceX-1.0.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page