Skip to main content

`jcal` is a package for Japanese holiday.

Project description

jcal

jcal is a package for Japanese holiday at 2019-2021. https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html

Installation

pip install jcal

Example

from pprint import pprint
from jcal import holiday

pprint(holiday(2023))
{datetime.date(2023, 1, 2),
 datetime.date(2023, 1, 9),
 datetime.date(2023, 2, 11),
 datetime.date(2023, 2, 23),
 datetime.date(2023, 3, 21),
 datetime.date(2023, 4, 29),
 datetime.date(2023, 5, 3),
 datetime.date(2023, 5, 4),
 datetime.date(2023, 5, 5),
 datetime.date(2023, 7, 17),
 datetime.date(2023, 8, 11),
 datetime.date(2023, 9, 18),
 datetime.date(2023, 9, 23),
 datetime.date(2023, 10, 9),
 datetime.date(2023, 11, 3),
 datetime.date(2023, 11, 23)}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

jcal-0.3-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page