2019-06-03 20:42:22 +00:00
2019-03-12 22:54:23 +08:00
2019-03-12 23:07:53 +08:00
2019-03-08 00:19:43 +08:00
2019-03-13 00:05:07 +08:00
2019-03-09 19:35:24 +08:00
2019-03-09 19:35:24 +08:00
2019-03-09 12:27:41 +08:00
2019-03-09 00:41:22 +08:00
2019-03-09 12:08:49 +00:00
2019-03-10 00:59:53 +08:00
2019-03-05 10:56:09 +08:00
2019-03-12 22:31:43 +08:00
2019-04-28 20:49:31 +08:00

holiday-cn

Build Status Release CalVer Maintainability Test Coverage Maintenance

中国法定节假日数据 自动每日抓取国务院公告

  • 提供 JSON 格式节假日数据
  • CI 自动更新
  • 数据变化时时自动发布新版本 ( Watch - Release only 以获取邮件提醒! )
  • 发布页面提供 JSON 打包下载

数据格式:

{
    year: Int, 年份
    papers: [String], 所用国务院文件网址列表
    days: [
        {
            name: String, 节日名称
            date: String, ISO 8601 日期
            isOffDay: Boolean, 是否为休息日
        }
    ]
}

通过互联网使用

数据地址格式:

https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/{年份}.json  

作为 git 子模块使用

参见 Git 工具 - 子模块

Description
No description provided
Readme 412 KiB
Languages
Python 99.1%
Makefile 0.9%