https://github.com/mic1on/daypy
python日期时间解析,学习dayjs的设计模式
https://github.com/mic1on/daypy
Last synced: 3 months ago
JSON representation
python日期时间解析,学习dayjs的设计模式
- Host: GitHub
- URL: https://github.com/mic1on/daypy
- Owner: mic1on
- Created: 2022-09-01T08:58:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T02:22:15.000Z (over 3 years ago)
- Last Synced: 2024-09-19T20:09:48.591Z (over 1 year ago)
- Language: Python
- Homepage: https://code05.com/posts/other/opensource/daypy.html
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DayPy
`daypy`是使用`arrow`为基础,开发的一个插件式的时间解析模块。
模块的命名及设计模式参考了`dayjs`(JavaScript下的时间处理模块)。
### 安装
```bash
pip install daypy -U
```
### 示例及文档
[官方文档](https://52caiji.com/posts/other/opensource/daypy.html)