Metadata-Version: 2.1
Name: Eric-Tools
Version: 1.2.0
Summary: Python Daily Development Tools
Home-page: https://github.com/Eric-jxl/Tools
Author: Eric
Author-email: 799050481@qq.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7.16
Description-Content-Type: text/markdown
Requires-Dist: psycopg2
Requires-Dist: requests
Requires-Dist: paramiko
Requires-Dist: Pillow

# Tools
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![latest 1.2.0](https://img.shields.io/badge/latest-1.2.0-green.svg?style=flat)


[Redis](https://jxlss.cn)

***备用地址***
```
https://eric-jxl.github.io
```

##### Project management of Python daily tools
```shell 
pip install Eric-Tools
```

```
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    惰性属性装饰器
```


