Metadata-Version: 1.2
Name: astral
Version: 2.1
Summary: Calculations for the position of the sun and moon.
Home-page: https://github.com/sffjunkie/astral
Author: Simon Kennedy
Author-email: sffjunkie+code@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://astral.readthedocs.io/en/stable/index.html
Project-URL: Source, https://github.com/sffjunkie/astral
Project-URL: Issues, https://github.com/sffjunkie/astral/issues
Description: Astral
        ======
        
        |travis_status| |pypi_ver|
        
        .. |travis_status| image:: https://travis-ci.org/sffjunkie/astral.svg?branch=master
            :target: https://travis-ci.org/sffjunkie/astral
        
        .. |pypi_ver| image:: https://img.shields.io/pypi/v/astral.svg
            :target: https://pypi.org/project/astral/
        
        This is 'astral' a Python module which calculates
        
            * Times for various positions of the sun: dawn, sunrise, solar noon,
              sunset, dusk, solar elevation, solar azimuth and rahukaalam.
            * The phase of the moon.
        
        For documentation see the https://astral.readthedocs.io/en/latest/index.html
        
Keywords: sun,moon,sunrise,sunset,dawn,dusk
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
