cloudcheck 8.2.0__tar.gz → 8.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.
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/Cargo.lock +5 -5
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/Cargo.toml +1 -1
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/PKG-INFO +6 -6
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/README.md +5 -5
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/cloud_providers_v2.json +175 -140
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/akamai.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/alibaba.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/amazon.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/arvancloud.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/azure.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/backblaze.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/cisco.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/cloudflare.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/cloudfront.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/dell.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/digitalocean.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/fastly.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/github.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/google.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/heroku.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/hetzner.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/hpe.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/huawei.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/ibm.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/imperva.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/kamatera.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/oracle.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/ovh.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/rackspace.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/salesforce.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/scaleway.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/tencent.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/wasabi.py +1 -1
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/zoho.py +1 -1
- cloudcheck-8.4.1/cloudcheck_update/__init__.py +48 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/cloudcheck_update/test_cloudcheck_update.py +2 -2
- cloudcheck-8.4.1/dist/cloudcheck-8.4.1-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/pyproject.toml +1 -1
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/pytest.ini +2 -2
- cloudcheck-8.4.1/src/lib.rs +281 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/test_cloudcheck.py +6 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/uv.lock +21 -21
- cloudcheck-8.2.0/cloudcheck_update/__init__.py +0 -89
- cloudcheck-8.2.0/dist/cloudcheck-8.2.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- cloudcheck-8.2.0/src/lib.rs +0 -215
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/.github/dependabot.yml +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/.github/workflows/python-tests.yml +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/.gitignore +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/cloud_providers.json +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/cloudcheck/__init__.py +0 -0
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/helpers.py +0 -0
- {cloudcheck-8.2.0/cloudcheck_update → cloudcheck-8.4.1/cloudcheck}/providers/base.py +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/src/main.rs +0 -0
- {cloudcheck-8.2.0 → cloudcheck-8.4.1}/src/python.rs +0 -0
|
@@ -28,9 +28,9 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
|
28
28
|
|
|
29
29
|
[[package]]
|
|
30
30
|
name = "bumpalo"
|
|
31
|
-
version = "3.19.
|
|
31
|
+
version = "3.19.1"
|
|
32
32
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
-
checksum = "
|
|
33
|
+
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
34
34
|
|
|
35
35
|
[[package]]
|
|
36
36
|
name = "bytes"
|
|
@@ -56,7 +56,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
56
56
|
|
|
57
57
|
[[package]]
|
|
58
58
|
name = "cloudcheck"
|
|
59
|
-
version = "8.
|
|
59
|
+
version = "8.4.1"
|
|
60
60
|
dependencies = [
|
|
61
61
|
"openssl",
|
|
62
62
|
"pyo3",
|
|
@@ -981,9 +981,9 @@ dependencies = [
|
|
|
981
981
|
|
|
982
982
|
[[package]]
|
|
983
983
|
name = "rustls-pki-types"
|
|
984
|
-
version = "1.13.
|
|
984
|
+
version = "1.13.2"
|
|
985
985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
986
|
-
checksum = "
|
|
986
|
+
checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
|
|
987
987
|
dependencies = [
|
|
988
988
|
"zeroize",
|
|
989
989
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcheck
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.4.1
|
|
4
4
|
Summary: Detailed database of cloud providers. Instantly look up a domain or IP address
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
@@ -11,13 +11,13 @@ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
|
11
11
|
[](https://pypi.org/project/cloudcheck/)
|
|
12
12
|
[](https://www.rust-lang.org)
|
|
13
13
|
[](https://crates.io/crates/cloudcheck)
|
|
14
|
-
[](https://github.com/blacklanternsecurity/cloudcheck/blob/
|
|
14
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/blob/stable/LICENSE)
|
|
15
15
|
[](https://github.com/astral-sh/ruff)
|
|
16
|
-
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/rust-tests.yml)
|
|
17
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
|
|
18
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
|
|
19
19
|
|
|
20
|
-
### UPDATE: Now rewritten in Rust, with
|
|
20
|
+
### UPDATE: Now rewritten in Rust, with [34 supported cloud providers](#supported-cloud-providers)!
|
|
21
21
|
|
|
22
22
|
CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider. It includes:
|
|
23
23
|
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
[](https://pypi.org/project/cloudcheck/)
|
|
5
5
|
[](https://www.rust-lang.org)
|
|
6
6
|
[](https://crates.io/crates/cloudcheck)
|
|
7
|
-
[](https://github.com/blacklanternsecurity/cloudcheck/blob/
|
|
7
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/blob/stable/LICENSE)
|
|
8
8
|
[](https://github.com/astral-sh/ruff)
|
|
9
|
-
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/rust-tests.yml)
|
|
10
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
|
|
11
|
+
[](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
|
|
12
12
|
|
|
13
|
-
### UPDATE: Now rewritten in Rust, with
|
|
13
|
+
### UPDATE: Now rewritten in Rust, with [34 supported cloud providers](#supported-cloud-providers)!
|
|
14
14
|
|
|
15
15
|
CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider. It includes:
|
|
16
16
|
|