Metadata-Version: 2.4
Name: cn-stock-trading-days
Version: 0.1.0
Summary: Chinese stock trading days
Author-email: WalterWu <waterfall555@163.com>
License: MIT
Project-URL: Homepage, https://github.com/walterwuchangzhou/cn-stock-trading-days
Project-URL: BugTracker, https://github.com/walterwuchangzhou/cn-stock-trading-days/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: license
Dynamic: license-file

# A股交易日工具包

一个用于处理A股交易日历和交易时间的Python包。

## 安装

```bash
pip install -e .
