Metadata-Version: 2.1
Name: eric-tools
Version: 1.2.4.1
Summary: Python Daily Development Tools
Home-page: https://github.com/Eric-jxl/Tools
Author: Eric
Author-email: jxleric95@gmail.com
License: Apache 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](https://img.shields.io/:license-apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![latest 1.2.4.1](https://img.shields.io/badge/latest-1.2.4.1-green.svg?style=flat)


[Redis](https://eric-jxl.github.io)


##### Project management of Python daily tools
```shell 
pip install eric_tools
```
```
https://pypi.org/project/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    惰性属性装饰器

BingDwenDwen.py  冰墩墩
```


