Metadata-Version: 2.4
Name: astral
Version: 3.2
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
Maintainer: None
Maintainer-email: None
Requires-Python: >=3.7,<4.0
License-File: LICENSE
Requires-Dist: backports.zoneinfo; python_version < "3.9"
Requires-Dist: tzdata; sys_platform == "win32"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# 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.
- Moon rise, set, azimuth and zenith.
- The phase of the moon.

For documentation see https://sffjunkie.github.io/astral/

## Package Status

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sffjunkie/astral/astral-test) ![PyPI - Downloads](https://img.shields.io/pypi/dm/astral)
