{"id":16544534,"url":"https://github.com/msoedov/cloud_ips","last_synced_at":"2025-10-16T22:41:43.136Z","repository":{"id":74829810,"uuid":"353371985","full_name":"msoedov/cloud_ips","owner":"msoedov","description":"Cloud IP ranges / CIDR blocks used by all cloud service providers GCP/AWS/DO/Oracle/Azure","archived":false,"fork":false,"pushed_at":"2021-05-12T14:48:13.000Z","size":64,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T10:51:15.358Z","etag":null,"topics":["aws","cidr","cloud","cloudflare","gcp","ip-address","ip-address-ranges","ip-range-check","ip-ranges","network-mask"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msoedov.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"msoedov"}},"created_at":"2021-03-31T13:46:23.000Z","updated_at":"2024-10-16T01:58:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cd7adde-65ed-4fab-b9b9-6b789f41fc7b","html_url":"https://github.com/msoedov/cloud_ips","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.06666666666666665,"last_synced_commit":"90fefe27db09fb92bc3dfd60b3d33fd391c6ce58"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fcloud_ips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fcloud_ips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fcloud_ips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fcloud_ips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msoedov","download_url":"https://codeload.github.com/msoedov/cloud_ips/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248421385,"owners_count":21100598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cidr","cloud","cloudflare","gcp","ip-address","ip-address-ranges","ip-range-check","ip-ranges","network-mask"],"created_at":"2024-10-11T19:03:09.299Z","updated_at":"2025-10-16T22:41:38.083Z","avatar_url":"https://github.com/msoedov.png","language":"Python","funding_links":["https://github.com/sponsors/msoedov"],"categories":[],"sub_categories":[],"readme":"# cloud_ips\n\nCheck if an IP address is in the ranges used by AWS/GCP/DO/Azure. It fast, microsecond based cloud providers lookup by public ip\n\n## Features\n\n- GCP / AWS / Digital ocean ip ranges support\n- 1000x faster than a brute force lookup\n- Most recent data records\n- Fully typed with annotations and checked with `mypy`, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)\n- Easy to start: has lots of docs, tests, and tutorials\n\n## Usage\n\n```shell\npip install cloud_ips\n```\n\n```python\nfrom cloud_ips.network import is_cloud\n\nis_cloud(\"95.67.109.122\")\n\n\u003e\u003e False\n```\n\n### Benchmarks\n\n```python\n\ntimeit.timeit(\n    'is_cloud(\"95.67.89.122\")', \"from __main__ import is_cloud\", number=1000,\n)\n\u003e\u003e 0.04331268899999999\n\n\ntimeit.timeit(\n    'naive(\"95.67.89.122\")', \"from __main__ import naive\", number=1000,\n)\n\u003e\u003e 3.5043050669999998\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fcloud_ips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsoedov%2Fcloud_ips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fcloud_ips/lists"}