Metadata-Version: 2.4
Name: calcephpy
Version: 4.0.5
Summary: Python interface for the CALCEPH Library
Home-page: https://www.imcce.fr/inpop/calceph/
Author: Mickael Gastineau
Author-email: inpop.imcce@obspm.fr
License: CeCILL-C or CeCILL-B or CeCILL v2.1
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
License-File: COPYING_CECILL_B.LIB
License-File: COPYING_CECILL_C.LIB
License-File: COPYING_CECILL_V2.1.LIB
Requires-Dist: setuptools>=20.4
Requires-Dist: cython>=0.27
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

CALCEPH library
===============           

This library is designed to access the binary planetary ephemeris files, such INPOPxx, JPL DExxx and SPICE ephemeris files.
This library provides a C Application Programming Interface (API) and, optionally, Fortran 77/2003, Python 2/3 and Octave/Matlab interfaces to be called by the application

This library  is developed by the "Astronomy and Dynamical System" team
at  LTE, Observatoire de Paris, CNRS, PSL Research University, Sorbonne Universite,  (PARIS).  


Installation
------------

.. image:: https://badge.fury.io/py/calcephpy.svg
    :target: https://badge.fury.io/py/calcephpy
    
NumPy should be already installed.

.. code:: python

    pip install calcephpy


Sources
-------

The library is available at :  https://www.imcce.fr/inpop/calceph


