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
|
Source: pysolar
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: http://pysolar.org
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pysolar.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pysolar
Package: python3-pysolar
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: Python library for precise ephemeris calculations
Pysolar is a collection of Python libraries for simulating the irradiation
of any point on earth by the sun. It includes code for extremely precise
ephemeris calculations.
.
This package is only available for Python 3.
|