cloudcheck 8.7.2__tar.gz → 8.8.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.
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/.github/workflows/docker-tests.yml +3 -3
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/Cargo.lock +3 -3
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/Cargo.toml +1 -1
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/PKG-INFO +2 -2
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/README.md +1 -1
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloud_providers_v2.json +194 -219
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/base.py +1 -1
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/cloudflare.py +1 -1
- cloudcheck-8.8.0/dist/cloudcheck-8.8.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- cloudcheck-8.8.0/helm/cloudcheck/values.yaml +1 -0
- cloudcheck-8.8.0/helm/values.yaml +4 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/pyproject.toml +1 -1
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/src/api.rs +8 -8
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/test_docker.py +5 -5
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/uv.lock +1 -1
- cloudcheck-8.7.2/dist/cloudcheck-8.7.2-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- cloudcheck-8.7.2/helm/values.yaml +0 -4
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/.github/dependabot.yml +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/.github/workflows/python-tests.yml +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/.gitignore +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/Dockerfile +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloud_providers.json +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/__init__.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/helpers.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/yandex.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/helm/Chart.yaml +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/helm/templates/cloudcheck.yaml +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/pytest.ini +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/scripts/update_readme_table.py +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/src/lib.rs +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/src/main.rs +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/src/python.rs +0 -0
- {cloudcheck-8.7.2 → cloudcheck-8.8.0}/test_cloudcheck.py +0 -0
|
@@ -60,9 +60,9 @@ jobs:
|
|
|
60
60
|
type=ref,event=pr
|
|
61
61
|
type=sha,prefix=sha-
|
|
62
62
|
type=raw,value=latest,enable={{is_default_branch}}
|
|
63
|
-
type=raw,value=
|
|
64
|
-
type=raw,value=
|
|
65
|
-
type=raw,value=
|
|
63
|
+
type=raw,value=v8
|
|
64
|
+
type=raw,value=v8.8
|
|
65
|
+
type=raw,value=v8.8.0
|
|
66
66
|
|
|
67
67
|
- name: Build and push Docker image
|
|
68
68
|
uses: docker/build-push-action@v6
|
|
@@ -231,7 +231,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
|
231
231
|
|
|
232
232
|
[[package]]
|
|
233
233
|
name = "cloudcheck"
|
|
234
|
-
version = "8.
|
|
234
|
+
version = "8.8.0"
|
|
235
235
|
dependencies = [
|
|
236
236
|
"axum",
|
|
237
237
|
"clap",
|
|
@@ -2368,9 +2368,9 @@ checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
|
|
|
2368
2368
|
|
|
2369
2369
|
[[package]]
|
|
2370
2370
|
name = "zmij"
|
|
2371
|
-
version = "1.0.
|
|
2371
|
+
version = "1.0.16"
|
|
2372
2372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2373
|
-
checksum = "
|
|
2373
|
+
checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
|
|
2374
2374
|
|
|
2375
2375
|
[[package]]
|
|
2376
2376
|
name = "zopfli"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcheck
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.8.0
|
|
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
|
|
@@ -78,7 +78,7 @@ cloudcheck serve --host 0.0.0.0 --port 3000
|
|
|
78
78
|
## REST API
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
|
-
curl http://127.0.0.1:8080/
|
|
81
|
+
curl http://127.0.0.1:8080/8.8.8.8
|
|
82
82
|
```
|
|
83
83
|
|
|
84
84
|
## Python Library Usage
|