python-calendra 7.9.0-1 source package in Ubuntu

Changelog

python-calendra (7.9.0-1) unstable; urgency=low

  * Initial release (Closes: #1069851).

 -- Michael Fladischer <email address hidden>  Fri, 26 Apr 2024 09:59:39 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-calendra_7.9.0-1.dsc 1.9 KiB cf633ce692612e92ac64e3db36d5f9a31073ef4143a9fda97c7dbc398b269169
python-calendra_7.9.0.orig.tar.gz 169.4 KiB 58dfd20c071047e0a60a0a49e9c22abb445fa5c5e163cca36322ffb5006bc341
python-calendra_7.9.0-1.debian.tar.xz 2.5 KiB 8d7e966fdc35dde34b1b2fc68c584cfc1d66e91c663f0b33327ddbfb76719174

No changes file available.

Binary packages built by this source

python3-calendra: Worldwide holidays and workdays computational toolkit (Python3 version)

 Calendra is a Python module that offers classes able to handle calendars, list
 legal / religious holidays and gives working-day-related computation functions.
 It is a fork of Workalendar designed to be more extensible and introspectable,
 adding interfaces where Workalendar is philosophically opposed for the sake of
 simplicity.
 .
 What can Calendra do that Workalendar cannot?
  * Provides descriptions for holidays for the "day indicated" for each Holiday
    (such as '3rd Monday in August').
  * Keeps distinct the indicated and observed dates for Holidays, such that it's
    possible to determine on what day a given holiday is observed.
  * Allows the number of Holidays in a calendar year to be counted.
    Consolidates observance logic in the core code rather than requiring each
    calendar implementation to implement its own.
 .
 This package contains the Python 3 version of the library.