phantomfetch 0.5.10__tar.gz → 0.6.0__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 (25) hide show
  1. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/PKG-INFO +8 -7
  2. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/pyproject.toml +7 -6
  3. phantomfetch-0.6.0/src/phantomfetch/engines/browser/actions.py +728 -0
  4. phantomfetch-0.6.0/src/phantomfetch/tools/adaptive/__init__.py +3 -0
  5. phantomfetch-0.6.0/src/phantomfetch/tools/adaptive/fingerprint.py +108 -0
  6. phantomfetch-0.6.0/src/phantomfetch/tools/adaptive/matcher.py +138 -0
  7. phantomfetch-0.6.0/src/phantomfetch/tools/adaptive/store.py +127 -0
  8. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/types.py +2 -0
  9. phantomfetch-0.5.10/src/phantomfetch/engines/browser/actions.py +0 -906
  10. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/README.md +0 -0
  11. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/__init__.py +0 -0
  12. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/cache.py +0 -0
  13. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/captcha.py +0 -0
  14. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/engines/__init__.py +0 -0
  15. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/engines/base.py +0 -0
  16. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/engines/browser/__init__.py +0 -0
  17. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/engines/browser/cdp.py +0 -0
  18. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/engines/curl.py +0 -0
  19. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/fetch.py +0 -0
  20. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/pool.py +0 -0
  21. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/presets.py +0 -0
  22. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/registry.py +0 -0
  23. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/strategy_advisor.py +0 -0
  24. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/telemetry.py +0 -0
  25. {phantomfetch-0.5.10 → phantomfetch-0.6.0}/src/phantomfetch/tools/selector_builder.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: phantomfetch
3
- Version: 0.5.10
3
+ Version: 0.6.0
4
4
  Summary: High-performance agentic web scraping library combining curl-cffi speed with Playwright browser capabilities
5
5
  Keywords: web-scraping,playwright,curl-cffi,async,browser-automation,http-client,agentic,anti-detection
6
6
  Author: CosmicBull
@@ -17,7 +17,7 @@ Classifier: Framework :: AsyncIO
17
17
  Requires-Dist: browserforge[all]>=0.5.0
18
18
  Requires-Dist: curl-cffi>=0.13.0
19
19
  Requires-Dist: msgspec>=0.20.0
20
- Requires-Dist: playwright>=1.50.0
20
+ Requires-Dist: playwright>=1.60.0
21
21
  Requires-Dist: undetected-playwright>=0.3.0
22
22
  Requires-Dist: rusticsoup>=0.3.0
23
23
  Requires-Dist: httpx>=0.27.0
@@ -25,16 +25,17 @@ Requires-Dist: opentelemetry-api>=1.38.0
25
25
  Requires-Dist: opentelemetry-sdk>=1.38.0
26
26
  Requires-Dist: loguru>=0.7.3
27
27
  Requires-Dist: beautifulsoup4>=4.14.3
28
- Requires-Dist: cloakbrowser[geoip]>=0.3.22 ; extra == 'all'
28
+ Requires-Dist: lmdb>=1.4.1
29
+ Requires-Dist: cloakbrowser[geoip]>=0.3.31 ; extra == 'all'
29
30
  Requires-Dist: camoufox[geoip]>=0.4.11 ; extra == 'all'
30
31
  Requires-Dist: rebrowser-playwright>=1.52.0 ; extra == 'all'
31
- Requires-Dist: patchright>=1.52.0 ; extra == 'all'
32
+ Requires-Dist: patchright>=1.60.1 ; extra == 'all'
32
33
  Requires-Dist: maxminddb>=2.0.0 ; extra == 'all'
33
34
  Requires-Dist: camoufox[geoip]>=0.4.11 ; extra == 'camoufox'
34
- Requires-Dist: cloakbrowser>=0.3.22 ; extra == 'cloakbrowser'
35
- Requires-Dist: cloakbrowser[geoip]>=0.3.22 ; extra == 'geoip'
35
+ Requires-Dist: cloakbrowser>=0.3.31 ; extra == 'cloakbrowser'
36
+ Requires-Dist: cloakbrowser[geoip]>=0.3.31 ; extra == 'geoip'
36
37
  Requires-Dist: maxminddb>=2.0.0 ; extra == 'geoip'
37
- Requires-Dist: patchright>=1.52.0 ; extra == 'patchright'
38
+ Requires-Dist: patchright>=1.60.1 ; extra == 'patchright'
38
39
  Requires-Dist: rebrowser-playwright>=1.52.0 ; extra == 'rebrowser'
39
40
  Requires-Python: >=3.13
40
41
  Project-URL: Homepage, https://github.com/iristech-systems/PhantomFetch
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "phantomfetch"
3
- version = "0.5.10"
3
+ version = "0.6.0"
4
4
  description = "High-performance agentic web scraping library combining curl-cffi speed with Playwright browser capabilities"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -32,7 +32,7 @@ dependencies = [
32
32
  "browserforge[all]>=0.5.0",
33
33
  "curl-cffi>=0.13.0",
34
34
  "msgspec>=0.20.0",
35
- "playwright>=1.50.0",
35
+ "playwright>=1.60.0",
36
36
  "undetected-playwright>=0.3.0",
37
37
  "rusticsoup>=0.3.0",
38
38
  "httpx>=0.27.0",
@@ -40,15 +40,16 @@ dependencies = [
40
40
  "opentelemetry-sdk>=1.38.0",
41
41
  "loguru>=0.7.3",
42
42
  "beautifulsoup4>=4.14.3",
43
+ "lmdb>=1.4.1",
43
44
  ]
44
45
 
45
46
  [project.optional-dependencies]
46
- cloakbrowser = ["cloakbrowser>=0.3.22"]
47
- geoip = ["cloakbrowser[geoip]>=0.3.22", "maxminddb>=2.0.0"]
47
+ cloakbrowser = ["cloakbrowser>=0.3.31"]
48
+ geoip = ["cloakbrowser[geoip]>=0.3.31", "maxminddb>=2.0.0"]
48
49
  camoufox = ["camoufox[geoip]>=0.4.11"]
49
50
  rebrowser = ["rebrowser-playwright>=1.52.0"]
50
- patchright = ["patchright>=1.52.0"]
51
- all = ["cloakbrowser[geoip]>=0.3.22", "camoufox[geoip]>=0.4.11", "rebrowser-playwright>=1.52.0", "patchright>=1.52.0", "maxminddb>=2.0.0"]
51
+ patchright = ["patchright>=1.60.1"]
52
+ all = ["cloakbrowser[geoip]>=0.3.31", "camoufox[geoip]>=0.4.11", "rebrowser-playwright>=1.52.0", "patchright>=1.60.1", "maxminddb>=2.0.0"]
52
53
 
53
54
  [project.urls]
54
55
  Homepage = "https://github.com/iristech-systems/PhantomFetch"