{ "info": { "author": "Rana Awais", "author_email": "rana.awais@ebryx.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# awsip\n\nA simple python library to check if an ip, a list of ips or a list of ip ranges\nexist inside Amazon (AWS) infrastructure.\n```\npip install awsip\n```\nAfter installation, you can make use of `awsip` utility to check for ips.\n```\nawsip 1.1.1.1 2.2.2.2 5.4.3.0/28\n```\nYou can provide a white-spaced list of ip addresses / ranges. You can also provide a filename containing ip address / range on each line. For example, you have a file `myips.txt` with following format.\n```\n192.0.0.1\n7.7.7.0/28\n9.9.9.0/30\n```\nYou can pass the ips to utility while providing extra ips on the go like this:\n```\nawsip myips.txt 1.1.1.1 2.2.2.0/24\n```\nYou can also make use of it in your custom code like this:\n```\nfrom awsip import AWSIPChecker\nchecker = AWSIPChecker()\nchecker.get_aws_range(['18.208.0.0', '18.208.0.0/16'])\n```\nYou can provide a list of ip address, ip ranges or a mixture of both and program will check if they belong to AWS and return appropriate data if they do belong.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/EbryxLabs/awsip", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "awsip", "package_url": "https://pypi.org/project/awsip/", "platform": "", "project_url": "https://pypi.org/project/awsip/", "project_urls": { "Homepage": "https://github.com/EbryxLabs/awsip" }, "release_url": "https://pypi.org/project/awsip/0.2.1/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A simple package to check if ip address / range belongs to AWS.", "version": "0.2.1" }, "last_serial": 4861320, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "37f8286264cff64c1089206e594bf960", "sha256": "e229666b36df87d9f87576d6619d66ed7f9d01e5847a18ae1a72b8aae8b0a9f8" }, "downloads": -1, "filename": "awsip-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "37f8286264cff64c1089206e594bf960", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5121, "upload_time": "2019-02-24T15:47:08", "url": "https://files.pythonhosted.org/packages/84/d3/bea5b5b3acc83cee52029698f104b8be0edc4aef763318f447970b79a349/awsip-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b9ae67de08bb4b1a6c5be17eb2e5130", "sha256": "4926221df100bfbaa5c86221638f54fa544c9e529319907af2dac2a24c5fbb22" }, "downloads": -1, "filename": "awsip-0.2.1.tar.gz", "has_sig": false, "md5_digest": "1b9ae67de08bb4b1a6c5be17eb2e5130", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2686, "upload_time": "2019-02-24T15:47:11", "url": "https://files.pythonhosted.org/packages/a1/5f/b608dda637a1a2611edd1a475de767696e7073e1a0851b01b011c19f36c6/awsip-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "37f8286264cff64c1089206e594bf960", "sha256": "e229666b36df87d9f87576d6619d66ed7f9d01e5847a18ae1a72b8aae8b0a9f8" }, "downloads": -1, "filename": "awsip-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "37f8286264cff64c1089206e594bf960", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5121, "upload_time": "2019-02-24T15:47:08", "url": "https://files.pythonhosted.org/packages/84/d3/bea5b5b3acc83cee52029698f104b8be0edc4aef763318f447970b79a349/awsip-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b9ae67de08bb4b1a6c5be17eb2e5130", "sha256": "4926221df100bfbaa5c86221638f54fa544c9e529319907af2dac2a24c5fbb22" }, "downloads": -1, "filename": "awsip-0.2.1.tar.gz", "has_sig": false, "md5_digest": "1b9ae67de08bb4b1a6c5be17eb2e5130", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2686, "upload_time": "2019-02-24T15:47:11", "url": "https://files.pythonhosted.org/packages/a1/5f/b608dda637a1a2611edd1a475de767696e7073e1a0851b01b011c19f36c6/awsip-0.2.1.tar.gz" } ] }