Metadata-Version: 2.1
Name: qytPython
Version: 0.0.2
Summary: qytPython: Python tools
Home-page: https://github.com/q759729997/qytPython
Author: qiaoyongtian
License: Apache License
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyYAML


# Python工具包

## 安装方式

- 下载此项目，进入项目根目录，执行如下命令安装：

```python
python setup.py install
```

- 使用pip进行安装

```python
pip install qytPython
```

## 适用平台

- Linux
- Windows

## Python版本要求

- 大于等于`python 3.6`

## 版本信息

- 当前版本：v0.0.2

### 历史版本

- 0.0.1 : 基础版本

## 使用文档

- git地址：<https://github.com/q759729997/qytPython>
- [工具类使用手册-readme_tools.md](https://github.com/q759729997/qytPython/blob/master/readme_tools.md)

## 致谢

- 开源项目：<https://github.com/fastnlp/fastNLP>


