Metadata-Version: 1.1
Name: cerridwen
Version: 1.1.0c2
Summary: Moon data library and API server
Home-page: UNKNOWN
Author: Leslie P. Polzer
Author-email: leslie.polzer@gmx.net
License: Apache
Description: Cerridwen
        =========
        
        Cerridwen provides data on the moon that is suitable for both astronomical
        and astrological purposes. It comes with a simple command-line utility and
        a JSON server, but is also designed to serve as a basis for your own
        application.
        
        The motivation for this package is to have a reliable open-source library
        and API that provides comprehensive data on various planetary bodies and
        factors at a certain point in time.
        
        
        Features
        --------
        
        * Get comprehensive data on the sun and moon at almost any point in time
        
        * Rely on the high precision of the NASA JPL ephemeris
        
        * Make use of a powerful numpy-based algorithm for planetary event
          finding, (e.g. full moon, squares of planets etc.)
        
        * Work with Julian and ISO dates
        
        * Use Cerridwen's JSON API to ensure loose coupling
        
        * Extend Cerridwen with ease to suit your own needs
        
        
        Documentation
        -------------
        
        Cerridwen's full documentation can be found at http://cerridwen.readthedocs.org/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires: pyswisseph
Requires: numpy
