notify-tls-client 2.0.1__tar.gz → 2.0.2__tar.gz
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.
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/PKG-INFO +1 -1
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/client/decorators.py +1 -1
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/notifytlsclient.py +0 -10
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/proxiesmanager/proxiesmanager.py +5 -10
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/response.py +2 -3
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client.egg-info/PKG-INFO +1 -1
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/pyproject.toml +1 -1
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/MANIFEST.in +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/README.md +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/__init__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/__init__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/client_config.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/client_configuration.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/recovery_config.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/rotation_config.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/__init__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/client/__init__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/client_identifiers_manager.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/proxiesmanager/__init__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/proxiesmanager/proxiesmanagerloader.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/__init__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/__version__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/cffi.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/cookies.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/dependencies/__init__.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/dependencies/tls-client-darwin-amd64-1.12.0.dylib +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/dependencies/tls-client-linux-arm64-1.12.0.so +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/dependencies/tls-client-linux-ubuntu-amd64-1.12.0.so +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/dependencies/tls-client-windows-64-1.12.0.dll +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/exceptions.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/sessions.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/settings.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/structures.py +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client.egg-info/SOURCES.txt +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client.egg-info/dependency_links.txt +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client.egg-info/requires.txt +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client.egg-info/top_level.txt +0 -0
- {notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: notify-tls-client
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Cliente HTTP avançado com TLS fingerprinting, rotação automática de proxies e recuperação inteligente para web scraping profissional
|
|
5
5
|
Author-email: Jeferson Albara <jeferson.albara@example.com>
|
|
6
6
|
Maintainer-email: Jeferson Albara <jeferson.albara@example.com>
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/notifytlsclient.py
RENAMED
|
@@ -19,16 +19,6 @@ logger = logging.getLogger(__name__)
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
class NotifyTLSClient:
|
|
22
|
-
__slots__ = (
|
|
23
|
-
'config', 'client', 'free', 'requests_amount', 'requests_amount_with_current_proxy',
|
|
24
|
-
'requests_amount_with_current_client_identifier', 'last_request_status', 'current_proxy',
|
|
25
|
-
'_lock', 'client_identifiers_manager', 'proxies_manager', 'requests_limit_with_same_proxy',
|
|
26
|
-
'requests_limit_with_same_client_identifier', 'random_tls_extension_order',
|
|
27
|
-
'instantiate_new_client_on_forbidden_response', 'instantiate_new_client_on_exception',
|
|
28
|
-
'change_client_identifier_on_forbidden_response', 'status_codes_to_forbidden_response_handle',
|
|
29
|
-
'disable_http3', 'debug_mode', 'headers'
|
|
30
|
-
)
|
|
31
|
-
|
|
32
22
|
def __init__(self,
|
|
33
23
|
config: Optional[ClientConfiguration] = None,
|
|
34
24
|
# Parâmetros legados - mantidos para compatibilidade mas deprecados
|
|
@@ -6,35 +6,30 @@ from dataclasses_json import dataclass_json
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
@dataclass_json
|
|
9
|
-
@dataclass
|
|
9
|
+
@dataclass(slots=True)
|
|
10
10
|
class Proxy:
|
|
11
|
-
__slots__ = ('host', 'port', 'username', 'password', '_proxy_dict_cache')
|
|
12
|
-
|
|
13
11
|
host: str
|
|
14
12
|
port: int
|
|
15
13
|
username: Optional[str] = None
|
|
16
14
|
password: Optional[str] = None
|
|
17
|
-
|
|
18
|
-
def __post_init__(self):
|
|
19
|
-
object.__setattr__(self, '_proxy_dict_cache', None)
|
|
15
|
+
_proxy_dict_cache: Optional[dict] = field(default=None, init=False, repr=False)
|
|
20
16
|
|
|
21
17
|
def to_proxy_dict(self):
|
|
22
18
|
if self._proxy_dict_cache is not None:
|
|
23
19
|
return self._proxy_dict_cache
|
|
24
20
|
|
|
25
21
|
if self.username is None:
|
|
26
|
-
|
|
22
|
+
self._proxy_dict_cache = {
|
|
27
23
|
'http': 'http://' + self.host + ':' + str(self.port),
|
|
28
24
|
'https': 'https://' + self.host + ':' + str(self.port)
|
|
29
25
|
}
|
|
30
26
|
else:
|
|
31
|
-
|
|
27
|
+
self._proxy_dict_cache = {
|
|
32
28
|
'http': 'http://' + self.username + ':' + self.password + '@' + self.host + ':' + str(self.port),
|
|
33
29
|
'https': 'https://' + self.username + ':' + self.password + '@' + self.host + ':' + str(self.port)
|
|
34
30
|
}
|
|
35
31
|
|
|
36
|
-
|
|
37
|
-
return proxy_dict
|
|
32
|
+
return self._proxy_dict_cache
|
|
38
33
|
|
|
39
34
|
def __eq__(self, other):
|
|
40
35
|
if not isinstance(other, Proxy):
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/response.py
RENAMED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
import orjson
|
|
2
2
|
|
|
3
3
|
from .cookies import cookiejar_from_dict, RequestsCookieJar
|
|
4
4
|
from .structures import CaseInsensitiveDict
|
|
5
5
|
|
|
6
6
|
from typing import Union
|
|
7
|
-
import json
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
class Response:
|
|
11
10
|
"""object, which contains the response to an HTTP request."""
|
|
12
|
-
__slots__ = ('elapsed', 'url', 'status_code', 'text', 'headers', 'cookies', '_content', '_content_consumed')
|
|
11
|
+
__slots__ = ('elapsed', 'url', 'status_code', 'text', 'headers', 'cookies', '_content', '_content_consumed', '__weakref__')
|
|
13
12
|
|
|
14
13
|
def __init__(self):
|
|
15
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: notify-tls-client
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Cliente HTTP avançado com TLS fingerprinting, rotação automática de proxies e recuperação inteligente para web scraping profissional
|
|
5
5
|
Author-email: Jeferson Albara <jeferson.albara@example.com>
|
|
6
6
|
Maintainer-email: Jeferson Albara <jeferson.albara@example.com>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "notify-tls-client"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.2"
|
|
8
8
|
description = "Cliente HTTP avançado com TLS fingerprinting, rotação automática de proxies e recuperação inteligente para web scraping profissional"
|
|
9
9
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
10
10
|
requires-python = ">=3.12"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/client_config.py
RENAMED
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/client_configuration.py
RENAMED
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/recovery_config.py
RENAMED
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/config/rotation_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/core/client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/__init__.py
RENAMED
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/__version__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/exceptions.py
RENAMED
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/sessions.py
RENAMED
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/settings.py
RENAMED
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client/tls_client/structures.py
RENAMED
|
File without changes
|
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{notify_tls_client-2.0.1 → notify_tls_client-2.0.2}/notify_tls_client.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|