GithubHelp home page GithubHelp logo

doc22940 / urllib3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tipabu/urllib3

1.0 1.0 0.0 3.27 MB

Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.

Home Page: https://urllib3.readthedocs.io/

License: Other

Makefile 0.18% Python 99.34% Shell 0.48%

urllib3's Introduction

urllib3

Build status on Travis Documentation Status Coverage Status PyPI version Bountysource

urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:

  • Thread safety.
  • Connection pooling.
  • Client-side SSL/TLS verification.
  • File uploads with multipart encoding.
  • Helpers for retrying requests and dealing with HTTP redirects.
  • Support for gzip and deflate encoding.
  • Proxy support for HTTP and SOCKS.
  • 100% test coverage.

urllib3 is powerful and easy to use:

>>> import urllib3
>>> http = urllib3.PoolManager()
>>> r = http.request('GET', 'http://httpbin.org/robots.txt')
>>> r.status
200
>>> r.data
'User-agent: *\nDisallow: /deny\n'

Installing

urllib3 can be installed with pip:

$ pip install urllib3

Alternatively, you can grab the latest source code from GitHub:

$ git clone git://github.com/shazow/urllib3.git
$ python setup.py install

Documentation

urllib3 has usage and reference documentation at urllib3.readthedocs.io.

Contributing

urllib3 happily accepts contributions. Please see our contributing documentation for some tips on getting started.

Maintainers

๐Ÿ‘‹

Sponsorship

If your company benefits from this library, please consider sponsoring its development.

urllib3's People

Contributors

abadger avatar asmeurer avatar brandon-rhodes avatar bui avatar disassem avatar eteq avatar gagern avatar georgemarshall avatar gruns avatar haikuginger avatar ijcoe6ru avatar jeremycline avatar jmoldow avatar jschneier avatar kevinburke avatar kirkeby avatar krishnaiitd avatar lukasa avatar nateprewitt avatar palaviv avatar schlamar avatar scop avatar seocam avatar sethmichaellarson avatar sethmlarson avatar shazow avatar sigmavirus24 avatar stanvit avatar t-8ch avatar takluyver avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.