cloudcheck 6.0.0.679__tar.gz → 7.0.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.
Files changed (26) hide show
  1. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/PKG-INFO +3 -3
  2. cloudcheck-7.0.4/cloud_providers.json +1 -0
  3. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/cloudcheck.py +1 -3
  4. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/helpers.py +1 -1
  5. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/__init__.py +6 -14
  6. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/amazon.py +1 -5
  7. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/azure.py +4 -4
  8. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/base.py +2 -6
  9. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/digitalocean.py +1 -5
  10. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/test/test_cloudcheck.py +1 -2
  11. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/pyproject.toml +15 -7
  12. cloudcheck-6.0.0.679/cloud_providers.json +0 -30622
  13. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/README.md +0 -0
  14. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/__init__.py +0 -0
  15. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/akamai.py +0 -0
  16. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/arvancloud.py +0 -0
  17. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/cloudflare.py +0 -0
  18. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/cloudfront.py +0 -0
  19. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/fastly.py +0 -0
  20. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/github.py +0 -0
  21. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/google.py +0 -0
  22. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/hetzner.py +0 -0
  23. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/imperva.py +0 -0
  24. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/oracle.py +0 -0
  25. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/providers/zoho.py +0 -0
  26. {cloudcheck-6.0.0.679 → cloudcheck-7.0.4}/cloudcheck/test/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cloudcheck
3
- Version: 6.0.0.679
3
+ Version: 7.0.4
4
4
  Summary: Check whether an IP address belongs to a cloud provider
5
5
  Home-page: https://github.com/blacklanternsecurity/cloudcheck
6
6
  License: GPL-3.0
@@ -13,9 +13,9 @@ Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
- Requires-Dist: httpx (>=0.26,<0.28)
16
+ Requires-Dist: httpx (>=0.26,<0.29)
17
17
  Requires-Dist: pydantic (>=2.4.2,<3.0.0)
18
- Requires-Dist: radixtarget (>=2.0.0.32,<3.0.0.0)
18
+ Requires-Dist: radixtarget (>=3.0.13,<4.0.0)
19
19
  Requires-Dist: regex (>=2024.4.16,<2025.0.0)
20
20
  Project-URL: Discord, https://discord.com/invite/PZqkgxu5SA
21
21
  Project-URL: PyPi, https://pypi.org/project/cloudcheck/