Metadata-Version: 2.3
Name: astral
Version: 2.2
Summary: Calculations for the position of the sun and moon.
License: Apache-2.0
Keywords: sun,moon,sunrise,sunset,dawn,dusk
Author: Simon Kennedy
Author-email: sffjunkie+code@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dataclasses ; python_version == "3.6"
Requires-Dist: pytz
Project-URL: Documentation, https://astral.readthedocs.io/en/stable/index.html
Project-URL: Repository, https://github.com/sffjunkie/astral
Description-Content-Type: text/x-rst

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

