urllib3¶
HTTP library with thread-safe connection pooling, file post, and more.
Home | http://urllib3.readthedocs.org/ |
Versions | 1.12 |
License | MIT License |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/urllib3 |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install urllib3
and update with:
conda update urllib3