Debian packaging for jplephem
Go to file
Brandon Rhodes 368abd7637 Fix JPL report links in old ephemeris READMEs
Apparently JPL report URLs sometimes change.  I will not be uploading
new versions of these ephemerides, and maybe should remove them someday
from PyPI, but will run "setup.py register" to update the links for now.
2016-03-31 08:04:04 -04:00
bin Change main computation routine to a generator 2015-02-08 14:31:07 -05:00
buildscripts/condarecipe Added conda recipe 2015-04-04 20:20:57 +02:00
jplephem Support getting summaries from StringIO files 2015-11-09 16:53:37 -05:00
legacy Fix JPL report links in old ephemeris READMEs 2016-03-31 08:04:04 -04:00
.gitignore Promote "jplephem" and its "setup.py" to top level 2015-02-08 00:40:43 -05:00
.travis.yml Add de405 to kernels downloaded for Travis CI test 2015-08-04 09:07:24 -04:00
README.md Remove legacy ephemerides instructions from README 2015-02-08 04:29:00 -05:00
setup.py Support getting summaries from StringIO files 2015-11-09 16:53:37 -05:00

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!