Metadata-Version: 2.1
Name: daypy
Version: 0.2.0
Summary: 一个日期时间解析器
Home-page: https://github.com/mic1on/daypy
Keywords: 日期解析,年月日解析,日期时间
Author: miclon
Author-email: jcnd@163.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: arrow (>=1.2.2,<2.0.0)
Description-Content-Type: text/markdown

# DayPy

<a href="https://github.com/mic1on/daypy/actions/workflows/test.yml?query=event%3Apush+branch%3Amain" target="_blank">
    <img src="https://github.com/mic1on/daypy/workflows/test%20suite/badge.svg?branch=main&event=push" alt="Test">
</a>
<a href="https://pypi.org/project/daypy" target="_blank">
    <img src="https://img.shields.io/pypi/v/daypy.svg" alt="Package version">
</a>

<a href="https://pypi.org/project/daypy" target="_blank">
    <img src="https://img.shields.io/pypi/pyversions/daypy.svg" alt="Supported Python versions">
</a>

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


### 文档编写中...
