reyfetch 1.0.37__py3-none-any.whl → 1.0.39__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.
- reyfetch/rali.py +1 -2
- reyfetch/rbaidu.py +1 -2
- reyfetch/rbase.py +1 -1
- reyfetch/rdouban.py +1 -2
- {reyfetch-1.0.37.dist-info → reyfetch-1.0.39.dist-info}/METADATA +2 -1
- reyfetch-1.0.39.dist-info/RECORD +14 -0
- reyfetch-1.0.37.dist-info/RECORD +0 -14
- {reyfetch-1.0.37.dist-info → reyfetch-1.0.39.dist-info}/WHEEL +0 -0
- {reyfetch-1.0.37.dist-info → reyfetch-1.0.39.dist-info}/licenses/LICENSE +0 -0
reyfetch/rali.py
CHANGED
@@ -12,8 +12,7 @@
|
|
12
12
|
from typing import Any, TypedDict, NotRequired, Literal, overload, NoReturn
|
13
13
|
from collections.abc import Hashable, Iterable, Generator
|
14
14
|
from json import loads as json_loads
|
15
|
-
from reydb import rorm
|
16
|
-
from reydb.rdb import Database
|
15
|
+
from reydb import rorm, Database
|
17
16
|
from reykit.rbase import throw
|
18
17
|
from reykit.rnet import request as reykit_request
|
19
18
|
from reykit.rtime import now
|
reyfetch/rbaidu.py
CHANGED
@@ -11,8 +11,7 @@
|
|
11
11
|
|
12
12
|
from typing import TypedDict
|
13
13
|
from enum import StrEnum
|
14
|
-
from reydb import rorm
|
15
|
-
from reydb.rdb import Database
|
14
|
+
from reydb import rorm, Database
|
16
15
|
from reykit.rbase import throw
|
17
16
|
from reykit.rnet import request as reykit_request
|
18
17
|
from reykit.ros import get_md5
|
reyfetch/rbase.py
CHANGED
@@ -13,7 +13,7 @@ from typing import Any, Literal
|
|
13
13
|
from types import MethodType
|
14
14
|
from threading import get_ident as threading_get_ident
|
15
15
|
from selenium.webdriver import Edge, Chrome, EdgeOptions, ChromeOptions
|
16
|
-
from reydb
|
16
|
+
from reydb import Database
|
17
17
|
from reykit.rbase import Base
|
18
18
|
from reykit.rnet import join_url
|
19
19
|
|
reyfetch/rdouban.py
CHANGED
@@ -11,8 +11,7 @@
|
|
11
11
|
|
12
12
|
from typing import TypedDict
|
13
13
|
from bs4 import BeautifulSoup
|
14
|
-
from reydb import rorm
|
15
|
-
from reydb.rdb import Database
|
14
|
+
from reydb import rorm, Database
|
16
15
|
from reykit.rbase import throw
|
17
16
|
from reykit.rnet import request
|
18
17
|
from reykit.rre import search, findall, sub
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: reyfetch
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.39
|
4
4
|
Summary: Web data fetch method set.
|
5
5
|
Project-URL: homepage, https://github.com/reyxbo/reyfetch/
|
6
6
|
Author-email: Rey <reyxbo@163.com>
|
@@ -15,6 +15,7 @@ License-File: LICENSE
|
|
15
15
|
Keywords: crawl Web,fetch,request API,rey,reyxbo
|
16
16
|
Requires-Python: >=3.12
|
17
17
|
Requires-Dist: fake-useragent
|
18
|
+
Requires-Dist: reydb
|
18
19
|
Requires-Dist: reykit
|
19
20
|
Requires-Dist: selenium
|
20
21
|
Description-Content-Type: text/markdown
|
@@ -0,0 +1,14 @@
|
|
1
|
+
reyfetch/__init__.py,sha256=gDkQmFLZGToSqb1HVfvGxvc9t3mt8slg7_MVc44llns,484
|
2
|
+
reyfetch/rali.py,sha256=ogVq7Raz8PXDXyGqOG_7U-yOsYk3x3ZS3rPWoL5sa6s,33113
|
3
|
+
reyfetch/rall.py,sha256=86TMZiNsv-UinZ2L3_m3ugTHekUWnfVlWMedte0MOwQ,350
|
4
|
+
reyfetch/rbaidu.py,sha256=Uskx2vhL_06XmLJqRf03_vSISlXO2MJ0VfGjxYCOIHg,13442
|
5
|
+
reyfetch/rbase.py,sha256=WandpXTAH_CGYCeNyUsWLm5-qIxf7vKnom80DIGVumQ,4796
|
6
|
+
reyfetch/rdouban.py,sha256=_gmhpSbkLcpEcrNz1qokL4o8X5-Ppy3eEdhS8H-vr0Y,18937
|
7
|
+
reyfetch/rgeneral.py,sha256=s270rtlVv1owkGF57Tjs8Oc5bJRD_XtWISpKlEJ7mbE,3797
|
8
|
+
reyfetch/rsina.py,sha256=WONT6NN67seYjlvXZ39RbibticdDAuauGk6SAvtdEq8,6889
|
9
|
+
reyfetch/rtoutiao.py,sha256=zLPnf2_XSC0d2RZgtMVoVyWpA2UDGNXYpRjYi3DGabI,1671
|
10
|
+
reyfetch/rweibo.py,sha256=T58q6wOv0p7j6WBH4we5k9x8IgFhQN__wqsqTHYMbmU,2522
|
11
|
+
reyfetch-1.0.39.dist-info/METADATA,sha256=mK_B0qYjwbIpprVgKwObAqDI8tP-LfBauAwC2QWzh0w,1610
|
12
|
+
reyfetch-1.0.39.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
13
|
+
reyfetch-1.0.39.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
14
|
+
reyfetch-1.0.39.dist-info/RECORD,,
|
reyfetch-1.0.37.dist-info/RECORD
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
reyfetch/__init__.py,sha256=gDkQmFLZGToSqb1HVfvGxvc9t3mt8slg7_MVc44llns,484
|
2
|
-
reyfetch/rali.py,sha256=mvcY67THU7dYVku13r7LEC5hmZauI1NcLV7pLC6NC5o,33135
|
3
|
-
reyfetch/rall.py,sha256=86TMZiNsv-UinZ2L3_m3ugTHekUWnfVlWMedte0MOwQ,350
|
4
|
-
reyfetch/rbaidu.py,sha256=MIaJwk3RgaoCKj7ig3InhvlUV6iqzwkxnBoI8wtL1RU,13464
|
5
|
-
reyfetch/rbase.py,sha256=7sXZyTsu-Tw2cEdusUf5xiyPFE1e7lEx0W0Oc6pGKHE,4800
|
6
|
-
reyfetch/rdouban.py,sha256=O-NfGkwfBQKsv9fO8MxCYjuEEYb8PKuL_8xLhluZ2NE,18959
|
7
|
-
reyfetch/rgeneral.py,sha256=s270rtlVv1owkGF57Tjs8Oc5bJRD_XtWISpKlEJ7mbE,3797
|
8
|
-
reyfetch/rsina.py,sha256=WONT6NN67seYjlvXZ39RbibticdDAuauGk6SAvtdEq8,6889
|
9
|
-
reyfetch/rtoutiao.py,sha256=zLPnf2_XSC0d2RZgtMVoVyWpA2UDGNXYpRjYi3DGabI,1671
|
10
|
-
reyfetch/rweibo.py,sha256=T58q6wOv0p7j6WBH4we5k9x8IgFhQN__wqsqTHYMbmU,2522
|
11
|
-
reyfetch-1.0.37.dist-info/METADATA,sha256=g8agdbNqvRAnpa4U2zA_r_RWC0Mn9BzHSApIx9PvL4Q,1589
|
12
|
-
reyfetch-1.0.37.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
13
|
-
reyfetch-1.0.37.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
14
|
-
reyfetch-1.0.37.dist-info/RECORD,,
|
File without changes
|
File without changes
|