add aws-cli - Universal command-line interface for Amazon Web Services

This commit is contained in:
Vinta 2015-09-27 20:14:45 +08:00
parent eda8ce791f
commit e3e7cb8c44

View File

@ -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.