Metadata-Version: 1.2
Name: astro
Version: 0.2.1
Summary: A package of astrodynamic functions
Home-page: https://github.com/skulumani/astro
Author: Shankar Kulumani
Author-email: shanks.k@gmail.com
License: GPLv3
Description-Content-Type: UNKNOWN
Description: Astrodynamics in Python
        =======================
        
        ``astro`` is Python package to perform basic astrodynamics.
        
        +-------------------------+---------------------+--------------------------+------------+
        | Continuous Integration  | Code Coverage       | Docs                     | Citation   |
        +=========================+=====================+==========================+============+
        | |Travis Build Status|   | |Coverage Status|   | |Documentation Status|   | |Citation| |
        +-------------------------+---------------------+--------------------------+------------+
        
        .. |Travis Build Status| image:: https://travis-ci.org/skulumani/astro.svg?branch=master
           :target: https://travis-ci.org/skulumani/astro
        .. |Coverage Status| image:: https://coveralls.io/repos/github/skulumani/astro/badge.svg?branch=master
           :target: https://coveralls.io/github/skulumani/astro?branch=master
        .. |Documentation Status| image:: https://readthedocs.org/projects/astro-python/badge/?version=latest
            :target: http://astro-python.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. |Citation| image:: https://zenodo.org/badge/95155784.svg
           :target: https://zenodo.org/badge/latestdoi/95155784
        
        Installation
        ============
        
        Install ``astro`` by running : ``pip install astro`` to install from pypi
        
        To install a development version (for local testing), you can clone the 
        repository and run ``pip install -e .`` from the source directory.
        
        Documentation
        =============
        
        Docs will be hosted on Read the Docs
        
        Citing ``astro``
        ================
        
        If you find this package useful it would be very helpful if you can cite it in your work.
        You can use the citation link above.
        
        Dependencies
        ============
        
        There are a limited number of dependencies.
        Much of ``astro`` is built on top of ``numpy``, which is usually included
        in any scientific Python enviornment.
        Some additional dependencies are used to offer convient wrappers for 
        common operations, such as downloading two line element sets or interfacing
        with SPICE.
        
        * ``numpy`` 
        * ``spiceypy``
        * ``spacetrack``
        * ``kinematics``
        
Keywords: astrodynamics space geometry
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
