Metadata-Version: 1.1
Name: pylunar
Version: 0.2.0
Summary: Information for completing the Astronomical League's Lunar and Lunar II observing programs.
Home-page: https://github.com/mareuter/pylunar
Author: Michael Reuter
Author-email: mareuternh@gmail.com
License: MIT
Description: =============================
        Python Lunar
        =============================
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
           :target: http://opensource.org/licenses/MIT
           :alt: MIT License
        
        .. image:: https://badge.fury.io/py/pylunar.png
            :target: http://badge.fury.io/py/pylunar
        
        .. image:: https://travis-ci.org/mareuter/pylunar.png?branch=master
            :target: https://travis-ci.org/mareuter/pylunar
        
        .. image:: https://pypip.in/d/pylunar/badge.png
            :target: https://pypi.python.org/pypi/pylunar
        
        
        Information for completing the Astronomical League's Lunar and Lunar II observing programs.
        
        
        Features
        --------
        
        * Offer moon information based off location and date/time.
        
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://pylunar.rtfd.org.
        
        
        
        History
        -------
        
        0.2.0 (2017-04-16)
        ++++++++++++++++++
        
        * MoonInfo object additions
        
          * phase name
          * time from new moon
          * time to new moon
          * time to full moon
        
        0.1.0 (2016-07-18)
        ++++++++++++++++++
        
        * MoonInfo object that provides basic lunar information
        
          * age
          * altitude
          * azimuth
          * colongitude
          * fractional phase
          * libration latitude
          * libration longitude
          * next four lunar phases
        
        
Keywords: pylunar
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
