Metadata-Version: 1.2
Name: PyFME
Version: 0.1.0
Summary: Python Flight Mechanics Engine
Home-page: http://pyfme.readthedocs.io/en/latest/
Author: AeroPython Team
Author-email: aeropython@groups.io
License: MIT
Download-URL: https://github.com/AeroPython/PyFME/
Description: PyFME
        =====
        
        :Name: PyFME
        :Description: Python Flight Mechanics Engine
        :Website: https://github.com/AeroPython/PyFME
        :Author: AeroPython Team <aeropython@groups.io>
        :Version: 0.1.0
        
        .. |travisci| image:: https://img.shields.io/travis/AeroPython/PyFME/0.1.x.svg?style=flat-square
           :target: https://travis-ci.org/poliastro/poliastro
        
        .. |codecov| image:: https://img.shields.io/codecov/c/github/AeroPython/PyFME.svg?style=flat-square
           :target: https://codecov.io/gh/AeroPython/PyFME?branch=0.1.x
        
        .. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square
           :target: http://pyfme.readthedocs.io/en/latest/?badge=latest
        
        .. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
           :target: https://github.com/AeroPython/PyFME/raw/0.1.x/COPYING
        
        .. |mailing| image:: https://img.shields.io/badge/mailing%20list-groups.io-8cbcd1.svg?style=flat-square
           :target: https://groups.io/g/aeropython
        
        |travisci| |codecov| |docs| |license| |mailing|
        
        .. image:: http://pyfme.readthedocs.io/en/latest/_images/logo_300.png
           :target: https://github.com/AeroPython/PyFME
           :alt: PyFME
           :width: 300px
           :align: center
        
        **If you want to know how PyFME works, how to collaborate or get our contact information,
        please visit our** `wiki`_
        
        .. _`wiki`: https://github.com/AeroPython/PyFME/wiki
        
        Gallery of examples
        -------------------
        
        `Visit the examples gallery!`_
        
        .. _`Visit the examples gallery!`: http://mybinder.org/repo/AeroPython/PyFME
        
        How to install
        --------------
        
        PyFME is not yet in PyPI, so you can install directly from the source code::
        
            $ pip install https://github.com/AeroPython/PyFME/archive/0.1.x.zip
        
        If you have git installed, you can also try::
        
            $ pip install git+https://github.com/AeroPython/PyFME.git
        
        If you get any installation or compilation errors, make sure you have the latest pip and setuptools::
        
            $ pip install --upgrade pip setuptools
        
        How to run the tests
        --------------------
        
        Install in editable mode and call `py.test`::
        
            $ pip install -e .
            $ py.test
         
        
Keywords: aero,aerospace,engineering,flight mechanics,standard atmosphere,simulation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.5
