Python 中国节假日库 chinese-calendar 使用指南
chinese-calendar 库作为专业的 Python 节假日解决方案,为开发者提供了从 2004 年到 2026 年的完整中国节假日数据支持,让节假日计算变得简单高效。
快速上手
环境安装配置
使用 pip 命令快速安装 chinesecalendar 库:
pip install chinesecalendar
或者从源码安装最新版本:
git clone https://github.com/jisuanke/chinese-calendar
chinese-calendar
pip install .

