holidays 0.1.0

Rust library to provide accurate and up-to-date holiday dates based on Python holidays package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "gen"
version = "0.1.0"
description = ""
license = "MIT"
authors = ["yukinarit <yukinari.tani@mapbox.com>"]

[tool.poetry.dependencies]
python = "^3.7"
holidays = "*"
jinja2 = "^3.1.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"