python3-urllib3 1.9.1
| Name | python3-urllib3 |
|---|---|
| Version | 1.9.1 |
| Summary | HTTP library with thread-safe connection pooling for Python3 |
| Description | urllib3 supports features left out of urllib and urllib2 libraries. * Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). * File posting (encode_multipart_formdata). * Built-in redirection and retries (optional). * Supports gzip and deflate decoding. * Thread-safe and sanity-safe. * Small and easy to understand codebase perfect for extending and building upon. |
| Section | base |
| License | MIT |
| Homepage | Homepage: http://urllib3.readthedocs.org |
| Recipe file |
recipes-debian/python-urllib3/python3-urllib3_debian.bb
recipes-debian/python-urllib3/python-urllib3.inc |
| Layer | meta-debian (morty branch) |
| Inherits |
|
| Dependencies |
|
| PACKAGECONFIG options |
Sources
| git://github.com/ystk/debian-python-urllib3.git |
Patches
None
Other branches
This recipe in other branches of meta-debian:
| Branch | Recipe |
|---|---|
| morty (Yocto Project 2.2) | python3-urllib3 1.9.1 (this recipe) |