Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
Adding a download badge from pepy.tech (mostly just so that people can have some sense that they aren’t the only person to consider using awswl), and updated the development status in setuptools.

Signed-off-by: Geoffrey Wiseman <geoffrey.wiseman@codiform.com>
  • Loading branch information
geoffreywiseman committed May 16, 2018
1 parent 72f9eff commit 9c1b17a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AWS Whitelist

.. image:: https://travis-ci.org/geoffreywiseman/awswl.svg?branch=master
:target: https://travis-ci.org/geoffreywiseman/awswl
.. image:: http://pepy.tech/badge/awswl
:target: http://pepy.tech/count/awswl

A small tool to make it pretty simple to add and remove ip addresses (or CIDR blocks) from an AWS
security group. This acts like a sort of oversimplified VPN, where you can quickly give yourself
Expand Down Expand Up @@ -129,4 +131,4 @@ Similarly it can't modify a permission block that includes a bunch of ports, inc

To be honest, I am not sure it makes a lot of sense to address those issues so that it can modify
rules like that, but I would prefer it to notice when situations like that are present and warn
about the rules that it didn't modify -- essentially, I'd like it to validate a bit better.
about the rules that it didn't modify -- essentially, I'd like it to validate a bit better.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Production/Stable',

# Indicate who your project is intended for
'Intended Audience :: Developers',
Expand Down

0 comments on commit 9c1b17a

Please sign in to comment.