Skip to main content

No project description provided

Project description

This python package provides an easy access to the list of German national holidays for each federal state.

>>> import feiertage
>>> holidays = feiertage.Holidays("BW", year=2023).holidays
>>> # holidays now contains a list of dictionaries for each holiday with the attribues
>>> # 'date' -> a datetime.date object with the date of the holiday
>>> # 'name'-> a string with the name of the holiday
>>>
>>> # let's print this list beautifully formatted
>>> from pprint import pprint
>>> pprint(holidays)
[{'date': datetime.date(2023, 1, 1), 'name': 'Neujahr'},
 {'date': datetime.date(2023, 5, 1), 'name': 'Tag der Arbeit'},
 {'date': datetime.date(2023, 10, 3), 'name': 'Tag der deutschen Einheit'},
 {'date': datetime.date(2023, 12, 25), 'name': '1. Weihnachstag'},
 {'date': datetime.date(2023, 12, 26), 'name': '2. Weihnachstag'},
 {'date': datetime.date(2023, 4, 7), 'name': 'Karfreitag'},
 {'date': datetime.date(2023, 4, 10), 'name': 'Ostermontag'},
 {'date': datetime.date(2023, 5, 18), 'name': 'Christi-Himmelfahrt'},
 {'date': datetime.date(2023, 5, 29), 'name': 'Pfingstmontag'},
 {'date': datetime.date(2023, 1, 6), 'name': 'Heilige drei Könige'},
 {'date': datetime.date(2023, 6, 8), 'name': 'Fronleichnam'},
 {'date': datetime.date(2023, 11, 1), 'name': 'Allerheiligen'}]

Installation

This package can be easily installed with pip:

$ pip install feiertage-de

Further information can be seen at the PyPi project page or at Read the Docs

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

feiertage_de-0.1.6.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

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

feiertage_de-0.1.6-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file feiertage_de-0.1.6.tar.gz.

File metadata

  • Download URL: feiertage_de-0.1.6.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.24

File hashes

Hashes for feiertage_de-0.1.6.tar.gz
Algorithm Hash digest
SHA256 c0910231d82da15860bb5ebd72bea57953994a896dc1847bbe4e4a5449a9a095
MD5 1dee034bdeaf6b3ebdc58fb5464cf0bf
BLAKE2b-256 3ba3714541e144c624a46c4f8256e4f1d3371e306584d44d15541044be7aec70

See more details on using hashes here.

File details

Details for the file feiertage_de-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: feiertage_de-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.24

File hashes

Hashes for feiertage_de-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e627a20409a6e94f0ce2bd239f50add150d41a44431bc98867de355ea3a4b0ec
MD5 906ab73415eab85b11817c76c016de55
BLAKE2b-256 1ffa898ef0eb0e5f5800849e8ab10b06e0b23cfdeb4369aecaff733835d7b405

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