1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: astral
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ethan Ward <ethan.ward@mycroft.ai>
Build-Depends: debhelper-compat (= 10),
dh-python,
python3-all,
python3-pytest,
python3-requests,
python3-setuptools,
python3-tz
Standards-Version: 4.0.0
Homepage: https://pypi.python.org/pypi/astral
Vcs-Git: https://salsa.debian.org/python-team/modules/astral.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/astral
Package: python3-astral
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Calculations for the position of the sun and moon (Python 3)
This is astral, a Python module which calculates times for various
positions of the sun: dawn, sunrise, solar moon, sunset, dusk,
solar elevation, solar azimuth and rahukaalam. It also calculates
phases of the moon.
.
This package contains the module for Python 3.
|