eric-tools 1.3.1__tar.gz → 1.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- eric_tools-1.3.2/PKG-INFO +69 -0
- eric_tools-1.3.2/README.md +51 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/__init__.py +2 -2
- eric_tools-1.3.2/eric_tools.egg-info/PKG-INFO +69 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/setup.py +1 -1
- eric_tools-1.3.1/PKG-INFO +0 -70
- eric_tools-1.3.1/README.md +0 -52
- eric_tools-1.3.1/eric_tools.egg-info/PKG-INFO +0 -70
- {eric_tools-1.3.1 → eric_tools-1.3.2}/LICENSE +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/Abstract.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/async_queue.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/convert_json.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/decorator.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/downloader.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/encryption_classmethod.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/excel_generator.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/exception_class.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/ip.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/jwt_encrypt.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/logMixin.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/logger.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/nginx_log.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/pgsql.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/readconfig.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/remove.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/resize_image.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/send_email.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools/sftp.py +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools.egg-info/SOURCES.txt +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools.egg-info/dependency_links.txt +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools.egg-info/requires.txt +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/eric_tools.egg-info/top_level.txt +0 -0
- {eric_tools-1.3.1 → eric_tools-1.3.2}/setup.cfg +0 -0
@@ -0,0 +1,69 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: eric_tools
|
3
|
+
Version: 1.3.2
|
4
|
+
Summary: Python Daily Development Tools
|
5
|
+
Home-page: https://github.com/Eric-jxl/Tools
|
6
|
+
Author: Eric
|
7
|
+
Author-email: jxleric95@gmail.com
|
8
|
+
License: UNKNOWN
|
9
|
+
Platform: UNKNOWN
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
12
|
+
Classifier: Operating System :: OS Independent
|
13
|
+
Requires-Python: >=3.0
|
14
|
+
Description-Content-Type: text/markdown
|
15
|
+
License-File: LICENSE
|
16
|
+
|
17
|
+
# Tools
|
18
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
19
|
+

|
20
|
+

