hyper-sdk 2.6.0__tar.gz → 2.7.1__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.
Files changed (31) hide show
  1. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/PKG-INFO +13 -1
  2. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/README.md +11 -0
  3. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/kasada_input.py +3 -2
  4. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk.egg-info/PKG-INFO +13 -1
  5. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk.egg-info/requires.txt +1 -0
  6. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/pyproject.toml +2 -1
  7. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/LICENSE +0 -0
  8. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/__init__.py +0 -0
  9. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/akamai/__init__.py +0 -0
  10. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/akamai/pixel.py +0 -0
  11. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/akamai/script_path.py +0 -0
  12. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/akamai/sec_cpt.py +0 -0
  13. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/akamai/stop_signal.py +0 -0
  14. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/akamai_input.py +0 -0
  15. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/datadome/__init__.py +0 -0
  16. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/datadome/parse.py +0 -0
  17. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/datadome_input.py +0 -0
  18. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/incapsula/__init__.py +0 -0
  19. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/incapsula/dynamic.py +0 -0
  20. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/incapsula/utmvc.py +0 -0
  21. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/incapsula_input.py +0 -0
  22. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/kasada/__init__.py +0 -0
  23. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/kasada/parse.py +0 -0
  24. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/session.py +0 -0
  25. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/session_async.py +0 -0
  26. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/shared.py +0 -0
  27. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk/trustdecision_input.py +0 -0
  28. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk.egg-info/SOURCES.txt +0 -0
  29. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk.egg-info/dependency_links.txt +0 -0
  30. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/hyper_sdk.egg-info/top_level.txt +0 -0
  31. {hyper_sdk-2.6.0 → hyper_sdk-2.7.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyper_sdk
3
- Version: 2.6.0
3
+ Version: 2.7.1
4
4
  Summary: Hyper Solutions Python SDK
5
5
  License: MIT License
6
6
 
@@ -39,6 +39,7 @@ Requires-Dist: idna>=3.6
39
39
  Requires-Dist: jsonpickle>=3.0.3
40
40
  Requires-Dist: PyJWT>=2.8.0
41
41
  Requires-Dist: urllib3>=2.2.1
42
+ Requires-Dist: zstandard>=0.24.0
42
43
  Dynamic: license-file
43
44
 
44
45
  # Hyper Solutions SDK - Python Library for Bot Protection Bypass (Akamai, Incapsula, Kasada, DataDome)
@@ -54,6 +55,17 @@ A powerful **Python SDK** for bypassing modern bot protection systems including
54
55
 
55
56
  Perfect for **web scraping**, **automation**, and **data collection** from protected websites.
56
57
 
58
+ ## 🔑 Getting API Access
59
+
60
+ Before using this SDK, you'll need an API key from Hyper Solutions:
61
+
62
+ 1. **Visit [hypersolutions.co](https://hypersolutions.co/?utm_source=github&utm_medium=sdk_readme&utm_campaign=python_sdk_api_access)** to create your account
63
+ 2. **Choose your plan**:
64
+ - 💳 **Pay-as-you-go**: Perfect for testing and small-scale usage
65
+ - 📊 **Subscription plans**: Cost-effective for high-volume applications
66
+ 3. **Get your API key** from the dashboard
67
+ 4. **Start bypassing bot protection** with this SDK!
68
+
57
69
  ## 🚀 Quick Start
58
70
 
59
71
  ```python
@@ -11,6 +11,17 @@ A powerful **Python SDK** for bypassing modern bot protection systems including
11
11
 
12
12
  Perfect for **web scraping**, **automation**, and **data collection** from protected websites.
13
13
 
14
+ ## 🔑 Getting API Access
15
+
16
+ Before using this SDK, you'll need an API key from Hyper Solutions:
17
+
18
+ 1. **Visit [hypersolutions.co](https://hypersolutions.co/?utm_source=github&utm_medium=sdk_readme&utm_campaign=python_sdk_api_access)** to create your account
19
+ 2. **Choose your plan**:
20
+ - 💳 **Pay-as-you-go**: Perfect for testing and small-scale usage
21
+ - 📊 **Subscription plans**: Cost-effective for high-volume applications
22
+ 3. **Get your API key** from the dashboard
23
+ 4. **Start bypassing bot protection** with this SDK!
24
+
14
25
  ## 🚀 Quick Start
15
26
 
16
27
  ```python
@@ -1,14 +1,15 @@
1
1
  class KasadaPowInput:
2
- def __init__(self, st: int, ct: str, work_time: int = None):
2
+ def __init__(self, st: int, ct: str, domain: str, work_time: int = None):
3
3
  # St is the x-kpsdk-st value returned by the /tl POST request
4
4
  self.st = st
5
5
  # Ct is the x-kpsdk-ct value returned by the /tl POST request
6
6
  self.ct = ct
7
7
  # WorkTime can be used to pre-generate POW strings
8
8
  self.work_time = work_time
9
+ self.domain = domain
9
10
 
10
11
  def to_dict(self):
11
- result = {"st": self.st, "ct": self.ct}
12
+ result = {"st": self.st, "ct": self.ct, "domain": self.domain}
12
13
  if self.work_time is not None:
13
14
  result["workTime"] = self.work_time
14
15
  return result
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyper_sdk
3
- Version: 2.6.0
3
+ Version: 2.7.1
4
4
  Summary: Hyper Solutions Python SDK
5
5
  License: MIT License
6
6
 
@@ -39,6 +39,7 @@ Requires-Dist: idna>=3.6
39
39
  Requires-Dist: jsonpickle>=3.0.3
40
40
  Requires-Dist: PyJWT>=2.8.0
41
41
  Requires-Dist: urllib3>=2.2.1
42
+ Requires-Dist: zstandard>=0.24.0
42
43
  Dynamic: license-file
43
44
 
44
45
  # Hyper Solutions SDK - Python Library for Bot Protection Bypass (Akamai, Incapsula, Kasada, DataDome)
@@ -54,6 +55,17 @@ A powerful **Python SDK** for bypassing modern bot protection systems including
54
55
 
55
56
  Perfect for **web scraping**, **automation**, and **data collection** from protected websites.
56
57
 
58
+ ## 🔑 Getting API Access
59
+
60
+ Before using this SDK, you'll need an API key from Hyper Solutions:
61
+
62
+ 1. **Visit [hypersolutions.co](https://hypersolutions.co/?utm_source=github&utm_medium=sdk_readme&utm_campaign=python_sdk_api_access)** to create your account
63
+ 2. **Choose your plan**:
64
+ - 💳 **Pay-as-you-go**: Perfect for testing and small-scale usage
65
+ - 📊 **Subscription plans**: Cost-effective for high-volume applications
66
+ 3. **Get your API key** from the dashboard
67
+ 4. **Start bypassing bot protection** with this SDK!
68
+
57
69
  ## 🚀 Quick Start
58
70
 
59
71
  ```python
@@ -5,3 +5,4 @@ idna>=3.6
5
5
  jsonpickle>=3.0.3
6
6
  PyJWT>=2.8.0
7
7
  urllib3>=2.2.1
8
+ zstandard>=0.24.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hyper_sdk"
7
- version = "2.6.0"
7
+ version = "2.7.1"
8
8
  description = "Hyper Solutions Python SDK"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
@@ -22,6 +22,7 @@ dependencies = [
22
22
  "jsonpickle>=3.0.3",
23
23
  "PyJWT>=2.8.0",
24
24
  "urllib3>=2.2.1",
25
+ "zstandard>=0.24.0"
25
26
  ]
26
27
  license = {file = "LICENSE"}
27
28
 
File without changes
File without changes
File without changes