Skip to content

windschord/PyFME

This branch is 4 commits behind AeroPython/PyFME:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 8, 2016
Nov 6, 2016
Nov 19, 2017
Jul 17, 2018
Jan 26, 2016
Sep 27, 2016
Nov 12, 2017
Jan 13, 2016
Apr 16, 2018
Nov 12, 2017
Jan 16, 2016
Nov 11, 2017

Repository files navigation

PyFME

Name:PyFME
Description:Python Flight Mechanics Engine
Website:https://github.com/AeroPython/PyFME
Author: AeroPython Team <aeropython@groups.io>
Version: 0.2.dev0

travisci codecov mybinder docs license mailing

PyFME

If you want to know how PyFME works, how to collaborate or get our contact information, please visit our wiki

Example Notebook

See how it works: visit the our example Notebook!: https://mybinder.org/v2/gh/AeroPython/PyFME/master?urlpath=notebooks%2Fexamples%2FHow%2520it%2520works.ipynb

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

About

Python Flight Mechanics Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%