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 28
|
Source: python-calendarweek
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Dominik George <natureshadow@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
Standards-Version: 4.7.0
Homepage: https://edugit.org/AlekSIS/libs/python-calendarweek
Vcs-Git: https://salsa.debian.org/python-team/packages/python-calendarweek.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-calendarweek
Package: python3-calendarweek
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python3-django,
Description: Utilities for working with calendar weeks in Python and Django
python-calendarweek provides a CalendarWeek dataclass for representing one
week in a year, and utility functions to work with it in pure Python or
Django.
|