Metadata-Version: 2.1
Name: spacexPython
Version: 1.0.1
Summary: Simple Python wrapper for the SpaceX API
Home-page: UNKNOWN
Author: Vinay Phadnis
Author-email: phadnisvinay30@gmail.com
License: MIT
Keywords: wrapper api spacex
Platform: UNKNOWN
Requires-Dist: requests

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
------------

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:

.. code:: python

   import spacexpython

   rocket_data = spacexpython.rockets.falconHeavy()
   print(rocket_data)

.. _r-spacex/SpaceX-API: https://github.com/r-spacex/SpaceX-API
.. _SpaceX-API: https://github.com/r-spacex/SpaceX-API
.. _Wiki: https://github.com/phadnisvinay30/SpaceX-Python/wiki


.. This is your project NEWS file which will contain the release notes.
.. Example: http://www.python.org/download/releases/2.6/NEWS.txt
.. The content of this file, along with README.rst, will appear in your
.. project's PyPI page.

News
====

0.2a1
-----

*Release date: UNRELEASED*

* Example news entry for the in-development version


0.1
---

*Release date: 15-Mar-2010*

* Example news entry for a released version



