Atlas API
==========
Small library to make grabbing an processing AWS public IP address ranges easier.
Usage
------
.. code:: python
from awspublicranges.ranges import AwsIpRanges
out = AwsIpRanges()
for each_range in out.prefixes_for_lambda('us-west-2'):
pprint(each_range.__dict__)
Master
------
.. image:: https://circleci.com/gh/mgmonteleone/python-atlasapi/tree/master.svg?style=svg&circle-token=34ce5f4745b141a0ee643bd212d85359c0594884
:target: https://circleci.com/gh/mgmonteleone/python-atlasapi/tree/master
Raw data
{
"_id": null,
"home_page": "https://github.com/mgmonteleone/python-aws-public-ranges",
"name": "awspublicranges",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "cloud,aws",
"author": "Matthew G. Monteleone",
"author_email": "mgm@mgm.dev",
"download_url": "https://files.pythonhosted.org/packages/bc/c8/83d4d24b9ca3e0c8a7a4e30f985927ba4e6499181375cd15cff1db1b26e6/awspublicranges-1.0.2.tar.gz",
"platform": "",
"description": "Atlas API\n==========\n\nSmall library to make grabbing an processing AWS public IP address ranges easier.\n\n\nUsage\n------\n\n.. code:: python\n\n from awspublicranges.ranges import AwsIpRanges\n\n out = AwsIpRanges()\n\n for each_range in out.prefixes_for_lambda('us-west-2'):\n pprint(each_range.__dict__)\n\n\nMaster\n------\n\n.. image:: https://circleci.com/gh/mgmonteleone/python-atlasapi/tree/master.svg?style=svg&circle-token=34ce5f4745b141a0ee643bd212d85359c0594884\n :target: https://circleci.com/gh/mgmonteleone/python-atlasapi/tree/master\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Simple utility for grabbing and using AWS public IPS",
"version": "1.0.2",
"split_keywords": [
"cloud",
"aws"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c9486ecce0b0f3052fd9fb806812ab00656c4008719213d6cc067f52877d6377",
"md5": "3dee1770c79a21c10f18d3c28066b74f",
"sha256": "b8f22bec68285340a302ee6e391e6bc8aaa31187faf4dc5d2724ec1d6f480492"
},
"downloads": -1,
"filename": "awspublicranges-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3dee1770c79a21c10f18d3c28066b74f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 5432,
"upload_time": "2020-06-05T18:59:41",
"upload_time_iso_8601": "2020-06-05T18:59:41.648213Z",
"url": "https://files.pythonhosted.org/packages/c9/48/6ecce0b0f3052fd9fb806812ab00656c4008719213d6cc067f52877d6377/awspublicranges-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bcc883d4d24b9ca3e0c8a7a4e30f985927ba4e6499181375cd15cff1db1b26e6",
"md5": "c3b5046c2dfb402782ce3f5ac16f3b3e",
"sha256": "da551011e7b9870e02b5f5c1c5d777a8290046cc41a5b251bf41e2f29c0228e3"
},
"downloads": -1,
"filename": "awspublicranges-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "c3b5046c2dfb402782ce3f5ac16f3b3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3930,
"upload_time": "2020-06-05T18:59:44",
"upload_time_iso_8601": "2020-06-05T18:59:44.455957Z",
"url": "https://files.pythonhosted.org/packages/bc/c8/83d4d24b9ca3e0c8a7a4e30f985927ba4e6499181375cd15cff1db1b26e6/awspublicranges-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-06-05 18:59:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "mgmonteleone",
"github_project": "python-aws-public-ranges",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"requirements": [
{
"name": "requests",
"specs": []
}
],
"lcname": "awspublicranges"
}