voidcrawl 0.4.0__tar.gz → 0.4.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 (80) hide show
  1. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/Cargo.lock +3 -3
  2. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/PKG-INFO +3 -2
  3. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/Cargo.toml +1 -1
  4. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/pyo3_bindings/Cargo.toml +2 -2
  5. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/pyproject.toml +3 -2
  6. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/Cargo.toml +0 -0
  7. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/LICENSE.md +0 -0
  8. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/README.md +0 -0
  9. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/CORPUS.md +0 -0
  10. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/README.md +0 -0
  11. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/examples/download_and_scan.rs +0 -0
  12. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/examples/download_via_action.rs +0 -0
  13. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/antibot.rs +0 -0
  14. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/ax.rs +0 -0
  15. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/captcha.rs +0 -0
  16. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/challenge.rs +0 -0
  17. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/error.rs +0 -0
  18. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/input.rs +0 -0
  19. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/lease.rs +0 -0
  20. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/lib.rs +0 -0
  21. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/managed_profile.rs +0 -0
  22. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/page.rs +0 -0
  23. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/pool.rs +0 -0
  24. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/profile.rs +0 -0
  25. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/response.rs +0 -0
  26. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/scanner.rs +0 -0
  27. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/session.rs +0 -0
  28. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/stealth.rs +0 -0
  29. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/antibot_accuracy.rs +0 -0
  30. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/ax_tree.rs +0 -0
  31. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/captcha_capture.rs +0 -0
  32. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/captcha_runtime_loaded.rs +0 -0
  33. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/download.rs +0 -0
  34. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/emulation.rs +0 -0
  35. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/integration.rs +0 -0
  36. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/managed_profile_registry.rs +0 -0
  37. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/profile_lock.rs +0 -0
  38. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/scanner.rs +0 -0
  39. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/stealth_ua.rs +0 -0
  40. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/pyo3_bindings/src/lib.rs +0 -0
  41. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/__init__.py +0 -0
  42. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/__init__.pyi +0 -0
  43. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/_downloads.py +0 -0
  44. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/_ext.pyi +0 -0
  45. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/__init__.py +0 -0
  46. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/__init__.pyi +0 -0
  47. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_base.py +0 -0
  48. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_base.pyi +0 -0
  49. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_flow.py +0 -0
  50. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_flow.pyi +0 -0
  51. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_protocol.py +0 -0
  52. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_protocol.pyi +0 -0
  53. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/__init__.py +0 -0
  54. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/__init__.pyi +0 -0
  55. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/click.py +0 -0
  56. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/click.pyi +0 -0
  57. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/dom.py +0 -0
  58. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/dom.pyi +0 -0
  59. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/hover.py +0 -0
  60. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/hover.pyi +0 -0
  61. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/input.py +0 -0
  62. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/input.pyi +0 -0
  63. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/network.py +0 -0
  64. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/network.pyi +0 -0
  65. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/scroll.py +0 -0
  66. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/scroll.pyi +0 -0
  67. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/wait.py +0 -0
  68. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/wait.pyi +0 -0
  69. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/js/click_at.js +0 -0
  70. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/js/hover.js +0 -0
  71. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/js/wait_for_selector.js +0 -0
  72. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/cli.py +0 -0
  73. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/debug.py +0 -0
  74. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/debug.pyi +0 -0
  75. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/profiles.py +0 -0
  76. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/py.typed +0 -0
  77. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/scale.py +0 -0
  78. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/scale.pyi +0 -0
  79. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/schema.py +0 -0
  80. {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/schema.pyi +0 -0
@@ -2810,7 +2810,7 @@ checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
2810
2810
 
2811
2811
  [[package]]
2812
2812
  name = "void_crawl"
2813
- version = "0.4.0"
2813
+ version = "0.4.1"
2814
2814
  dependencies = [
2815
2815
  "futures",
2816
2816
  "pyo3",
@@ -2823,7 +2823,7 @@ dependencies = [
2823
2823
 
2824
2824
  [[package]]
2825
2825
  name = "void_crawl_core"
2826
- version = "0.4.0"
2826
+ version = "0.4.1"
2827
2827
  dependencies = [
2828
2828
  "base64",
2829
2829
  "chromiumoxide",
@@ -2845,7 +2845,7 @@ dependencies = [
2845
2845
 
2846
2846
  [[package]]
2847
2847
  name = "voidcrawl-mcp"
2848
- version = "0.4.0"
2848
+ version = "0.4.1"
2849
2849
  dependencies = [
2850
2850
  "anyhow",
2851
2851
  "base64",
@@ -1,16 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: voidcrawl
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Classifier: Programming Language :: Python :: 3 :: Only
5
5
  Classifier: Programming Language :: Python :: 3.10
6
6
  Classifier: Programming Language :: Python :: 3.11
7
7
  Classifier: Programming Language :: Python :: 3.12
8
8
  Classifier: Programming Language :: Python :: 3.13
9
9
  Classifier: Programming Language :: Python :: 3.14
10
+ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
10
11
  Requires-Dist: click>=8.3.2
11
12
  Requires-Dist: pydantic>=2
12
13
  Requires-Dist: rich>=14.3.3 ; extra == 'debug'
13
- Requires-Dist: voidcrawl-mcp==0.4.0 ; extra == 'mcp'
14
+ Requires-Dist: voidcrawl-mcp==0.4.1 ; extra == 'mcp'
14
15
  Provides-Extra: debug
15
16
  Provides-Extra: mcp
16
17
  License-File: LICENSE.md
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "void_crawl_core"
3
- version = "0.4.0"
3
+ version = "0.4.1"
4
4
  edition.workspace = true
5
5
  license.workspace = true
6
6
  rust-version.workspace = true
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "void_crawl"
3
- version = "0.4.0"
3
+ version = "0.4.1"
4
4
  edition.workspace = true
5
5
  license.workspace = true
6
6
  rust-version.workspace = true
@@ -14,7 +14,7 @@ name = "void_crawl"
14
14
  crate-type = ["cdylib"]
15
15
 
16
16
  [dependencies]
17
- void_crawl_core = { path = "../core", version = "0.4.0" }
17
+ void_crawl_core = { path = "../core", version = "0.4.1" }
18
18
  pyo3 = { version = "0.29", features = ["extension-module", "generate-import-lib"] }
19
19
  pyo3-async-runtimes = { version = "0.29", features = ["tokio-runtime"] }
20
20
  tokio = { version = "1", features = ["sync"] }
@@ -4,7 +4,7 @@ requires = [ "maturin>=1.7,<2" ]
4
4
 
5
5
  [project]
6
6
  name = "voidcrawl"
7
- version = "0.4.0"
7
+ version = "0.4.1"
8
8
  description = "Rust-native CDP browser automation for Python via PyO3"
9
9
  readme = "README.md"
10
10
  license = { text = "Apache-2.0" }
@@ -17,6 +17,7 @@ classifiers = [
17
17
  "Programming Language :: Python :: 3.12",
18
18
  "Programming Language :: Python :: 3.13",
19
19
  "Programming Language :: Python :: 3.14",
20
+ "Programming Language :: Python :: Free Threading :: 2 - Beta",
20
21
  ]
21
22
  dependencies = [
22
23
  "click>=8.3.2",
@@ -36,7 +37,7 @@ debug = [
36
37
  # in the prebuilt Rust binary; there's no runtime dependency between
37
38
  # the two packages — the extra just co-installs them at matching versions.
38
39
  mcp = [
39
- "voidcrawl-mcp==0.4.0",
40
+ "voidcrawl-mcp==0.4.1",
40
41
  ]
41
42
 
42
43
  # ── uv workspace ──────────────────────────────────────────────────────────
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes