Metadata-Version: 2.1
Name: eric-tools
Version: 1.3
Summary: Python Daily Development Tools
Home-page: https://github.com/Eric-jxl/Tools
Author: Eric
Author-email: jxleric95@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psycopg2
Requires-Dist: requests
Requires-Dist: paramiko
Requires-Dist: Pillow
Requires-Dist: xlsxwriter

# Tools
[![License](https://img.shields.io/:license-apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![latest 1.3](https://img.shields.io/badge/latest-1.3-green.svg?style=flat)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/eric-jxl/Tools/latest)


[New Year](https://eric-jxl.github.io/bak/index.html)


#### Project management of Python daily tools
```shell 
pip install eric_tools
```

```markdown
encryption_classmethod.py  Python HMAC+MD5加密签名算法

exception_class.py  异常类

resize_image.py     图片压缩

ip.py               ip地址定位API

logger.py           日志模块类和高级日志装饰器

remove.py           删除文件

send_email.py       发送邮件

sftp.py             ssh远程下载文件

pgsql.py            对postgresql 增删改查操作

readconfig           针对读取配置文件

jwt_encrypt         生成jwt Access Token 加密及解密

convert_json        支持json和object之间转换

Abstract.py         抽象类模型

decorator.py        惰性属性装饰器

**新增内容**
async_queue.py        异步队列操作
downloader.py         下载器
logMixIn.py           日志元类和高级日志装饰器
nginx_log.py          nginx日志解析(默认access.log)


```


