Metadata-Version: 2.1
Name: KeplerOrbit
Version: 0.21
Summary: Routines for working with Keplerian orbits
Home-page: https://github.com/spencerw/KeplerOrbit
Author: Spencer Wallace
Author-email: scw7@uw.edu
License: New BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# KeplerOrbit

Routines for working with near-Keplerian orbits. Convert between cartesian and Keplerian
orbital elements, calculate libration widths, precession rates...etc. Routines are vectorized
so that you can easily work with large numbers of bodies.

[![Build Status](https://travis-ci.com/spencerw/KeplerOrbit.svg?branch=master)](https://travis-ci.com/spencerw/KeplerOrbit)
[![codecov](https://codecov.io/gh/spencerw/KeplerOrbit/branch/master/graph/badge.svg)](https://codecov.io/gh/spencerw/KeplerOrbit)
[![Documentation Status](https://readthedocs.org/projects/keplerorbit/badge/?version=latest)](https://keplerorbit.readthedocs.io/en/latest/?badge=latest)
[![image](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/jobovy/exampy/blob/master/LICENSE)

