Socket
Socket
Sign inDemoInstall

holidays-ext

Package Overview
Dependencies
6
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    holidays-ext

Extended holidays package


Maintainers
1

Readme

Holidays Extension

This repo forks the Facebook Prophet library, and serve as an extension of the Python holidays library. The holidays are customized and extended.

To use this library, simply do

from holidays_ext.get_holidays import get_holiday
from holidays_ext.get_holidays import get_holiday_df

holidays = get_holiday(
    country_list=["UnitedStates", "Russia"],
    years=[2019, 2020]
)
holidays

holidays_df = get_holiday_df(
    country_list=["UnitedStates", "China", "India"],
    years=[2018, 2019, 2020, 2021]
)
holidays_df

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc