Skip to main content

获取中国法定节假日

Project description

get_holiday_cn

获取中国法定节假日

支持的python版本

python3.x

功能点

  1. 传入日期获取中国法定节假日

说明

依赖NateScarlet/holiday-cn

安装

pip install get_holiday_cn

数据说明

{
      "code": 0,              // 0服务正常。-1服务出错
      "type": {
        "type": enum(0, 1, 2, 3), // 节假日类型,分别表示 工作日、周末、节日、调休。
        "name": "周六",         // 节假日类型中文名,可能值为 周一 至 周日、假期的名字、某某调休。
        "week": enum(1 - 7)    // 一周中的第几天。值为 1 - 7,分别表示 周一 至 周日。
        "status": enum(0, 1)    // 数据场景类型,0来源于仓库中的节假日或调休日;1表示当前传入日期在仓库中未查询到,直接走系统计算,可能为工作日或还未公布的节假日。
      },
      "holiday": {            // 只有当type为2,3时,该对象才存在
        "holiday": false,     // true表示是节假日,false表示是调休
        "name": "国庆节调休",  // 节假日的中文名。如果是调休,则是调休的中文名,例如'国庆节调休'
        "date": '2021-10-09'     // 当前请求的日期
      }
}

使用

from get_holiday_cn.client import getHoliday

client = getHoliday()
# 获取今日数据
print(client.assemble_holiday_data())
# 指定日期获取数据
print(client.assemble_holiday_data(today='2021-10-01'))

2022/12/27 更新说明

刚刚推送了v1.0.5版本,在此版本前可能会获取到空数组的2023年json文件,导致现在23年假期更新后还是无法查到;如出现下图所示,可以删除本地已缓存的2023.json文件,下次再请求时会自动获取最新的数据 企业微信截图_20221227160706

2024/04/29 更新说明

本次版本号v1.0.6,主要修复 issues-4 的问题,在项目中增加了某个年份文件中返回空列表的情况判断

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

get_holiday_cn-1.0.6.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

get_holiday_cn-1.0.6-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file get_holiday_cn-1.0.6.tar.gz.

File metadata

  • Download URL: get_holiday_cn-1.0.6.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for get_holiday_cn-1.0.6.tar.gz
Algorithm Hash digest
SHA256 1653dc849305ade165cc250505a9b26c24cb70283d8d07a344c546abd923555e
MD5 4744e85ae4ffc2c3e58c1204e8150fd8
BLAKE2b-256 fa7d13c9608f77aa450f2f37cad92a71805d43e594c4642a3d7d97a7f7025f3d

See more details on using hashes here.

File details

Details for the file get_holiday_cn-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for get_holiday_cn-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0dd323af4663358679299e658e94555dd3f163fcd0e0dae4dfdfd220dac7155b
MD5 c308b501f169b99bd6f0aec72c2eea17
BLAKE2b-256 4c693242256fb4475cbdd68516ac3c907d3948debb6602f04424e6b972cd00d9

See more details on using hashes here.

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