Metadata-Version: 1.1
Name: odmpy
Version: 0.2.3
Summary: Create valid ASCII OPM, OMM, and OEM files.
Home-page: https://github.com/RazerM/odmpy
Author: Frazer McLean
Author-email: frazer@frazermclean.co.uk
License: MIT
Description: Orbit Data Messages
        -------------------
        
        |Build Status| |Test Coverage| |PyPI Version| |Python Version| |MIT
        License|
        
        odmpy is a python package for creating valid ASCII OPM, OMM, and OEM
        files.
        
        Currently, only the orbital parameter message (OPM) module has been
        implemented.
        
        Installation
        ~~~~~~~~~~~~
        
        .. code:: bash
        
            $ pip install odmpy
        
        `Documentation <http://pythonhosted.org/odmpy/>`__
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. |Build Status| image:: http://img.shields.io/travis/RazerM/odmpy.svg?style=flat-square
           :target: https://travis-ci.org/RazerM/odmpy
        .. |Test Coverage| image:: http://img.shields.io/codecov/c/github/RazerM/odmpy.svg?style=flat-square
           :target: https://codecov.io/github/RazerM/odmpy
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/odmpy.svg?style=flat-square
           :target: https://pypi.python.org/pypi/odmpy/
        .. |Python Version| image:: http://img.shields.io/badge/python-3.0%2B-brightgreen.svg?style=flat-square
           :target: https://www.python.org/download/releases/3.0/
        .. |MIT License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
           :target: https://raw.githubusercontent.com/RazerM/odmpy/master/LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
