Metadata-Version: 1.1
Name: spacetrack
Version: 0.11.0
Summary: Python client for space-track.org
Home-page: https://github.com/python-astrodynamics/spacetrack
Author: Frazer McLean
Author-email: frazer@frazermclean.co.uk
License: MIT
Description: spacetrack
        -------------
        
        |PyPI Version| |Documentation| |Travis| |Coverage| |Python Version| |MIT License|
        
        spacetrack is a python module for `Space-Track <https://www.space-track.org>`__
        
        Installation
        ~~~~~~~~~~~~
        
        .. code:: bash
        
            $ pip install spacetrack
        
        Authors
        ~~~~~~~
        - Frazer McLean <frazer@frazermclean.co.uk>
        
        Documentation
        ~~~~~~~~~~~~~
        
        For in-depth information, `visit the
        documentation <http://spacetrack.readthedocs.org/en/latest/>`__!
        
        Development
        ~~~~~~~~~~~
        
        spacetrack uses `semantic versioning <http://semver.org>`__
        
        .. |Travis| image:: http://img.shields.io/travis/python-astrodynamics/spacetrack/master.svg?style=flat-square&label=travis
           :target: https://travis-ci.org/python-astrodynamics/spacetrack
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/spacetrack.svg?style=flat-square
           :target: https://pypi.python.org/pypi/spacetrack/
        .. |Python Version| image:: https://img.shields.io/badge/python-2.7%2C%203-brightgreen.svg?style=flat-square
           :target: https://www.python.org/downloads/
        .. |MIT License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
           :target: https://raw.githubusercontent.com/python-astrodynamics/spacetrack/master/LICENSE
        .. |Coverage| image:: https://img.shields.io/codecov/c/github/python-astrodynamics/spacetrack/master.svg?style=flat-square
           :target: https://codecov.io/github/python-astrodynamics/spacetrack?branch=master
        .. |Documentation| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square
        	:target: http://spacetrack.readthedocs.org/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
