Skip to content

Instantly share code, notes, and snippets.

@Bas-Man
Bas-Man / keybase.md
Created October 23, 2022 05:20
KeyBase Proof

Keybase proof

I hereby claim:

  • I am Bas-Man on github.
  • I am basman (https://keybase.io/basman) on keybase.
  • I have a public key ASCnFgOVrIuO3aoI322zwdy49mb9r5GlyegTo5Lmd1X7Kwo

To claim this, I am signing this object:

@Bas-Man
Bas-Man / jpn_national_holidays.py
Last active May 8, 2025 06:35
Create a custom CorporateHolidays Object using the holidays Python package
NATIONAL_HOLIDAYS = [
"成人の日", "建国記念の日", "天皇誕生日", "春分の日", "昭和の日", "憲法記念日",
"みどりの日", "こどもの日", "海の日", "山の日", "敬老の日", "秋分の日",
"スポーツの日", "文化の日", "勤労感謝の日",
]
class CorporateHolidays(JPN):
"""
Customised Corporate Holidays and National Holidays for a Company in Japan
"""