Metadata-Version: 2.1
Name: spacexpypi
Version: 0.0.7
Summary: SpaceX API wrapper.
Home-page: https://github.com/djtimca/spacex-api
Author: Tim Empringham
Author-email: tim.empringham@live.ca
License: apache-2.0
Download-URL: https://github.com/djtimca/spacex-api/archive/v_007.tar.gz
Description: # Spacex-API (spacexpypi)
        PyPi Integration to the SpaceX API
        
        ## Available Methods
        
        There are three available methods in this library which will return the json payload from the appropriate SpaceX API.
        
        ### get_roadster_status()
        Returns the current status and details of the SpaceX Tesla Roadster.
        
        ### get_next_launch()
        Returns the information on the next planned SpaceX launch.
        
        ### get_latest_launch()
        Returns the information on the latest (most recent) SpaceX launch.
        
        ### get_upcoming_launches()
        Returns all upcoming launches that are planned with SpaceX.
Keywords: SpaceX,Launch,Roadster
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
