Metadata-Version: 2.1
Name: nightHua
Version: 1.1.2
Summary: 自用模块
Author: nightHua
Author-email: lirui001002@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

### 自用模块nightHua
 
#### 安装
 
> pip install nightHua
 
#### 使用

```python
from nightHua import Usual
from nightHua import Config
```
#### 版本更新内容
>##### 1.1:
>> 添加了Config类<br>
>> Usual类中添加了getTimeStr,StrOfSize函数
>##### 1.1.1:
>> bug修复
>##### 1.1.2:
>> bug修复


