All Projects → GothenburgBitFactory → holidata

GothenburgBitFactory / holidata

Licence: MIT License
Holidata is the core of holidata.net, a no-nonsense, ad-free provider of international holiday data.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to holidata

moment-holiday
A Moment.js plugin for handling holidays. NO LONGER MAINTAINED (DEPRECATED)
Stars: ✭ 82 (+203.7%)
Mutual labels:  holidays, holiday, holiday-calculation
finql
A quantitative finance toolbox
Stars: ✭ 21 (-22.22%)
Mutual labels:  calendar, holidays
public-holidays-js
Public holidays by country. Readonly from google calendar. Nodejs module.
Stars: ✭ 18 (-33.33%)
Mutual labels:  holidays, holiday
hebcal-es6
Hebcal, a perpetual Jewish Calendar (ES6)
Stars: ✭ 45 (+66.67%)
Mutual labels:  calendar, holidays
BusinessDays.jl
📆 A highly optimized Business Days calculator written in Julia language. Also known as Working Days calculator.
Stars: ✭ 53 (+96.3%)
Mutual labels:  calendar, holidays
add2calendar
📆 Allow you to add event to calendar easier
Stars: ✭ 51 (+88.89%)
Mutual labels:  calendar
KM-MiniProgram
mini program for keep memory
Stars: ✭ 15 (-44.44%)
Mutual labels:  calendar
Shift
Light-weight EventKit wrapper.
Stars: ✭ 31 (+14.81%)
Mutual labels:  calendar
svelte-fullcalendar
A Svelte component wrapper around FullCalendar
Stars: ✭ 123 (+355.56%)
Mutual labels:  calendar
vue-calendar
基于vue和moment开发的时间组件
Stars: ✭ 25 (-7.41%)
Mutual labels:  calendar
networkdays
Networkdays functions ... including `networkdays` excel like function with no dependencies (no NumPy)
Stars: ✭ 22 (-18.52%)
Mutual labels:  calendar
prodcal ics
Производственный календарь в формате ics
Stars: ✭ 23 (-14.81%)
Mutual labels:  calendar
wp-event-calendar
The best way to manage events in WordPress
Stars: ✭ 46 (+70.37%)
Mutual labels:  calendar
calendar
calendar 日历的使用
Stars: ✭ 15 (-44.44%)
Mutual labels:  calendar
isoweek
Go package for calculating a start date and time of ISO 8601 week. (golang)
Stars: ✭ 32 (+18.52%)
Mutual labels:  calendar
timeclock
Simple work time clocking service
Stars: ✭ 21 (-22.22%)
Mutual labels:  holidays
thymeflow
Installer for Thymeflow, a personal knowledge management system.
Stars: ✭ 27 (+0%)
Mutual labels:  calendar
node-google-calendar
Simple node module that supports Google Calendar API
Stars: ✭ 76 (+181.48%)
Mutual labels:  calendar
AndroidHotelCalendar
这是一个Android的酒店类型的日历选择空间,基于recyclerview实现
Stars: ✭ 33 (+22.22%)
Mutual labels:  calendar
markdown-it-calendar
Automatically produced markdown-it-calendar
Stars: ✭ 23 (-14.81%)
Mutual labels:  calendar

holidata

holidata is a utility for algorithmically producing holiday data. Its purpose is mainly for holidata.net.

Holiday data can be produced for a given year in a supported locale and output format.

Usage

Call holidata providing the necessary data, e.g.

$ holidata --year=2020 --locale=de-DE

Call holidata with the --usage or --help option to get usage info or help respectively.

Data

For each holiday the following data is provided:

  • locale - language and country the holiday is defined for
  • region - region code of the given subdivision the holiday is defined for
  • date - actual date the holiday takes place
  • description - name of the holiday in the given language
  • type - holiday type flags
  • notes - additional information

Locales

Holidata provides holiday data in different locales, i.e. for a given country and a in given language. See holidata.net for a complete overview of the currently provided locales.

If you think a locale is missing, open a feature request on github.

Output Formats

Holidata supports different output formats, currently csv, json, yaml, and xml.

If you think an output format is missing, open a feature request on github.

Limitations

Holidata focuses on holidays which are defined by law on which business or work are suspended or reduced (there may be some exceptions to that rule).

Holidata only provides data for countries and their principal subdivisions (both as they are defined in ISO 3166). Holidays for other subdivisions are either merged or ignored. There is also no explicit representation of partial holidays.

License

holidata is released under the MIT license. For details check the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].