Skip to content

sebslomski/german-bank-holidays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

====================
German Bank Holidays
====================

German Bank Holidays provides helpers for getting the german national bank
holidays for a specified year and state.
Typical usage often looks like this:

    #!/usr/bin/env python

    from german_bank_holidays import Holidays, STATE_CODES
    holidays = Holidays(2013, STATE_CODES['BAYERN'])
    list_of_holidays = holidays.get_holiday_list()


Originally written by Stephan John

About

German bank holidays for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages