Metadata-Version: 1.2
Name: awspublicranges
Version: 1.0.2
Summary: Simple utility for grabbing and using AWS public IPS
Home-page: https://github.com/mgmonteleone/python-aws-public-ranges
Author: Matthew G. Monteleone
Author-email: mgm@mgm.dev
License: MIT License
Description: 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
Keywords: cloud,aws
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
