An open API service indexing awesome lists of open source software.

https://github.com/mic1on/daypy

python日期时间解析,学习dayjs的设计模式
https://github.com/mic1on/daypy

Last synced: 3 months ago
JSON representation

python日期时间解析,学习dayjs的设计模式

Awesome Lists containing this project

README

          

# DayPy


Test


Package version


Supported Python versions

`daypy`是使用`arrow`为基础,开发的一个插件式的时间解析模块。
模块的命名及设计模式参考了`dayjs`(JavaScript下的时间处理模块)。

### 安装

```bash
pip install daypy -U
```

### 示例及文档

[官方文档](https://52caiji.com/posts/other/opensource/daypy.html)