Metadata-Version: 2.1
Name: czech-workdays-holidays
Version: 0.0.5
Summary: Czech Workdays and Holidays including work-restricted holidays
Home-page: https://github.com/david-gamba/Czech-Working-Days
Author: David Gamba
Author-email: gamba.d@seznam.cz
Project-URL: Bug Tracker, https://github.com/david-gamba/Czech-Working-Days/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Czech Workdays and Holidays
 This package includes Czech public and other holidays which are not working days, 
 working days calculator for selected year and the possibility to get public holidays that are during the weekend

Working with holidays, you always have to select year. Additionally, you can choose to get only dates, dates with
English or Czech names of holidays or holidays that are working restricted.

Working with workdays, you always have to select year. Additionally, you can choose to include Saturday and Sunday
as workday and you can also include working restriced holidays as workdays. Combinations of these parameters
are possible.

Data are valid since 2001. If selected year before 2001, exception is raised.

[Czech holidays in English](https://en.wikipedia.org/wiki/Public_holidays_in_the_Czech_Republic)  
[Czech holidys in Czech](https://cs.wikipedia.org/wiki/%C4%8Cesk%C3%BD_st%C3%A1tn%C3%AD_sv%C3%A1tek)

## Installation
`pip install czech-workdays-holidays`

## Import
`import czech_workdays_holidays`
