Metadata-Version: 2.1
Name: Eric-Tools
Version: 1.1.2.2
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.1.2.2](https://img.shields.io/badge/latest-1.1.2.2-green.svg?style=flat)

[个人博客](https://jxlss.cn)

#### 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 增删改查操作
```


