https://github.com/brandon-rhodes/python-jplephem
Raw File
Tip revision: 5a4e7abfb45452756449bdd57d3236375e1466dd authored by Brandon Rhodes on 08 February 2015, 20:20:04 UTC
Have Travis CI do a real install from .tar.gz
Tip revision: 5a4e7ab
README.md

Welcome to the repository for the `jplephem` Python library!

The package is a Python implementation of the math that standard JPL
ephemerides use to predict raw (x,y,z) planetary positions.  If you are
simply interested in using it, please head over to its documentation and
download link on the Python Package Index:

https://pypi.python.org/pypi/jplephem

This repository is where the development version of `jplephem` is
maintained.  You will find its source code beneath the `jplephem`
directory, alongside its `setup.py` file — enjoy!
back to top