# cloud-ranges
Discover if IP belongs to cloud providers.
## Example
Here there are some usage examples:
```
$ echo 20.236.44.162 | cloud-ranges
20.236.44.162 azure westus2 20.236.0.0/18
```
```
$ echo 20.236.44.162 | cloud-ranges -j
{"cloud": "azure", "services": [], "region": "westus2", "network": "20.236.0.0/18", "target": "20.236.44.162"}
```
## Supported Cloud Providers
- AWS
- GCP
- Azure
- IBM
- DigitalOcean
- IBM Cloud
## Installation
```
pip install cloud-ranges
```
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/Zer1t0/cloud-ranges",
"name": "cloud-ranges",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Eloy P\u00e9rez Gonz\u00e1lez",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/e1/4b/05c189d8444dff0a1b9ae3de896f4bedbb45257c08b97203732006b7bad7/cloud-ranges-0.0.4.tar.gz",
"platform": null,
"description": "# cloud-ranges\n\nDiscover if IP belongs to cloud providers.\n\n## Example\n\nHere there are some usage examples:\n\n```\n$ echo 20.236.44.162 | cloud-ranges\n20.236.44.162 azure westus2 20.236.0.0/18\n```\n\n```\n$ echo 20.236.44.162 | cloud-ranges -j\n{\"cloud\": \"azure\", \"services\": [], \"region\": \"westus2\", \"network\": \"20.236.0.0/18\", \"target\": \"20.236.44.162\"}\n```\n\n## Supported Cloud Providers\n\n- AWS\n- GCP\n- Azure\n- IBM\n- DigitalOcean\n- IBM Cloud\n\n\n## Installation\n\n```\npip install cloud-ranges\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Discover if IP belongs cloud providers ranges",
"version": "0.0.4",
"project_urls": {
"Homepage": "https://gitlab.com/Zer1t0/cloud-ranges"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "20161d901fc8334c497c496a3b251c15e9ed97d0b8349a8b1238e4c2b045d5a2",
"md5": "416dc1dc97afc6fadea6007afc739acd",
"sha256": "309756b50e246dac5b1b1f4d8b68d01f0c61c9478cdbc31f8cbcdf6f920b9bf4"
},
"downloads": -1,
"filename": "cloud_ranges-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "416dc1dc97afc6fadea6007afc739acd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 21758,
"upload_time": "2023-11-05T17:53:41",
"upload_time_iso_8601": "2023-11-05T17:53:41.720476Z",
"url": "https://files.pythonhosted.org/packages/20/16/1d901fc8334c497c496a3b251c15e9ed97d0b8349a8b1238e4c2b045d5a2/cloud_ranges-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e14b05c189d8444dff0a1b9ae3de896f4bedbb45257c08b97203732006b7bad7",
"md5": "14b5ca6609eb28126205c2c09e062e76",
"sha256": "d09144dfcfa6fd0ef6c6a1d4193c967265ec719635bcb3bc66e854b079599030"
},
"downloads": -1,
"filename": "cloud-ranges-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "14b5ca6609eb28126205c2c09e062e76",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18268,
"upload_time": "2023-11-05T17:53:44",
"upload_time_iso_8601": "2023-11-05T17:53:44.896560Z",
"url": "https://files.pythonhosted.org/packages/e1/4b/05c189d8444dff0a1b9ae3de896f4bedbb45257c08b97203732006b7bad7/cloud-ranges-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-05 17:53:44",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "Zer1t0",
"gitlab_project": "cloud-ranges",
"lcname": "cloud-ranges"
}