lazysdk 0.1.110__py3-none-any.whl → 0.1.111__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.
- lazysdk/lazyre.py +2 -2
- {lazysdk-0.1.110.dist-info → lazysdk-0.1.111.dist-info}/METADATA +15 -15
- {lazysdk-0.1.110.dist-info → lazysdk-0.1.111.dist-info}/RECORD +6 -6
- {lazysdk-0.1.110.dist-info → lazysdk-0.1.111.dist-info}/WHEEL +1 -1
- {lazysdk-0.1.110.dist-info → lazysdk-0.1.111.dist-info}/LICENSE +0 -0
- {lazysdk-0.1.110.dist-info → lazysdk-0.1.111.dist-info}/top_level.txt +0 -0
lazysdk/lazyre.py
CHANGED
@@ -4,7 +4,7 @@ import re
|
|
4
4
|
def find_between(
|
5
5
|
text: str,
|
6
6
|
left: str,
|
7
|
-
right: str,
|
7
|
+
right: str = None,
|
8
8
|
until_line_end: bool = False # 是否匹配到行尾
|
9
9
|
):
|
10
10
|
"""
|
@@ -19,7 +19,7 @@ def find_between(
|
|
19
19
|
def find_all(
|
20
20
|
text: str,
|
21
21
|
left: str,
|
22
|
-
right: str,
|
22
|
+
right: str = None,
|
23
23
|
until_line_end: bool = False # 是否匹配到行尾
|
24
24
|
):
|
25
25
|
"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lazysdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.111
|
4
4
|
Summary: 基于Python的懒人包
|
5
5
|
Home-page: https://gitee.com/ZeroSeeker/lazysdk
|
6
6
|
Author: ZeroSeeker
|
@@ -10,20 +10,20 @@ Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
|
-
Requires-Dist: showlog
|
14
|
-
Requires-Dist: requests
|
15
|
-
Requires-Dist: envx
|
16
|
-
Requires-Dist: pytz
|
17
|
-
Requires-Dist: ua-parser
|
18
|
-
Requires-Dist: openpyxl
|
19
|
-
Requires-Dist: xlrd
|
20
|
-
Requires-Dist: m3u8
|
21
|
-
Requires-Dist: pycryptodome
|
22
|
-
Requires-Dist: filetype
|
23
|
-
Requires-Dist: netifaces
|
24
|
-
Requires-Dist: user-agents
|
25
|
-
Requires-Dist: rich
|
26
|
-
Requires-Dist: urllib3
|
13
|
+
Requires-Dist: showlog>=0.0.6
|
14
|
+
Requires-Dist: requests>=2.31.0
|
15
|
+
Requires-Dist: envx>=1.0.1
|
16
|
+
Requires-Dist: pytz==2022.1
|
17
|
+
Requires-Dist: ua-parser==0.10.0
|
18
|
+
Requires-Dist: openpyxl==3.0.9
|
19
|
+
Requires-Dist: xlrd==2.0.1
|
20
|
+
Requires-Dist: m3u8==3.5.0
|
21
|
+
Requires-Dist: pycryptodome==3.10.1
|
22
|
+
Requires-Dist: filetype==1.2.0
|
23
|
+
Requires-Dist: netifaces==0.11.0
|
24
|
+
Requires-Dist: user-agents==2.2.0
|
25
|
+
Requires-Dist: rich>=13.5.2
|
26
|
+
Requires-Dist: urllib3==1.26.9
|
27
27
|
|
28
28
|
# lazysdk
|
29
29
|

|
@@ -22,7 +22,7 @@ lazysdk/lazypath.py,sha256=4h7_yg5Hkt_vUnpr7kPodV1GwwYlyORLjJt3MYCIquM,6130
|
|
22
22
|
lazysdk/lazyprocess.py,sha256=Fmh2BLF1WkWA5N0FzF0D3d-8MvMJxSD6HmuFCXCeLUU,17702
|
23
23
|
lazysdk/lazyproxies.py,sha256=bljLKkP3WksZ6jOHhjS5-jSHdUBRH6gx-BxEZTPJeXc,546
|
24
24
|
lazysdk/lazyrandom.py,sha256=XZ8hTcNvc68FAI-BfaIt7QpCmzZ7m4RGDrfpy_U7zTw,1420
|
25
|
-
lazysdk/lazyre.py,sha256=
|
25
|
+
lazysdk/lazyre.py,sha256=UQNpf9P1GyxRoRfuulyY4D1nnF227R4bzUGT3LevE7w,956
|
26
26
|
lazysdk/lazyredis.py,sha256=78jM_tXNgUKULcp08CQEHmfAlzwlWuOsl6SuLwoLDdM,37918
|
27
27
|
lazysdk/lazyrequests.py,sha256=qOUNkFhIThHNLALDTmOqPjKgMse5BVD-Kf9kheadMAY,3750
|
28
28
|
lazysdk/lazytext.py,sha256=1UgwxLt3c6i0JwUGRC7srSc_mhM3ICv1WrhOqkuIrLk,2672
|
@@ -33,8 +33,8 @@ lazysdk/lazywebhook.py,sha256=DWn4AE4E_w2wZuev5aD51J5oGCJjitbucFokHSSnuHg,9377
|
|
33
33
|
lazysdk/lazywifi.py,sha256=FOvLPTcb6BQE6D8kjfB0TLpfgGxw8jqC3vZbTs6LbD4,716
|
34
34
|
lazysdk/lazyxml.py,sha256=PLAcDWjpu2GMJPsV9dHOv716CVmflQee7Aan-hqGxL8,770
|
35
35
|
lazysdk/showdata.py,sha256=957JMXq7qfJ4ELpA3nBJwkyEUn6mRwtVXVBGYfZaCgg,1683
|
36
|
-
lazysdk-0.1.
|
37
|
-
lazysdk-0.1.
|
38
|
-
lazysdk-0.1.
|
39
|
-
lazysdk-0.1.
|
40
|
-
lazysdk-0.1.
|
36
|
+
lazysdk-0.1.111.dist-info/LICENSE,sha256=OC5E4ENUG6B4dGEVGwUpdsD-D9SZsCVC92NAgaqvE-c,1088
|
37
|
+
lazysdk-0.1.111.dist-info/METADATA,sha256=BQeIitV7HwNlYnsKZosy1mfIjxeItG1z1PM8L-6pkH4,1901
|
38
|
+
lazysdk-0.1.111.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
39
|
+
lazysdk-0.1.111.dist-info/top_level.txt,sha256=--bGS42ZHUhVeO83y1wfvKFg6OjkTLxQ4V4riqPQljY,8
|
40
|
+
lazysdk-0.1.111.dist-info/RECORD,,
|
File without changes
|
File without changes
|