Metadata-Version: 2.1
Name: keplertools
Version: 1.1.2
Summary: Two-body orbital propagation tools
Home-page: https://github.com/dsavransky/keplertools
Author: Dmitry Savransky
Author-email: ds264@cornell.edu
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: cython

# keplertools
Two-body orbital propagation tools

![Build Status](https://github.com/dsavransky/keplertools/actions/workflows/ci.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/dsavransky/keplertools/badge.svg?branch=main)](https://coveralls.io/github/dsavransky/keplertools?branch=main)
[![Documentation Status](https://readthedocs.org/projects/keplertools/badge/?version=latest)](https://keplertools.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/keplertools.svg)](https://badge.fury.io/py/keplertools)

## Installation

```
pip install keplertools
```

To install from source, clone or download the repository, and, in the top level directory run:

```
pip install .
```

Installing from source requires a C compiler.  See here for details: https://cython.readthedocs.io/en/latest/src/quickstart/install.html

## Documentation

https://keplertools.readthedocs.io/

## Acknowledgements

Portions of this code are adapted from orvara (https://github.com/t-brandt/orvara). orvara is distributed under a BSD 3-clause license and is Copyright (c) 2021, Timothy Brandt, Trent Dupuy, Yiting Li, G. Mirek Brandt, 
Yunlin Zeng, Daniel Michalik, and Virginia Raposo-Pulido.
