About 263 results
Open links in new tab
  1. requests · PyPI

    Aug 18, 2025 · Python HTTP for Humans.

  2. requests-ccwienk · PyPI

    May 8, 2019 · Requests allows you to send organic, grass-fed HTTP/1.1 requests, without the need for manual labor. There's no need to manually add query strings to your URLs, or to form-encode your …

  3. hrequests · PyPI

    Nov 30, 2024 · Hrequests (human requests) is a simple, configurable, feature-rich, replacement for the Python requests library.

  4. requests-lite · PyPI

    Jun 30, 2024 · Python HTTP for Humans (lite version).

  5. grequests · PyPI

    Jun 7, 2023 · Project description GRequests allows you to use Requests with Gevent to make asynchronous HTTP Requests easily. Usage Usage is simple: import grequests urls = [ …

  6. requests_request · PyPI

    Feb 14, 2026 · Project description requests request extension. Installation You can install via pypi pip install -U requests_request Usage from requests_request import request

  7. pymrequests · PyPI

    Oct 20, 2023 · Python HTTP for Humans.

  8. requests-async · PyPI

    Aug 4, 2025 · API Reference Convenience Functions All functions return an httpx.Response object with the same interface as requests.

  9. requests-file · PyPI

    Oct 20, 2025 · Project description Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs. To use: import requests from requests_file …

  10. requests-oauth2client · PyPI

    Dec 22, 2025 · If you send multiple requests to the same API, instead of using individual calls to requests.get(), requests.post() etc., you should use a requests.Session or an ApiClient.