Skip to main content

Chinese holiday for Python

Project description

Utility from parsing Chinese holiday from official website

Chinese 中文

Install

pip install Chinese-holiday

Usage

Check if one day is a holiday (including normal weekend, not including working weekend)

is_holiday('2019-10-10')

Search url for notice of 2020 holiday

search_notice_url('2020')

Parse holiday info from url

parse_holiday_info(url)

Return holiday data from cache

get_holiday_data('2020')

Forcely return holiday data from website

get_holiday_data('2020', True)

Get latest work day (default fome today)

get_latest_workday()

Cache

The utility will cache parsed result into holiday.json, you can use is_holiday('2019-10-10', True) to forcely refresh it.

Project details


Download files

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

Source Distribution

Chinese-holiday-0.1.6.tar.gz (5.3 kB view hashes)

Uploaded Source

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