From e3e7cb8c44fa8dd11f9b81bec4ccd7fd25f65b36 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 27 Sep 2015 20:14:45 +0800 Subject: [PATCH] add aws-cli - Universal command-line interface for Amazon Web Services --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d3c8d1b..5b7f0397 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. * Productivity Tools + * [aws-cli](https://github.com/aws/aws-cli) - Universal command-line interface for Amazon Web Services. * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. It's a quick way to visualize data without GUI. * [caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3. * [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.