cloudcheck 8.1.3__tar.gz → 8.4.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 (55) hide show
  1. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/Cargo.lock +7 -7
  2. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/Cargo.toml +2 -2
  3. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/PKG-INFO +2 -2
  4. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/README.md +1 -1
  5. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/cloud_providers_v2.json +175 -140
  6. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/akamai.py +1 -1
  7. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/alibaba.py +1 -1
  8. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/amazon.py +1 -1
  9. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/arvancloud.py +1 -1
  10. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/azure.py +1 -1
  11. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/backblaze.py +1 -1
  12. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/cisco.py +1 -1
  13. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/cloudflare.py +1 -1
  14. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/cloudfront.py +1 -1
  15. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/dell.py +1 -1
  16. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/digitalocean.py +1 -1
  17. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/fastly.py +1 -1
  18. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/github.py +1 -1
  19. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/google.py +1 -1
  20. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/heroku.py +1 -1
  21. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/hetzner.py +1 -1
  22. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/hpe.py +1 -1
  23. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/huawei.py +1 -1
  24. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/ibm.py +1 -1
  25. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/imperva.py +1 -1
  26. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/kamatera.py +1 -1
  27. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/oracle.py +1 -1
  28. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/ovh.py +1 -1
  29. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/rackspace.py +1 -1
  30. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/salesforce.py +1 -1
  31. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/scaleway.py +1 -1
  32. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/tencent.py +1 -1
  33. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/wasabi.py +1 -1
  34. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/zoho.py +1 -1
  35. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/cloudcheck_update/__init__.py +3 -3
  36. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/cloudcheck_update/test_cloudcheck_update.py +2 -2
  37. cloudcheck-8.4.0/dist/cloudcheck-8.4.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  38. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/pyproject.toml +1 -1
  39. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/src/lib.rs +26 -5
  40. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/test_cloudcheck.py +6 -0
  41. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/uv.lock +21 -21
  42. cloudcheck-8.1.3/dist/cloudcheck-8.1.3-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  43. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/.github/dependabot.yml +0 -0
  44. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/.github/workflows/pipeline-tests.yml +0 -0
  45. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/.github/workflows/python-tests.yml +0 -0
  46. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/.github/workflows/rust-tests.yml +0 -0
  47. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/.gitignore +0 -0
  48. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/cloud_providers.json +0 -0
  49. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/cloudcheck/__init__.py +0 -0
  50. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/helpers.py +0 -0
  51. {cloudcheck-8.1.3/cloudcheck_update → cloudcheck-8.4.0/cloudcheck}/providers/base.py +0 -0
  52. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/cloudcheck_update/cli.py +0 -0
  53. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/pytest.ini +0 -0
  54. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/src/main.rs +0 -0
  55. {cloudcheck-8.1.3 → cloudcheck-8.4.0}/src/python.rs +0 -0
@@ -28,9 +28,9 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
28
28
 
29
29
  [[package]]
30
30
  name = "bumpalo"
31
- version = "3.19.0"
31
+ version = "3.19.1"
32
32
  source = "registry+https://github.com/rust-lang/crates.io-index"
33
- checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
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.1.3"
59
+ version = "8.4.0"
60
60
  dependencies = [
61
61
  "openssl",
62
62
  "pyo3",
@@ -881,9 +881,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
881
881
 
882
882
  [[package]]
883
883
  name = "radixtarget"
884
- version = "4.1.2"
884
+ version = "4.2.0"
885
885
  source = "registry+https://github.com/rust-lang/crates.io-index"
886
- checksum = "80958c58de95970f17dcfef05f5f731ea82899e4f977be1b84b2f3fd18560521"
886
+ checksum = "bbc64e3d7f89cd81c5b90bebc4fc719b215d894d4e664ec2d06c5ebf7a58fa1a"
887
887
  dependencies = [
888
888
  "idna",
889
889
  "ipnet",
@@ -981,9 +981,9 @@ dependencies = [
981
981
 
982
982
  [[package]]
983
983
  name = "rustls-pki-types"
984
- version = "1.13.1"
984
+ version = "1.13.2"
985
985
  source = "registry+https://github.com/rust-lang/crates.io-index"
986
- checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
986
+ checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
987
987
  dependencies = [
988
988
  "zeroize",
989
989
  ]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "cloudcheck"
3
- version = "8.1.3"
3
+ version = "8.4.0"
4
4
  edition = "2024"
5
5
  description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
6
6
  license = "GPL-3.0"
@@ -14,7 +14,7 @@ reqwest = { version = "0.12", features = ["json"] }
14
14
  openssl = { version = "0.10", features = ["vendored"] }
15
15
  pyo3 = { version = "0.27", optional = true }
16
16
  pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
17
- radixtarget = "4.1"
17
+ radixtarget = "4.2"
18
18
 
19
19
  [features]
20
20
  default = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcheck
3
- Version: 8.1.3
3
+ Version: 8.4.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
@@ -17,7 +17,7 @@ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
17
17
  [![Python Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml/badge.svg?branch=master)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
18
18
  [![Pipeline Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml/badge.svg?branch=master)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
19
19
 
20
- ### UPDATE: Now rewritten in Rust, with over 20 new providers added!
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
 
@@ -10,7 +10,7 @@
10
10
  [![Python Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml/badge.svg?branch=master)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
11
11
  [![Pipeline Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml/badge.svg?branch=master)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
12
12
 
13
- ### UPDATE: Now rewritten in Rust, with over 20 new providers added!
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