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.
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/Cargo.lock +3 -3
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/PKG-INFO +3 -2
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/Cargo.toml +1 -1
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/pyo3_bindings/Cargo.toml +2 -2
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/pyproject.toml +3 -2
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/Cargo.toml +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/LICENSE.md +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/README.md +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/CORPUS.md +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/README.md +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/examples/download_and_scan.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/examples/download_via_action.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/antibot.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/ax.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/captcha.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/challenge.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/error.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/input.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/lease.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/lib.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/managed_profile.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/page.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/pool.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/profile.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/response.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/scanner.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/session.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/src/stealth.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/antibot_accuracy.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/ax_tree.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/captcha_capture.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/captcha_runtime_loaded.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/download.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/emulation.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/integration.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/managed_profile_registry.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/profile_lock.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/scanner.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/core/tests/stealth_ua.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/crates/pyo3_bindings/src/lib.rs +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/__init__.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/__init__.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/_downloads.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/_ext.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/__init__.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/__init__.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_base.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_base.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_flow.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_flow.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_protocol.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/_protocol.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/__init__.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/__init__.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/click.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/click.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/dom.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/dom.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/hover.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/hover.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/input.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/input.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/network.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/network.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/scroll.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/scroll.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/wait.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/builtin/wait.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/js/click_at.js +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/js/hover.js +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/actions/js/wait_for_selector.js +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/cli.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/debug.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/debug.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/profiles.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/py.typed +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/scale.py +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/scale.pyi +0 -0
- {voidcrawl-0.4.0 → voidcrawl-0.4.1}/voidcrawl/schema.py +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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"
|
|
3
|
-
version = "0.4.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|