ezKit 1.11.17__py3-none-any.whl → 1.12.0__py3-none-any.whl

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.
ezKit/dockerhub.py CHANGED
@@ -9,7 +9,7 @@ def get_latest_tags(url: str, limit: int = 20, proxies: dict | None = None) -> l
9
9
 
10
10
  try:
11
11
 
12
- logger.info(f"{info} [begin]")
12
+ logger.info(f"{info} [开始]")
13
13
 
14
14
  # url = "https://hub.docker.com/v2/repositories/library/postgres/tags"
15
15
 
@@ -39,11 +39,11 @@ def get_latest_tags(url: str, limit: int = 20, proxies: dict | None = None) -> l
39
39
  # 提取 tags
40
40
  tags = [tag["name"] for tag in results]
41
41
 
42
- logger.success(f"{info} [success]")
42
+ logger.success(f"{info} [成功]")
43
43
  return tags
44
44
 
45
45
  except Exception as e:
46
- logger.error(f"{info} [error]")
46
+ logger.error(f"{info} [错误]")
47
47
  logger.exception(e)
48
48
  return None
49
49
 
ezKit/xftp.py CHANGED
@@ -1,5 +1,5 @@
1
1
  """FTP"""
2
- # ftplib: https://docs.python.org/3.11/library/ftplib.html
2
+ # ftplib: https://docs.python.org/3.12/library/ftplib.html
3
3
  import os
4
4
  from ftplib import FTP
5
5
  from pathlib import Path
@@ -1,14 +1,15 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: ezKit
3
- Version: 1.11.17
3
+ Version: 1.12.0
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
7
- Requires-Python: >=3.11
7
+ Requires-Python: >=3.12
8
8
  License-File: LICENSE
9
9
  Requires-Dist: loguru>=0.7
10
10
  Dynamic: author
11
11
  Dynamic: author-email
12
+ Dynamic: license-file
12
13
  Dynamic: requires-dist
13
14
  Dynamic: requires-python
14
15
  Dynamic: summary
@@ -4,7 +4,7 @@ ezKit/bottle.py,sha256=43h4v1kzz6qrLvCt5IMN0H-gFtaT0koG9wETqteXsps,181666
4
4
  ezKit/bottle_extensions.py,sha256=CwXKxVKxxtbyfeeOSp2xODUqJBo7ro2C88H9sUOVDJI,1161
5
5
  ezKit/cipher.py,sha256=0T_StbjiNI4zgrjVgcfU-ffKgu1waBA9UDudAnqFcNM,2896
6
6
  ezKit/database.py,sha256=r5YNoEzeOeVTlEWI99xXtHTmPZ73_DopS8DTzZk8Lts,12432
7
- ezKit/dockerhub.py,sha256=5B8vCS5mKJbTZTWJcj_-CbIzaOrfDG3tTpbbEJ1b8mA,1957
7
+ ezKit/dockerhub.py,sha256=a0v9Cdg2vIfUvSSf8gYS22mvQtUcJpJWGGM-nBphrOA,1958
8
8
  ezKit/http.py,sha256=ysXzqXFi9zmuVKINbYGwmf9Q5xDVW_DZWrSh6HSVq8M,1800
9
9
  ezKit/markdown_to_html.template,sha256=21G2sSVGJn6aJvHd0NN4zY5YiDteKe4UtW36AzBwSdk,22274
10
10
  ezKit/mongo.py,sha256=l3jRMmoGrTm16OG4daSCn0JLU1nbYAmTtHokwjLXzoA,2390
@@ -13,10 +13,10 @@ ezKit/redis.py,sha256=tdiqfizPYQQTIUumkJGUJsJVlv0zVTSTYGQN0QutYs4,1963
13
13
  ezKit/sendemail.py,sha256=47JTDFoLJKi0YtF3RAp9nFfo0ko2jlde3R_C1wr2E2w,7397
14
14
  ezKit/token.py,sha256=HKREyZj_T2S8-aFoFIrBXTaCKExQq4zE66OHXhGHqQg,1750
15
15
  ezKit/utils.py,sha256=uOUOCgx6WU6J2lTbHlL78Flk3oCZgdj8rBOFg2i0K7Q,44241
16
- ezKit/xftp.py,sha256=izUH9pLH_AzgR3c0g8xSfhLn7LQ9EDcTst3LFjTM6hU,7878
16
+ ezKit/xftp.py,sha256=9-ocFRH2SfmkP830J2RCkSIHZ6yLa3tKF7iXjHDiakc,7878
17
17
  ezKit/zabbix.py,sha256=JELOKZMXOWSdq5NW-VNJ10vahhRWLAILDGebMi8VunM,33060
18
- ezKit-1.11.17.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
19
- ezKit-1.11.17.dist-info/METADATA,sha256=jEBrfNGf93E_-OwUiLID1MvTOisrazgv2ZfPC-j-xV0,295
20
- ezKit-1.11.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
21
- ezKit-1.11.17.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
22
- ezKit-1.11.17.dist-info/RECORD,,
18
+ ezkit-1.12.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
19
+ ezkit-1.12.0.dist-info/METADATA,sha256=M6kMMDlVIa56bs6uoAbnaZSh4OaYhogeM5zSY7WM9cQ,316
20
+ ezkit-1.12.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
21
+ ezkit-1.12.0.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
22
+ ezkit-1.12.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5