From c143ed6ed80117b562c59ca86d9d723d83aceb0d Mon Sep 17 00:00:00 2001 From: Fausto Carrera Date: Wed, 2 Jul 2014 11:39:02 -0300 Subject: [PATCH 1/2] add some command line python tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c1cd609..47a0e6e 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. +* [httpie](https://github.com/jakubroztocil/httpie) - A user-friendly cURL replacement +* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX +* [pywk](https://github.com/spotify/pywk) - Python awk-like line processing tool ## Documentation From 5b9135e421ef1a8b596c66eecb3b31f5b17491b6 Mon Sep 17 00:00:00 2001 From: Fausto Carrera Date: Wed, 2 Jul 2014 11:40:41 -0300 Subject: [PATCH 2/2] add some command line python tools --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 47a0e6e..68cd187 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. -* [httpie](https://github.com/jakubroztocil/httpie) - A user-friendly cURL replacement * [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX * [pywk](https://github.com/spotify/pywk) - Python awk-like line processing tool