mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Merge remote-tracking branch 'theskumar/patch-1'
Conflicts: README.md resolved
This commit is contained in:
commit
52c4ab80a9
1 changed files with 2 additions and 1 deletions
|
@ -210,6 +210,7 @@ long, literate-programming-style documentation generator.
|
|||
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
|
||||
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
|
||||
* Productivity Tools
|
||||
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
|
||||
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
|
||||
|
||||
## Imagery
|
||||
|
@ -267,8 +268,8 @@ long, literate-programming-style documentation generator.
|
|||
*Libraries for working with HTTP.*
|
||||
|
||||
* [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™.
|
||||
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
|
||||
* [urllib3](https://github.com/shazow/urllib3) - HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.
|
||||
* [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client.
|
||||
|
||||
## Database
|
||||
|
||||
|
|
Loading…
Reference in a new issue