ezKit 1.11.18__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/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.18
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
@@ -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.18.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
19
- ezKit-1.11.18.dist-info/METADATA,sha256=a3t5EbV-TLjAdNm2rx_rAdpRyBqCt3CxgMX3xYsKii0,295
20
- ezKit-1.11.18.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
21
- ezKit-1.11.18.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
22
- ezKit-1.11.18.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