thordata-sdk 1.8.0__py3-none-any.whl → 1.8.1__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.
- thordata/__init__.py +1 -1
- thordata/browser/__init__.py +4 -3
- {thordata_sdk-1.8.0.dist-info → thordata_sdk-1.8.1.dist-info}/METADATA +1 -1
- {thordata_sdk-1.8.0.dist-info → thordata_sdk-1.8.1.dist-info}/RECORD +7 -7
- {thordata_sdk-1.8.0.dist-info → thordata_sdk-1.8.1.dist-info}/WHEEL +0 -0
- {thordata_sdk-1.8.0.dist-info → thordata_sdk-1.8.1.dist-info}/licenses/LICENSE +0 -0
- {thordata_sdk-1.8.0.dist-info → thordata_sdk-1.8.1.dist-info}/top_level.txt +0 -0
thordata/__init__.py
CHANGED
|
@@ -5,7 +5,7 @@ Official Python client for Thordata's Proxy Network, SERP API,
|
|
|
5
5
|
Universal Scraping API (Web Unlocker), and Web Scraper API.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = "1.8.
|
|
8
|
+
__version__ = "1.8.1"
|
|
9
9
|
__author__ = "Thordata Developer Team/Kael Odin"
|
|
10
10
|
__email__ = "support@thordata.com"
|
|
11
11
|
|
thordata/browser/__init__.py
CHANGED
|
@@ -6,11 +6,12 @@ Requires optional dependency: pip install thordata[browser]
|
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
+
from .exceptions import BrowserConnectionError, BrowserError
|
|
10
|
+
|
|
9
11
|
try:
|
|
10
|
-
from .exceptions import BrowserConnectionError, BrowserError
|
|
11
12
|
from .session import BrowserSession
|
|
12
13
|
|
|
13
14
|
__all__ = ["BrowserSession", "BrowserError", "BrowserConnectionError"]
|
|
14
15
|
except ImportError:
|
|
15
|
-
# Playwright not installed
|
|
16
|
-
__all__ = []
|
|
16
|
+
# Playwright not installed - BrowserSession not available
|
|
17
|
+
__all__ = ["BrowserError", "BrowserConnectionError"]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
thordata/__init__.py,sha256=
|
|
1
|
+
thordata/__init__.py,sha256=Tf1SHneN5bYU7U3g-coytxgEmXgwOstjzofVzDTUmII,2287
|
|
2
2
|
thordata/_utils.py,sha256=Acr_6sHgdZXU7SQozd6FEYTZV6iHw__nlhpBTDwb66U,4917
|
|
3
3
|
thordata/async_client.py,sha256=3tb9zg7eqTxxaC46Npei21a-oeLgSi3aaUTwqJygp88,42308
|
|
4
4
|
thordata/async_unlimited.py,sha256=kzTksFkN21rDM21Pwy3hcayjfyGYNGGyGR3fRLtZC6I,4510
|
|
@@ -9,7 +9,7 @@ thordata/models.py,sha256=7GshQklo5aqke_ZQ2QIXiz9Ac5v6IRtvjWIjsBKEq6A,853
|
|
|
9
9
|
thordata/retry.py,sha256=X6Sa5IIb5EWD5fUJjKyhvWJyWQGPVgxLB3-vKoWfa5Q,11453
|
|
10
10
|
thordata/serp_engines.py,sha256=iuMWncelcGOskCHXFzpcPMMTL5qfiLkazHB1uj3zpZo,5985
|
|
11
11
|
thordata/unlimited.py,sha256=RzrtwcotYlbOWuSLysDyI75IkMVL7ygdfE9HKNoe02M,6087
|
|
12
|
-
thordata/browser/__init__.py,sha256=
|
|
12
|
+
thordata/browser/__init__.py,sha256=lh1NNjnzOLI-Kcg-ttDAkgWDkyEzOlFEe90zxxjfiNM,566
|
|
13
13
|
thordata/browser/exceptions.py,sha256=IRHmH-4dbXWbV6wDMKxDUsKuFGRseZdsYBgspzhcsyM,428
|
|
14
14
|
thordata/browser/session.py,sha256=FuwdUNpEzCIBVBv60gQO2c7bZ3S-MZ8bhGScG_NtDVQ,15686
|
|
15
15
|
thordata/core/__init__.py,sha256=EFT6mZpSdec_7uFUpSpDDHVwbTxy314uxJC_uprR6J4,500
|
|
@@ -31,8 +31,8 @@ thordata/types/proxy.py,sha256=IU45wQHCBOIlbdcCN9veypAkDT0q9NIikLu674CudOU,10438
|
|
|
31
31
|
thordata/types/serp.py,sha256=2pOw2mrl1RzMZMSR9ZJCZ2ggYj8f4zRg0TKy8l2ye0o,7340
|
|
32
32
|
thordata/types/task.py,sha256=PVKNyzXZHNunThVb5dwHDtMZ9WmFpbaePDnkeV754CQ,6264
|
|
33
33
|
thordata/types/universal.py,sha256=8OIZs239fBxzSuLEe3VB9qCp1ddN5XKAXbpVm9MJuls,3631
|
|
34
|
-
thordata_sdk-1.8.
|
|
35
|
-
thordata_sdk-1.8.
|
|
36
|
-
thordata_sdk-1.8.
|
|
37
|
-
thordata_sdk-1.8.
|
|
38
|
-
thordata_sdk-1.8.
|
|
34
|
+
thordata_sdk-1.8.1.dist-info/licenses/LICENSE,sha256=bAxpWgQIzb-5jl3nhLdOwOJ_vlbHLtSG7yev2B7vioY,1088
|
|
35
|
+
thordata_sdk-1.8.1.dist-info/METADATA,sha256=TQ4KOQ1t9Qd2d2hvDB-aYqZe1LonKQcA9VmuXhSKC0A,9386
|
|
36
|
+
thordata_sdk-1.8.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
37
|
+
thordata_sdk-1.8.1.dist-info/top_level.txt,sha256=Z8R_07m0lXCCSb1hapL9_nxMtyO3rf_9wOvq4n9u2Hg,9
|
|
38
|
+
thordata_sdk-1.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|