mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
resort
This commit is contained in:
parent
3c011a004b
commit
251632c209
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
|
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
|
||||||
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
|
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
|
||||||
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
|
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
|
||||||
* [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
|
|
||||||
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
|
* [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.
|
* [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
|
||||||
* Productivity Tools
|
* Productivity Tools
|
||||||
|
@ -293,6 +292,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [caniusepython3](https://github.com/brettcannon/caniusepython3) - Determine what projects are blocking you from porting to Python 3.
|
* [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.
|
* [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.
|
||||||
* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
|
* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
|
||||||
|
* [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
|
||||||
* [httpie](https://github.com/jkbrzt/httpie) - A command line HTTP client, a user-friendly cURL replacement.
|
* [httpie](https://github.com/jkbrzt/httpie) - A command line HTTP client, a user-friendly cURL replacement.
|
||||||
* [PathPicker](https://github.com/facebook/PathPicker) - Select files out of bash output.
|
* [PathPicker](https://github.com/facebook/PathPicker) - Select files out of bash output.
|
||||||
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
|
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
|
||||||
|
|
Loading…
Reference in a new issue