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.5.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

feiertage_de-0.1.5-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

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