|
21
|
+
|
22
|
+
|
23
|
+
[Reids](https://eric-jxl.github.io/bak/index.html)
|
24
|
+
|
25
|
+
#### Project management of Python daily tools
|
26
|
+
|
27
|
+
```shell
|
28
|
+
pip install eric_tools
|
29
|
+
```
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
| 文件名 | 说明 |
|
34
|
+
| :----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------: |
|
35
|
+
| [encryption_classmethod.py ](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | HMAC+MD5加密签名算法 |
|
36
|
+
| [exception_class.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/exception_class.py) | 异常类 |
|
37
|
+
| [resize_image.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/resize_image.py) | 图片压缩 |
|
38
|
+
| [ip.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/ip.py) | ip地址定位API |
|
39
|
+
| [logger.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logger.py) | 日志模块类和高级日志装饰器 |
|
40
|
+
| [remove.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/remove.py) | 删除文件 |
|
41
|
+
| [send_email.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/send_email.py) | 发送邮件 |
|
42
|
+
| [sftp.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/sftp.py) | ssh远程下载文件 |
|
43
|
+
| [pgsql.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/pgsql.py) | postgresql CRUD |
|
44
|
+
| [readconfig.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/readconfig.py) | 读取.ini配置文件 |
|
45
|
+
| [jwt_encrypt.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/jwt_encrypt.py) | 生成jwt Access Token 加密及解密 |
|
46
|
+
| [convert_json.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/convert_json.py) | 支持json和object之间转换 |
|
47
|
+
| [Abstract.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | 抽象类模型 |
|
48
|
+
| [decorator.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/decorator.py) | 惰性属性装饰器 |
|
49
|
+
| [async_queue.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/async_queue.py) | 异步队列 |
|
50
|
+
| [downloader.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/downloader.py) | 下载器 |
|
51
|
+
| [logMixin.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logMixin.py) | 日志元类和高级日志装饰器 |
|
52
|
+
| [nginx_log.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/nginx_log.py) | nginx日志解析(默认access.log) |
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
>[!TIP]
|
59
|
+
>
|
60
|
+
> * async_queue.py 异步队列操作
|
61
|
+
>
|
62
|
+
> * downloader.py 下载器
|
63
|
+
>
|
64
|
+
> * logMixIn.py 日志元类和高级日志装饰器
|
65
|
+
>
|
66
|
+
> * nginx_log.py nginx日志解析(默认access.log)
|
67
|
+
>
|
68
|
+
|
69
|
+
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# Tools
|
2
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
3
|
+

|
4
|
+

|
5
|
+
|
6
|
+
|
7
|
+
[Reids](https://eric-jxl.github.io/bak/index.html)
|
8
|
+
|
9
|
+
#### Project management of Python daily tools
|
10
|
+
|
11
|
+
```shell
|
12
|
+
pip install eric_tools
|
13
|
+
```
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
| 文件名 | 说明 |
|
18
|
+
| :----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------: |
|
19
|
+
| [encryption_classmethod.py ](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | HMAC+MD5加密签名算法 |
|
20
|
+
| [exception_class.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/exception_class.py) | 异常类 |
|
21
|
+
| [resize_image.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/resize_image.py) | 图片压缩 |
|
22
|
+
| [ip.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/ip.py) | ip地址定位API |
|
23
|
+
| [logger.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logger.py) | 日志模块类和高级日志装饰器 |
|
24
|
+
| [remove.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/remove.py) | 删除文件 |
|
25
|
+
| [send_email.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/send_email.py) | 发送邮件 |
|
26
|
+
| [sftp.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/sftp.py) | ssh远程下载文件 |
|
27
|
+
| [pgsql.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/pgsql.py) | postgresql CRUD |
|
28
|
+
| [readconfig.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/readconfig.py) | 读取.ini配置文件 |
|
29
|
+
| [jwt_encrypt.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/jwt_encrypt.py) | 生成jwt Access Token 加密及解密 |
|
30
|
+
| [convert_json.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/convert_json.py) | 支持json和object之间转换 |
|
31
|
+
| [Abstract.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | 抽象类模型 |
|
32
|
+
| [decorator.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/decorator.py) | 惰性属性装饰器 |
|
33
|
+
| [async_queue.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/async_queue.py) | 异步队列 |
|
34
|
+
| [downloader.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/downloader.py) | 下载器 |
|
35
|
+
| [logMixin.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logMixin.py) | 日志元类和高级日志装饰器 |
|
36
|
+
| [nginx_log.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/nginx_log.py) | nginx日志解析(默认access.log) |
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
>[!TIP]
|
43
|
+
>
|
44
|
+
> * async_queue.py 异步队列操作
|
45
|
+
>
|
46
|
+
> * downloader.py 下载器
|
47
|
+
>
|
48
|
+
> * logMixIn.py 日志元类和高级日志装饰器
|
49
|
+
>
|
50
|
+
> * nginx_log.py nginx日志解析(默认access.log)
|
51
|
+
>
|
@@ -12,8 +12,8 @@ from . import async_queue, downloader, logMixin, nginx_log, excel_generator
|
|
12
12
|
name = 'Eric-Tools'
|
13
13
|
__title__ = 'tools'
|
14
14
|
__description__ = 'Python HTTP for Humans.'
|
15
|
-
__version__ = "1.3.
|
15
|
+
__version__ = "1.3.2"
|
16
16
|
__author__ = 'Eric'
|
17
17
|
__doc__ = ["Python Daily Development Tools"]
|
18
18
|
__url__ = "https://github.com/Eric-jxl/Tools"
|
19
|
-
__license__ = "
|
19
|
+
__license__ = "MIT License"
|
@@ -0,0 +1,69 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: eric-tools
|
3
|
+
Version: 1.3.2
|
4
|
+
Summary: Python Daily Development Tools
|
5
|
+
Home-page: https://github.com/Eric-jxl/Tools
|
6
|
+
Author: Eric
|
7
|
+
Author-email: jxleric95@gmail.com
|
8
|
+
License: UNKNOWN
|
9
|
+
Platform: UNKNOWN
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
12
|
+
Classifier: Operating System :: OS Independent
|
13
|
+
Requires-Python: >=3.0
|
14
|
+
Description-Content-Type: text/markdown
|
15
|
+
License-File: LICENSE
|
16
|
+
|
17
|
+
# Tools
|
18
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
19
|
+

|
20
|
+

|
21
|
+
|
22
|
+
|
23
|
+
[Reids](https://eric-jxl.github.io/bak/index.html)
|
24
|
+
|
25
|
+
#### Project management of Python daily tools
|
26
|
+
|
27
|
+
```shell
|
28
|
+
pip install eric_tools
|
29
|
+
```
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
| 文件名 | 说明 |
|
34
|
+
| :----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------: |
|
35
|
+
| [encryption_classmethod.py ](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | HMAC+MD5加密签名算法 |
|
36
|
+
| [exception_class.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/exception_class.py) | 异常类 |
|
37
|
+
| [resize_image.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/resize_image.py) | 图片压缩 |
|
38
|
+
| [ip.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/ip.py) | ip地址定位API |
|
39
|
+
| [logger.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logger.py) | 日志模块类和高级日志装饰器 |
|
40
|
+
| [remove.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/remove.py) | 删除文件 |
|
41
|
+
| [send_email.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/send_email.py) | 发送邮件 |
|
42
|
+
| [sftp.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/sftp.py) | ssh远程下载文件 |
|
43
|
+
| [pgsql.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/pgsql.py) | postgresql CRUD |
|
44
|
+
| [readconfig.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/readconfig.py) | 读取.ini配置文件 |
|
45
|
+
| [jwt_encrypt.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/jwt_encrypt.py) | 生成jwt Access Token 加密及解密 |
|
46
|
+
| [convert_json.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/convert_json.py) | 支持json和object之间转换 |
|
47
|
+
| [Abstract.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | 抽象类模型 |
|
48
|
+
| [decorator.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/decorator.py) | 惰性属性装饰器 |
|
49
|
+
| [async_queue.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/async_queue.py) | 异步队列 |
|
50
|
+
| [downloader.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/downloader.py) | 下载器 |
|
51
|
+
| [logMixin.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logMixin.py) | 日志元类和高级日志装饰器 |
|
52
|
+
| [nginx_log.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/nginx_log.py) | nginx日志解析(默认access.log) |
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
>[!TIP]
|
59
|
+
>
|
60
|
+
> * async_queue.py 异步队列操作
|
61
|
+
>
|
62
|
+
> * downloader.py 下载器
|
63
|
+
>
|
64
|
+
> * logMixIn.py 日志元类和高级日志装饰器
|
65
|
+
>
|
66
|
+
> * nginx_log.py nginx日志解析(默认access.log)
|
67
|
+
>
|
68
|
+
|
69
|
+
|
eric_tools-1.3.1/PKG-INFO
DELETED
@@ -1,70 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: eric_tools
|
3
|
-
Version: 1.3.1
|
4
|
-
Summary: Python Daily Development Tools
|
5
|
-
Home-page: https://github.com/Eric-jxl/Tools
|
6
|
-
Author: Eric
|
7
|
-
Author-email: jxleric95@gmail.com
|
8
|
-
License: UNKNOWN
|
9
|
-
Platform: UNKNOWN
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
11
|
-
Classifier: License :: OSI Approved :: MIT License
|
12
|
-
Classifier: Operating System :: OS Independent
|
13
|
-
Requires-Python: >=3.0
|
14
|
-
Description-Content-Type: text/markdown
|
15
|
-
License-File: LICENSE
|
16
|
-
|
17
|
-
# Tools
|
18
|
-
[](https://opensource.org/licenses/Apache-2.0)
|
19
|
-

|
20
|
-

|
21
|
-
|
22
|
-
|
23
|
-
[New Year](https://eric-jxl.github.io/bak/index.html)
|
24
|
-
|
25
|
-
#### Project management of Python daily tools
|
26
|
-
|
27
|
-
```shell
|
28
|
-
pip install eric_tools
|
29
|
-
```
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
| 文件名 | 说明 |
|
34
|
-
| :----------------------------------------------------------: | :-----------------------------: |
|
35
|
-
| [encryption_classmethod.py ](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | HMAC+MD5加密签名算法 |
|
36
|
-
| [exception_class.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/exception_class.py) | 异常类 |
|
37
|
-
| [resize_image.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/resize_image.py) | 图片压缩 |
|
38
|
-
| [ip.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/ip.py) | ip地址定位API |
|
39
|
-
| [logger.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logger.py) | 日志模块类和高级日志装饰器 |
|
40
|
-
| [remove.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/remove.py) | 删除文件 |
|
41
|
-
| [send_email.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/send_email.py) | 发送邮件 |
|
42
|
-
| [sftp.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/sftp.py) | ssh远程下载文件 |
|
43
|
-
| [pgsql.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/pgsql.py) | postgresql CRUD |
|
44
|
-
| [readconfig.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/readconfig.py) | 读取.ini配置文件 |
|
45
|
-
| [jwt_encrypt.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/jwt_encrypt.py) | 生成jwt Access Token 加密及解密 |
|
46
|
-
| [convert_json.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/convert_json.py) | 支持json和object之间转换 |
|
47
|
-
| [Abstract.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | 抽象类模型 |
|
48
|
-
| [decorator.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/decorator.py) | 惰性属性装饰器 |
|
49
|
-
| [async_queue.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/async_queue.py) | 异步队列 |
|
50
|
-
| [downloader.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/downloader.py) | 下载器 |
|
51
|
-
| [logMixIn.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logMixIn.py) | 日志元类和高级日志装饰器 |
|
52
|
-
| [nginx_log.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/nginx_log.py) | nginx日志解析(默认access.log) |
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
>[!TIP]
|
59
|
-
>
|
60
|
-
> * async_queue.py 异步队列操作
|
61
|
-
>
|
62
|
-
> * downloader.py 下载器
|
63
|
-
>
|
64
|
-
> * logMixIn.py 日志元类和高级日志装饰器
|
65
|
-
>
|
66
|
-
> * nginx_log.py nginx日志解析(默认access.log)
|
67
|
-
>
|
68
|
-
> * [eric-tools==1.3](https://pypi.org/project/eric-tools/1.3/)
|
69
|
-
|
70
|
-
|
eric_tools-1.3.1/README.md
DELETED
@@ -1,52 +0,0 @@
|
|
1
|
-
# Tools
|
2
|
-
[](https://opensource.org/licenses/Apache-2.0)
|
3
|
-

|
4
|
-

|
5
|
-
|
6
|
-
|
7
|
-
[New Year](https://eric-jxl.github.io/bak/index.html)
|
8
|
-
|
9
|
-
#### Project management of Python daily tools
|
10
|
-
|
11
|
-
```shell
|
12
|
-
pip install eric_tools
|
13
|
-
```
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
| 文件名 | 说明 |
|
18
|
-
| :----------------------------------------------------------: | :-----------------------------: |
|
19
|
-
| [encryption_classmethod.py ](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | HMAC+MD5加密签名算法 |
|
20
|
-
| [exception_class.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/exception_class.py) | 异常类 |
|
21
|
-
| [resize_image.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/resize_image.py) | 图片压缩 |
|
22
|
-
| [ip.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/ip.py) | ip地址定位API |
|
23
|
-
| [logger.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logger.py) | 日志模块类和高级日志装饰器 |
|
24
|
-
| [remove.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/remove.py) | 删除文件 |
|
25
|
-
| [send_email.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/send_email.py) | 发送邮件 |
|
26
|
-
| [sftp.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/sftp.py) | ssh远程下载文件 |
|
27
|
-
| [pgsql.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/pgsql.py) | postgresql CRUD |
|
28
|
-
| [readconfig.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/readconfig.py) | 读取.ini配置文件 |
|
29
|
-
| [jwt_encrypt.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/jwt_encrypt.py) | 生成jwt Access Token 加密及解密 |
|
30
|
-
| [convert_json.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/convert_json.py) | 支持json和object之间转换 |
|
31
|
-
| [Abstract.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | 抽象类模型 |
|
32
|
-
| [decorator.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/decorator.py) | 惰性属性装饰器 |
|
33
|
-
| [async_queue.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/async_queue.py) | 异步队列 |
|
34
|
-
| [downloader.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/downloader.py) | 下载器 |
|
35
|
-
| [logMixIn.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logMixIn.py) | 日志元类和高级日志装饰器 |
|
36
|
-
| [nginx_log.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/nginx_log.py) | nginx日志解析(默认access.log) |
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
>[!TIP]
|
43
|
-
>
|
44
|
-
> * async_queue.py 异步队列操作
|
45
|
-
>
|
46
|
-
> * downloader.py 下载器
|
47
|
-
>
|
48
|
-
> * logMixIn.py 日志元类和高级日志装饰器
|
49
|
-
>
|
50
|
-
> * nginx_log.py nginx日志解析(默认access.log)
|
51
|
-
>
|
52
|
-
> * [eric-tools==1.3](https://pypi.org/project/eric-tools/1.3/)
|
@@ -1,70 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: eric-tools
|
3
|
-
Version: 1.3.1
|
4
|
-
Summary: Python Daily Development Tools
|
5
|
-
Home-page: https://github.com/Eric-jxl/Tools
|
6
|
-
Author: Eric
|
7
|
-
Author-email: jxleric95@gmail.com
|
8
|
-
License: UNKNOWN
|
9
|
-
Platform: UNKNOWN
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
11
|
-
Classifier: License :: OSI Approved :: MIT License
|
12
|
-
Classifier: Operating System :: OS Independent
|
13
|
-
Requires-Python: >=3.0
|
14
|
-
Description-Content-Type: text/markdown
|
15
|
-
License-File: LICENSE
|
16
|
-
|
17
|
-
# Tools
|
18
|
-
[](https://opensource.org/licenses/Apache-2.0)
|
19
|
-

|
20
|
-

|
21
|
-
|
22
|
-
|
23
|
-
[New Year](https://eric-jxl.github.io/bak/index.html)
|
24
|
-
|
25
|
-
#### Project management of Python daily tools
|
26
|
-
|
27
|
-
```shell
|
28
|
-
pip install eric_tools
|
29
|
-
```
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
| 文件名 | 说明 |
|
34
|
-
| :----------------------------------------------------------: | :-----------------------------: |
|
35
|
-
| [encryption_classmethod.py ](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | HMAC+MD5加密签名算法 |
|
36
|
-
| [exception_class.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/exception_class.py) | 异常类 |
|
37
|
-
| [resize_image.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/resize_image.py) | 图片压缩 |
|
38
|
-
| [ip.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/ip.py) | ip地址定位API |
|
39
|
-
| [logger.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logger.py) | 日志模块类和高级日志装饰器 |
|
40
|
-
| [remove.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/remove.py) | 删除文件 |
|
41
|
-
| [send_email.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/send_email.py) | 发送邮件 |
|
42
|
-
| [sftp.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/sftp.py) | ssh远程下载文件 |
|
43
|
-
| [pgsql.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/pgsql.py) | postgresql CRUD |
|
44
|
-
| [readconfig.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/readconfig.py) | 读取.ini配置文件 |
|
45
|
-
| [jwt_encrypt.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/jwt_encrypt.py) | 生成jwt Access Token 加密及解密 |
|
46
|
-
| [convert_json.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/convert_json.py) | 支持json和object之间转换 |
|
47
|
-
| [Abstract.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/Abstract.py) | 抽象类模型 |
|
48
|
-
| [decorator.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/decorator.py) | 惰性属性装饰器 |
|
49
|
-
| [async_queue.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/async_queue.py) | 异步队列 |
|
50
|
-
| [downloader.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/downloader.py) | 下载器 |
|
51
|
-
| [logMixIn.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/logMixIn.py) | 日志元类和高级日志装饰器 |
|
52
|
-
| [nginx_log.py](https://github.com/eric-jxl/Tools/blob/62f538a1d34df869722c68e3ea5df222bdd1605e/eric_tools/nginx_log.py) | nginx日志解析(默认access.log) |
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
>[!TIP]
|
59
|
-
>
|
60
|
-
> * async_queue.py 异步队列操作
|
61
|
-
>
|
62
|
-
> * downloader.py 下载器
|
63
|
-
>
|
64
|
-
> * logMixIn.py 日志元类和高级日志装饰器
|
65
|
-
>
|
66
|
-
> * nginx_log.py nginx日志解析(默认access.log)
|
67
|
-
>
|
68
|
-
> * [eric-tools==1.3](https://pypi.org/project/eric-tools/1.3/)
|
69
|
-
|
70
|
-
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|