PyOrb¶
- Release:
0.6.0
- Date:
Sep 16, 2024
PyOrb is a python implementation of Kepler orbital elements and related functions. Nothing more, nothing less.
Getting started¶
To install the stable public repository version
pip install pyorb
alternatively we have our nightly local repository
pip install X
To install directly from source, please use
git clone git@github.com:danielk333/pyorb.git
# Or alternatively
# git clone git@gitlab.irf.se:danielk/pyorb.git
cd pyorb
pip install .
Then get started with this quick “getting started” guide
Examples¶
Example gallery of the different functionality of the package
Contributing¶
To contribute please issue pull-requests trough GitHub.
Before doing so please have a look at our [software contribution guide](https://danielk.developer.irf.se/software_contribution_guide/).