cloudcheck 8.4.2__tar.gz → 8.4.4__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.4.2 → cloudcheck-8.4.4}/Cargo.lock +175 -5
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/Cargo.toml +3 -1
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/PKG-INFO +1 -1
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloud_providers_v2.json +161 -169
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/__init__.py +6 -3
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/base.py +0 -1
- cloudcheck-8.4.4/dist/cloudcheck-8.4.4-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/pyproject.toml +1 -1
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/src/lib.rs +68 -9
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/src/main.rs +1 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/test_cloudcheck.py +0 -3
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/uv.lock +1 -1
- cloudcheck-8.4.2/dist/cloudcheck-8.4.2-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/.github/dependabot.yml +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/.github/workflows/python-tests.yml +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/.gitignore +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/README.md +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloud_providers.json +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/__init__.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/helpers.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/azure.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/pytest.ini +0 -0
- {cloudcheck-8.4.2 → cloudcheck-8.4.4}/src/python.rs +0 -0
|
@@ -2,6 +2,65 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
4
4
|
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "aho-corasick"
|
|
7
|
+
version = "1.1.4"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"memchr",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "anstream"
|
|
16
|
+
version = "0.6.21"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
19
|
+
dependencies = [
|
|
20
|
+
"anstyle",
|
|
21
|
+
"anstyle-parse",
|
|
22
|
+
"anstyle-query",
|
|
23
|
+
"anstyle-wincon",
|
|
24
|
+
"colorchoice",
|
|
25
|
+
"is_terminal_polyfill",
|
|
26
|
+
"utf8parse",
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[[package]]
|
|
30
|
+
name = "anstyle"
|
|
31
|
+
version = "1.0.13"
|
|
32
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "anstyle-parse"
|
|
37
|
+
version = "0.2.7"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
40
|
+
dependencies = [
|
|
41
|
+
"utf8parse",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
[[package]]
|
|
45
|
+
name = "anstyle-query"
|
|
46
|
+
version = "1.1.5"
|
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
49
|
+
dependencies = [
|
|
50
|
+
"windows-sys 0.61.2",
|
|
51
|
+
]
|
|
52
|
+
|
|
53
|
+
[[package]]
|
|
54
|
+
name = "anstyle-wincon"
|
|
55
|
+
version = "3.0.11"
|
|
56
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
58
|
+
dependencies = [
|
|
59
|
+
"anstyle",
|
|
60
|
+
"once_cell_polyfill",
|
|
61
|
+
"windows-sys 0.61.2",
|
|
62
|
+
]
|
|
63
|
+
|
|
5
64
|
[[package]]
|
|
6
65
|
name = "atomic-waker"
|
|
7
66
|
version = "1.1.2"
|
|
@@ -56,8 +115,10 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
56
115
|
|
|
57
116
|
[[package]]
|
|
58
117
|
name = "cloudcheck"
|
|
59
|
-
version = "8.4.
|
|
118
|
+
version = "8.4.4"
|
|
60
119
|
dependencies = [
|
|
120
|
+
"env_logger",
|
|
121
|
+
"log",
|
|
61
122
|
"openssl",
|
|
62
123
|
"pyo3",
|
|
63
124
|
"pyo3-async-runtimes",
|
|
@@ -68,6 +129,12 @@ dependencies = [
|
|
|
68
129
|
"tokio",
|
|
69
130
|
]
|
|
70
131
|
|
|
132
|
+
[[package]]
|
|
133
|
+
name = "colorchoice"
|
|
134
|
+
version = "1.0.4"
|
|
135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
136
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
137
|
+
|
|
71
138
|
[[package]]
|
|
72
139
|
name = "core-foundation"
|
|
73
140
|
version = "0.9.4"
|
|
@@ -104,6 +171,29 @@ dependencies = [
|
|
|
104
171
|
"cfg-if",
|
|
105
172
|
]
|
|
106
173
|
|
|
174
|
+
[[package]]
|
|
175
|
+
name = "env_filter"
|
|
176
|
+
version = "0.1.4"
|
|
177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
178
|
+
checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
|
|
179
|
+
dependencies = [
|
|
180
|
+
"log",
|
|
181
|
+
"regex",
|
|
182
|
+
]
|
|
183
|
+
|
|
184
|
+
[[package]]
|
|
185
|
+
name = "env_logger"
|
|
186
|
+
version = "0.11.8"
|
|
187
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
+
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
|
|
189
|
+
dependencies = [
|
|
190
|
+
"anstream",
|
|
191
|
+
"anstyle",
|
|
192
|
+
"env_filter",
|
|
193
|
+
"jiff",
|
|
194
|
+
"log",
|
|
195
|
+
]
|
|
196
|
+
|
|
107
197
|
[[package]]
|
|
108
198
|
name = "equivalent"
|
|
109
199
|
version = "1.0.2"
|
|
@@ -561,12 +651,42 @@ dependencies = [
|
|
|
561
651
|
"serde",
|
|
562
652
|
]
|
|
563
653
|
|
|
654
|
+
[[package]]
|
|
655
|
+
name = "is_terminal_polyfill"
|
|
656
|
+
version = "1.70.2"
|
|
657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
659
|
+
|
|
564
660
|
[[package]]
|
|
565
661
|
name = "itoa"
|
|
566
662
|
version = "1.0.15"
|
|
567
663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
568
664
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
569
665
|
|
|
666
|
+
[[package]]
|
|
667
|
+
name = "jiff"
|
|
668
|
+
version = "0.2.16"
|
|
669
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
670
|
+
checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
|
|
671
|
+
dependencies = [
|
|
672
|
+
"jiff-static",
|
|
673
|
+
"log",
|
|
674
|
+
"portable-atomic",
|
|
675
|
+
"portable-atomic-util",
|
|
676
|
+
"serde_core",
|
|
677
|
+
]
|
|
678
|
+
|
|
679
|
+
[[package]]
|
|
680
|
+
name = "jiff-static"
|
|
681
|
+
version = "0.2.16"
|
|
682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
+
checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
|
|
684
|
+
dependencies = [
|
|
685
|
+
"proc-macro2",
|
|
686
|
+
"quote",
|
|
687
|
+
"syn",
|
|
688
|
+
]
|
|
689
|
+
|
|
570
690
|
[[package]]
|
|
571
691
|
name = "js-sys"
|
|
572
692
|
version = "0.3.83"
|
|
@@ -665,6 +785,12 @@ version = "1.21.3"
|
|
|
665
785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
666
786
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
667
787
|
|
|
788
|
+
[[package]]
|
|
789
|
+
name = "once_cell_polyfill"
|
|
790
|
+
version = "1.70.2"
|
|
791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
793
|
+
|
|
668
794
|
[[package]]
|
|
669
795
|
name = "openssl"
|
|
670
796
|
version = "0.10.75"
|
|
@@ -772,6 +898,15 @@ version = "1.11.1"
|
|
|
772
898
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
899
|
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
|
774
900
|
|
|
901
|
+
[[package]]
|
|
902
|
+
name = "portable-atomic-util"
|
|
903
|
+
version = "0.2.4"
|
|
904
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
905
|
+
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
|
|
906
|
+
dependencies = [
|
|
907
|
+
"portable-atomic",
|
|
908
|
+
]
|
|
909
|
+
|
|
775
910
|
[[package]]
|
|
776
911
|
name = "potential_utf"
|
|
777
912
|
version = "0.1.4"
|
|
@@ -899,6 +1034,35 @@ dependencies = [
|
|
|
899
1034
|
"bitflags",
|
|
900
1035
|
]
|
|
901
1036
|
|
|
1037
|
+
[[package]]
|
|
1038
|
+
name = "regex"
|
|
1039
|
+
version = "1.12.2"
|
|
1040
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1041
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
1042
|
+
dependencies = [
|
|
1043
|
+
"aho-corasick",
|
|
1044
|
+
"memchr",
|
|
1045
|
+
"regex-automata",
|
|
1046
|
+
"regex-syntax",
|
|
1047
|
+
]
|
|
1048
|
+
|
|
1049
|
+
[[package]]
|
|
1050
|
+
name = "regex-automata"
|
|
1051
|
+
version = "0.4.13"
|
|
1052
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1053
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
1054
|
+
dependencies = [
|
|
1055
|
+
"aho-corasick",
|
|
1056
|
+
"memchr",
|
|
1057
|
+
"regex-syntax",
|
|
1058
|
+
]
|
|
1059
|
+
|
|
1060
|
+
[[package]]
|
|
1061
|
+
name = "regex-syntax"
|
|
1062
|
+
version = "0.8.8"
|
|
1063
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
1065
|
+
|
|
902
1066
|
[[package]]
|
|
903
1067
|
name = "reqwest"
|
|
904
1068
|
version = "0.12.26"
|
|
@@ -1348,9 +1512,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
1348
1512
|
|
|
1349
1513
|
[[package]]
|
|
1350
1514
|
name = "tracing"
|
|
1351
|
-
version = "0.1.
|
|
1515
|
+
version = "0.1.44"
|
|
1352
1516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1353
|
-
checksum = "
|
|
1517
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
1354
1518
|
dependencies = [
|
|
1355
1519
|
"pin-project-lite",
|
|
1356
1520
|
"tracing-core",
|
|
@@ -1358,9 +1522,9 @@ dependencies = [
|
|
|
1358
1522
|
|
|
1359
1523
|
[[package]]
|
|
1360
1524
|
name = "tracing-core"
|
|
1361
|
-
version = "0.1.
|
|
1525
|
+
version = "0.1.36"
|
|
1362
1526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1363
|
-
checksum = "
|
|
1527
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
1364
1528
|
dependencies = [
|
|
1365
1529
|
"once_cell",
|
|
1366
1530
|
]
|
|
@@ -1407,6 +1571,12 @@ version = "1.0.4"
|
|
|
1407
1571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1408
1572
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
1409
1573
|
|
|
1574
|
+
[[package]]
|
|
1575
|
+
name = "utf8parse"
|
|
1576
|
+
version = "0.2.2"
|
|
1577
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1578
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1579
|
+
|
|
1410
1580
|
[[package]]
|
|
1411
1581
|
name = "vcpkg"
|
|
1412
1582
|
version = "0.2.15"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "cloudcheck"
|
|
3
|
-
version = "8.4.
|
|
3
|
+
version = "8.4.4"
|
|
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"
|
|
@@ -15,6 +15,8 @@ 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
17
|
radixtarget = "4.2"
|
|
18
|
+
log = "0.4"
|
|
19
|
+
env_logger = "0.11"
|
|
18
20
|
|
|
19
21
|
[features]
|
|
20
22
|
default = []
|