mirror of
https://github.com/vinta/awesome-python.git
synced 2025-03-13 17:19:46 +00:00
add sub section to Command-line Tools
This commit is contained in:
parent
0c7115f6f8
commit
5ff5ef21e3
15
README.md
15
README.md
@ -169,14 +169,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||
|
||||
## Command-line Tools
|
||||
|
||||
*Libraries for building command line utilities.*
|
||||
*Libraries for building command-line application.*
|
||||
|
||||
* [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way.
|
||||
* [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.
|
||||
* [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
|
||||
* Command-line Application Development
|
||||
* [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way.
|
||||
* [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.
|
||||
* Workflow Tools
|
||||
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX
|
||||
|
||||
## Documentation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user