Metadata-Version: 1.1
Name: beyond
Version: 0.4
Summary: Flight Dynamic Library
Home-page: https://github.com/galactics/beyond
Author: Jules David
Author-email: jules@onada.fr
License: GPLv3
Description-Content-Type: UNKNOWN
Description: Beyond
        ======
        
        .. image:: http://readthedocs.org/projects/beyond/badge/?version=latest
            :alt: Documentation Status
            :target: http://beyond.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://travis-ci.org/galactics/beyond.svg?branch=master
            :alt: Tests
            :target: https://travis-ci.org/galactics/beyond
        
        .. image:: https://coveralls.io/repos/github/galactics/beyond/badge.svg?branch=master
            :alt: Coverage Status
            :target: https://coveralls.io/github/galactics/beyond?branch=master
        
        .. image:: https://img.shields.io/pypi/v/beyond.svg
            :alt: PyPi version
            :target: https://pypi.python.org/pypi/beyond
        
        .. image:: https://img.shields.io/pypi/pyversions/beyond.svg
            :alt: Python versions
            :target: https://pypi.python.org/pypi/beyond
        
        This library was started to better understand how Flight Dynamics works. It
        has no intent of efficiency nor performance at the moment, and the goal is
        mainly to develop a simple API for space observations.
        
        The sources of this library can be found at `github <https://github.com/galactics/beyond>`__ and
        are under the GPLv3.
        
        Installation
        ------------
        
        Beyond requires Python 3.5+, numpy and `sgp4 <https://github.com/brandon-rhodes/python-sgp4>`__. To install it use pip
        
        .. code-block:: python
        
            pip install beyond
        
        Documentation
        -------------
        
        The documentation of the library can be found `here <http://beyond.readthedocs.io/en/latest/>`__.
        
        Usage
        -----
        
        Commons usages for this library are:
        
           * `Predicting of satellite visibility <http://beyond.readthedocs.io/en/latest//examples.html#station-pointings>`__
           * `Computing satellite ground track <http://beyond.readthedocs.io/en/latest//examples.html#ground-track>`__
           * `Computing planets visibility <http://beyond.readthedocs.io/en/latest//examples.html#jupiter-and-its-moons>`__
        
        References
        ----------
        
        A lot of the formulas and flight dynamic algorithm are based on Vallado's
        *Fundamentals of Astrodynamic and Applications* 4th ed.
        
Keywords: flight dynamic,satellite,space
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
