Skip to main content

Worldwide holidays and working days helper and toolkit.

Project description

Overview

Calendra is a Python module that offers classes able to handle calendars, list legal / religious holidays and gives working-day-related computation functions.

History

Calendra is a fork of Workalendar designed to be more extensible and introspectable, adding interfaces where Workalendar is philosophically opposed for the sake of simplicity.

Status

The project is stable and in production use. Calendra follows the principles of semver for released verisons.

Usage sample

>>> from datetime import date
>>> from calendra.europe import France
>>> cal = France()
>>> cal.holidays(2012)
[(datetime.date(2012, 1, 1), 'New year'),
 (datetime.date(2012, 4, 9), 'Easter Monday'),
 (datetime.date(2012, 5, 1), 'Labour Day'),
 (datetime.date(2012, 5, 8), 'Victory in Europe Day'),
 (datetime.date(2012, 5, 17), 'Ascension Day'),
 (datetime.date(2012, 5, 28), 'Whit Monday'),
 (datetime.date(2012, 7, 14), 'Bastille Day'),
 (datetime.date(2012, 8, 15), 'Assumption of Mary to Heaven'),
 (datetime.date(2012, 11, 1), "All Saints' Day"),
 (datetime.date(2012, 11, 11), 'Armistice Day'),
 (datetime.date(2012, 12, 25), 'Christmas')]
>>> cal.is_working_day(date(2012, 12, 25))  # it's Christmas
False
>>> cal.is_working_day(date(2012, 12, 30))  # it's Sunday
False
>>> cal.is_working_day(date(2012, 12, 26))
True
>>> cal.add_working_days(date(2012, 12, 23), 5)  # 5 working days after Xmas
datetime.date(2012, 12, 31)

External dependencies

You may want to install python-dev and/or python3-dev on your machine to either run the installation or run tests via tox.

Tests

Travis status:

https://api.travis-ci.org/jaraco/calendra.png

To run test, just install tox with pip install tox and run:

tox

from the command line.

Available Calendars

Europe

  • Belgium

  • Czech Republic

  • Denmark

  • European Central Bank

  • Finland

  • France

  • France (Alsace / Moselle)

  • Germany

  • Greece

  • Hungary

  • Iceland

  • Italy

  • Luxembourg

  • Netherlands

  • Norway

  • Poland

  • Portugal

  • Slovakia

  • Sweden

  • United Kingdom (incl. Northern Ireland)

  • Spain

  • Slovenia

  • Switzerland

America

  • Brazil (incl. São Paulo state and city)

  • Chile

  • Colombia

  • Mexico

  • Panama

  • United States of America (including state holidays)

  • Canada (including provincial and territory holidays)

Asia

  • Japan

  • Qatar

  • South Korea

  • Taiwan

Oceania

  • Australia (incl. its different states)

  • Marshall Islands

Africa

  • Algeria

  • Benin

  • Ivory Coast

  • Madagascar

  • São Tomé

  • South Africa

And more to come (I hope!)

Caveats

Please take note that some calendars are not 100% accurate. The most common example is the Islamic calendar, where some computed holidays are not exactly on the same official day decided by religious authorities, and this may vary country by country. Whenever it’s possible, try to adjust your results with the official data provided by the adequate authorities.

Contributing

Please read our CONTRIBUTING.rst document to discover how you can contribute to calendra. Pull-requests are very welcome.

License

This library is published under the terms of the MIT License. Please check the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calendra-1.7.tar.gz (43.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

calendra-1.7-py2.py3-none-any.whl (44.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file calendra-1.7.tar.gz.

File metadata

  • Download URL: calendra-1.7.tar.gz
  • Upload date:
  • Size: 43.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for calendra-1.7.tar.gz
Algorithm Hash digest
SHA256 3c2969ec96bd3480ab9166eb003145e22b09088c7c3d84ffbb823bd4ed4e3a3d
MD5 c710843b9aedbeebc038c6d0d5e71283
BLAKE2b-256 20593c3cc0a590d73936f2eed6c48612adb974669eefea33b8e4e584969d9a10

See more details on using hashes here.

File details

Details for the file calendra-1.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for calendra-1.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 32cd95fbdc5777214a221e86055128d5ae015a08790dfe11c09cd72a4577f3d0
MD5 f0a10da1435aa66239ab211505145f5e
BLAKE2b-256 50d9f1edecae8a4a7aab669302763b8e1042fb9c4b5270001f52d9f9017fb118

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page