/keplertools

Two-body orbital propagation tools

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

keplertools

Two-body orbital propagation tools

Build Status Coverage Status Documentation Status PyPI version Requirements Status

Installation

pip install keplertools

To also compile the Cython versions (compiler required, see here for details: https://cython.readthedocs.io/en/latest/src/quickstart/install.html):

pip install --no-binary keplertools keplertools[C]

If using a zsh shell (or depending on your specific shell setup), you may need to escape the square brackets (i.e., the last bit of the previous command would be keplertools\[C\].

Documentation

https://keplertools.readthedocs.io/