Metadata-Version: 1.1
Name: laws
Version: 0.5
Summary: Lists AWS instances
Home-page: https://github.com/cyrillk/laws
Author: Kirill Kulikov
Author-email: kirill.kulikov@gmail.com
License: UNKNOWN
Download-URL: https://github.com/cyrillk/laws/tarball/0.5
Description: # laws
        
        Lists AWS EC2 instances in a short table format `laws`. Allows to filter nodes by tag or name `laws cassandra`.
        
        ## Installation
        
        ```
        pip install laws
        ```
        
        ## PyPi link
        
        https://pypi.python.org/pypi/laws
        
        ## Useful resources
        
        http://peterdowns.com/posts/first-time-with-pypi.html
        
        ```
        git tag 0.X -m "Version bumped to 0.X"
        git push --tags origin master
        python setup.py sdist upload -r pypi
        ```
        
Keywords: aws,ec2
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
