File: index.md

package info (click to toggle)
python-workalendar 17.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,568 kB
  • sloc: python: 16,500; makefile: 34; sh: 5
file content (23 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Workalendar documentation

## Overview

Workalendar is a Python module that offers classes able to handle calendars, list legal / religious holidays and gives working-day-related computation functions.

## Status

This library is ready for production, although we may warn eventual users: some calendars may not be up-to-date, and this library doesn't cover all the existing countries on earth (yet).

## Available Calendars

See [the repository README](https://github.com/workalendar/workalendar#available-calendars) for the most up-to-date catalog of the available calendars.

## Usage examples

* [Basic usage](basic.md)
* [Advanced usage](advanced.md)
* Advanced features:
  * [Class options](class-options.md)
  * [ISO Registry](iso-registry.md)
  * [iCal Export](ical.md)
* [How to contribute](contributing.md)