Skip to main content

Python 日本の祝日一覧を取得するライブラリ

Features

  • 10000 call within 1 seconds

Installation

$ pip install japan_holiday

Sample Code

# 今日が祝日か判定(today is holiday)
from japan_holiday import JapanHoliday
google_api_token = "###################"
JapanHoliday(google_api_token).today()
>>>False

# 今日が祝日若しくは週末か判定(today is holiday or weekend)
JapanHoliday(google_api_token).today(weekend=True)
>>>True

# 指定日が祝日若しくは週末か判定(the chosen day is holiday or weekend)
from datetime import datetime
now = datetime(2016, 1, 8, 00, 00, 00)
JapanHoliday(google_api_token).check(now=now, weekend=True)
>>>True

# list
JapanHoliday(google_api_token).get_holiday_calender(2015)
>>>[元日:2015/1/1, 成人の日:2015/1/12, 建国記念の日:2015/2/11, 春分の日:2015/3/21, 昭和の日:2015/4/29, 憲法記念日:2015/5/3, みどりの日:2015/5/4, こどもの日:2015/5/5, 憲法記念日 振替休日:2015/5/6, 海の日:2015/7/20, 敬老の日:2015/9/21, 国民の休日:2015/9/22, 秋分の日:2015/9/23, 体育の日:2015/10/12, 文化の日:2015/11/3, 勤労感謝の日:2015/11/23, 天皇誕生日:2015/12/23]

# test
py.test ./tests.py
...

Documentation

Release files for japan_holiday 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for japan_holiday 0.1.0
File Size Uploaded
japan_holiday-0.1.0.tar.gz 3.4 kB Details

Release files / japan_holiday-0.1.0.tar.gz

Download URL japan_holiday-0.1.0.tar.gz
Size 3.4 kB
Tags Source
SHA-256 checksum
How to use checksums
301aec689cf256ca787dc1081d8ffdd5f5e6cea8d4d48c77d25cef2d8d8455d9
BLAKE2b-256 checksum
How to use checksums
4b887590fe24ba6d793016aa5f1cfa6c93476d01b1cc61b1905dc743d4a960ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/2.7

Release history Release notifications | RSS feed

This release

0.1.0 This release

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.6

1 release file

0.0.5

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page