awspublicranges 1.0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

awspublicranges 1.0.2

Small library to make grabbing an processing AWS public IP address ranges easier.

Usage
from awspublicranges.ranges import AwsIpRanges

out = AwsIpRanges()

for each_range in out.prefixes_for_lambda('us-west-2'):
pprint(each_range.__dict__)


Master

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.