Navigation

  • index
  • modules |
  • next |
  • previous |
  • Requests 2.7.0 documentation »

Recommended Packages and Extensions¶

Requests has a great variety of powerful and useful third-party extensions. This page provides an overview of some of the best of them.

Certifi CA Bundle¶

Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project.

CacheControl¶

CacheControl is an extension that adds a full HTTP cache to Requests. This makes your web requests substantially more efficient, and should be used whenever you’re making a lot of web requests.

Requests-Toolbelt¶

Requests-Toolbelt is a collection of utilities that some users of Requests may desire, but do not belong in Requests proper. This library is actively maintained by members of the Requests core team, and reflects the functionality most requested by users within the community.

Requests-OAuthlib¶

requests-oauthlib makes it possible to do the OAuth dance from Requests automatically. This is useful for the large number of websites that use OAuth to provide authentication. It also provides a lot of tweaks that handle ways that specific OAuth providers differ from the standard specifications.

Betamax¶

Betamax records your HTTP interactions so the NSA does not have to. A VCR imitation designed only for Python-Requests.

Requests is an elegant and simple HTTP library for Python, built for human beings. You are currently looking at the documentation of the development release.

Buy Requests Pro

Get Updates

Receive updates on new releases and upcoming projects.

Subscribe to Newsletter

Table Of Contents

  • Recommended Packages and Extensions
    • Certifi CA Bundle
    • CacheControl
    • Requests-Toolbelt
    • Requests-OAuthlib
    • Betamax

Related Topics

  • Documentation overview
    • Previous: Frequently Asked Questions
    • Next: Integrations

Quick search

Enter search terms or a module, class or function name.

© Copyright 2015. A Kenneth Reitz Project.
Fork me on GitHub