Metadata-Version: 1.1
Name: pylunar
Version: 0.5.1
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
        
        Information for completing the Astronomical League's Lunar and Lunar II observing programs.
        
        
        Features
        --------
        
        * Offer moon information based on location and date/time.
        
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://pylunar.rtfd.org.
        
        
        
        History
        -------
        
        0.5.1 (2018-04-20)
        ++++++++++++++++++
        
        * Add changelog updates
        
        0.5.0 (2018-04-20)
        ++++++++++++++++++
        
        * LunarFeature additions
        
          * Latitude and Longitude ranges
          * Feature angle
        * MoonInfo additions
        
          * Libration phase angle
          * Libration visibility check
          * Updated is_visible to use libration visibility check
        
        0.4.1 (2017-05-30)
        ++++++++++++++++++
        
        * Corrected moon state after rise/set function call
        * Made landing sites always visible once visible
        
        0.4.0 (2017-05-28)
        ++++++++++++++++++
        
        * Added landing sites to feature database
        * Expanding LunarFeature content
        * MoonInfo object additions
        
          * right ascension and declination
          * solar elongation
          * earth distance
          * rise, transit and set times
          * angular size
          * magnitude
          * sub-solar latitude
        
        0.3.1 (2017-05-15)
        ++++++++++++++++++
        
        * Ensure feature DB included in package
        
        0.3.0 (2017-05-15)
        ++++++++++++++++++
        
        * MoonInfo object additions
        
          * time of day
          * is feature visible
        
        * LunarFeatureContainer object changes
        
          * Made constructor club related
          * Load call can check if feature is visible using MoonInfo instance
        
        0.2.1 (2017-04-20)
        ++++++++++++++++++
        
        * Changed mechanism to determine phase name
        
        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 :: 3 - 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 :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
