Skip to main content

An ergonomic Python HTTP Client with TLS fingerprint

Project description

wreq-python

CI PyPI - License Python Version from PEP 621 TOML PyPI Discord chat

🚀 Help me work seamlessly with open source sharing by sponsoring me on GitHub

An ergonomic and modular Python HTTP client for advanced and low-level emulation, featuring customizable TLS, JA3/JA4, and HTTP/2 fingerprinting capabilities, powered by wreq.

Features

  • Async and Blocking Clients
  • Plain bodies, JSON, urlencoded, multipart
  • HTTP Trailer
  • Cookie Store
  • Redirect Policy
  • Original Header
  • Rotating Proxies
  • Connection Pooling
  • Streaming Transfers
  • Zero-Copy Transfers
  • WebSocket Upgrade
  • HTTPS via BoringSSL
  • Free-Threaded Safety
  • Automatic Decompression
  • Certificate Store (CAs & mTLS)

Example

The following example uses the asyncio runtime with wreq installed via pip:

pip install wreq

And then the code:

import asyncio
from wreq import Client, Emulation


async def main():
    # Build a client
    client = Client(emulation=Emulation.Safari26)

    # Use the API you're already familiar with
    resp = await client.get("https://tls.peet.ws/api/all")
    print(await resp.text())


if __name__ == "__main__":
    asyncio.run(main())

Additional learning resources include:

Behavior

  1. HTTP/2 over TLS

Due to the complexity of TLS encryption and the widespread adoption of HTTP/2, browser fingerprints such as JA3, JA4, and Akamai cannot be reliably emulated using simple fingerprint strings. Instead of parsing and emulating these string-based fingerprints, wreq-python provides fine-grained control over TLS and HTTP/2 extensions and settings for precise browser behavior emulation.

  1. Device Emulation

TLS and HTTP/2 fingerprints are often identical across various browser models because these underlying protocols evolve slower than browser release cycles. 100+ browser device emulation profiles are maintained in wreq-python.

Building

  1. Platforms
  • Linux(glibc/musl): x86_64, aarch64, armv7, i686
  • macOS: x86_64,aarch64
  • Windows: x86_64,i686,aarch64
  • Android: aarch64, x86_64
  1. Development

Install the BoringSSL build environment by referring to boringssl.

# on ubuntu or debian
sudo apt install -y build-essential cmake perl pkg-config libclang-dev musl-tools git
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
pip install uv maturin

uv venv
source .venv/bin/activate

# development
maturin develop --uv

# build wheels
maturin build --release

Benchmark

Outperforms requests, httpx, aiohttp, and curl_cffi, and you can see the benchmark for details — benchmark data is for reference only and actual performance may vary based on your environment and use case.

Services

Help sustain the ongoing development of this open-source project by reaching out for commercial support. Receive private guidance, expert reviews, or direct access to the maintainer, with personalized technical assistance tailored to your needs.

License

Licensed under either of Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Sponsors

Scrape.do is the ultimate toolkit for collecting public data at scale. Unmatched speed, unbeatable prices, unblocked access.

One line of code. Instant data access

Automatic Proxy RotationBypass Anti-bot SolutionsSeamless Web Scraping

Dashboard | Linkedin | Docs


Captcha solving can be slow and unreliable, but EzCaptcha delivers fast, reliable solving through a simple API — supporting a wide range of captcha types with no complex integration required.

ReCaptchaFunCaptchaCloudFlareAkamaiAkamaiSbsdHCaptcha

Designed for developers, it offers high accuracy, low price, low latency, and easy integration, helping you automate verification while keeping traffic secure and user flows smooth.

Dashboard | Docs | Telegram


Thordata: Get Reliable Global Proxies at an Unbeatable Value.

One-click data collection with enterprise-grade stability and compliance. Join thousands of developers using ThorData for high-scale operations.

Exclusive Offer: Sign up for a free Residential Proxy trial and 2,000 FREE SERP API calls!

Linkedin | Discord | Telegram


Anti-bots evolve quickly, but Salamoonder moves faster, delivering reliable anti-bot tokens with just two API requests — no browser automation or unnecessary complexity required.

KasadaIncapsulaDatadomeAkamaiAnd many more

Automatic updates keep your integration simple and low-maintenance, and it’s nearly 50% cheaper than the competition, giving you faster results at a lower cost.

Dashboard | Docs | Telegram


TLS fingerprinting alone isn't enough for modern bot protection. Hyper Solutions provides the missing piece - API endpoints that generate valid antibot tokens for:

AkamaiDataDomeKasadaIncapsula

No browser automation. Just simple API calls that return the exact cookies and headers these systems require.

Dashboard | Docs | Discord

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wreq-0.10.1.tar.gz (196.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wreq-0.10.1-cp314-cp314t-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14tWindows ARM64

wreq-0.10.1-cp314-cp314t-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

wreq-0.10.1-cp314-cp314t-win32.whl (3.6 MB view details)

Uploaded CPython 3.14tWindows x86

wreq-0.10.1-cp314-cp314t-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wreq-0.10.1-cp314-cp314t-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

wreq-0.10.1-cp314-cp314t-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

wreq-0.10.1-cp314-cp314t-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wreq-0.10.1-cp314-cp314t-manylinux_2_34_i686.whl (4.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ i686

wreq-0.10.1-cp314-cp314t-manylinux_2_34_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARMv7l

wreq-0.10.1-cp314-cp314t-manylinux_2_34_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

wreq-0.10.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

wreq-0.10.1-cp314-cp314t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wreq-0.10.1-cp314-cp314t-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

wreq-0.10.1-cp314-abi3-android_21_x86_64.whl (4.0 MB view details)

Uploaded Android API level 21+ x86-64CPython 3.14+

wreq-0.10.1-cp314-abi3-android_21_arm64_v8a.whl (3.9 MB view details)

Uploaded Android API level 21+ ARM64 v8aCPython 3.14+

wreq-0.10.1-cp313-cp313t-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13tWindows ARM64

wreq-0.10.1-cp313-cp313t-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.13tWindows x86-64

wreq-0.10.1-cp313-cp313t-win32.whl (3.6 MB view details)

Uploaded CPython 3.13tWindows x86

wreq-0.10.1-cp313-cp313t-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

wreq-0.10.1-cp313-cp313t-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

wreq-0.10.1-cp313-cp313t-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

wreq-0.10.1-cp313-cp313t-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

wreq-0.10.1-cp313-cp313t-manylinux_2_34_i686.whl (4.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ i686

wreq-0.10.1-cp313-cp313t-manylinux_2_34_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARMv7l

wreq-0.10.1-cp313-cp313t-manylinux_2_34_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

wreq-0.10.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

wreq-0.10.1-cp313-cp313t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

wreq-0.10.1-cp313-cp313t-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

wreq-0.10.1-cp311-abi3-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11+Windows ARM64

wreq-0.10.1-cp311-abi3-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11+Windows x86-64

wreq-0.10.1-cp311-abi3-win32.whl (3.6 MB view details)

Uploaded CPython 3.11+Windows x86

wreq-0.10.1-cp311-abi3-musllinux_1_2_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ x86-64

wreq-0.10.1-cp311-abi3-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

wreq-0.10.1-cp311-abi3-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

wreq-0.10.1-cp311-abi3-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

wreq-0.10.1-cp311-abi3-manylinux_2_34_i686.whl (4.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ i686

wreq-0.10.1-cp311-abi3-manylinux_2_34_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARMv7l

wreq-0.10.1-cp311-abi3-manylinux_2_34_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

wreq-0.10.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ x86-64

wreq-0.10.1-cp311-abi3-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

wreq-0.10.1-cp311-abi3-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

File details

Details for the file wreq-0.10.1.tar.gz.

File metadata

  • Download URL: wreq-0.10.1.tar.gz
  • Upload date:
  • Size: 196.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1.tar.gz
Algorithm Hash digest
SHA256 8b7d94a32db2581a952712e5105ffad0aef88cb11b5fa260035e9e3944b14fbd
MD5 b71de967c6bd1f40e0b9f41d30010d60
BLAKE2b-256 6f004408e5ef68303503a020de03b4ef6e9036e16b24b97c02659ffcb1494102

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: wreq-0.10.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d62c95f06272f40c76c23538e9ecd044ca4f757a14fa0609771100d87d48c7a4
MD5 c7c6c442bd3761889d63cae73453cd23
BLAKE2b-256 9c61296b1ecc0ab9b20777a948128077695baa0ae62c8d079c1257d57e2f3205

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wreq-0.10.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b5702bc428887c50ca92dcc6ae2aedb283cb3e67654abad9bb356614aa17f34e
MD5 cad342357f11193ca3cbabad73816399
BLAKE2b-256 659e42994450af374411106ec4478128db4cff03143bc18b3265d0c8d9fc711f

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: wreq-0.10.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 9f8f0ab3f7d60dbbfda110dda74b6e28169f4da1b99c21b316ea1395f5fba864
MD5 4cd900a0dacc45509bba7ec245c5f3ad
BLAKE2b-256 9d508f7f2081f73c886fc14a2b9a06df782013f9cff607095ce7b46324688af3

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7327592c65b81878ce006a0e59b5b57e64672a4a60ad08cb8486b19806dba5dd
MD5 544a8885bbe1bc4a34f6a79fa728ec35
BLAKE2b-256 c219895f3e8d39564ef2fbf0e8c1eb65f9de626ac860ac6e8b3672850748cac2

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f5ceb2ca740f800afdbcd7fb9bd74d295cf4d3ef9481c2de40e860b531f01e2e
MD5 3dc0859f684d852cf90c0508f1b9c2ce
BLAKE2b-256 3b1f9358d66691dbf8b46fc92e003e14371db0307800a39441c50709dd4ef10b

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 269757aea06778bcf5861eb62fb9445b656b0b4f21ccf6d1c4e88f70bacc7203
MD5 fa800bd634f048b785a7bea52161a567
BLAKE2b-256 b625b2ba48d683cc2874f67ebebebe8e591bd9bf8a8107d11fb1a920ee3825ca

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4732926720bdae4e339d27c65e8173e059fc6e94d1ed936b522bd2f66f7585b
MD5 2621274bfc68b5da30c9ed9b58ae2af3
BLAKE2b-256 846c84d40ddd19613c04ae6417ad0635736a2ba7ae51395c25663f6a3671f2c7

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 30488d253645db8a03006edf2965e8aca944d913201de8739cc16495b872c46b
MD5 8e7c6122126733251e11ad290e84a7d8
BLAKE2b-256 ad6f817a639116a906d9404c343af03067caed5eff459ca596ec94d46cb6bf0a

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 f17340b440d63ee2f2c6878b23a90ba22c4eaf7adb4f6c4b2773462761db1762
MD5 f13da8d39092a698af056fb930b1682c
BLAKE2b-256 54b6df5cfa86df9d8e9dded83c0c9ae4f48869e07451dc16a9c26cfb2e66a178

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c04dee99acb2c012c65e17772f4043f01d2e2c7b24c645318c28c67de6b78c56
MD5 50530f86a17d43cffc119c7d72cc7358
BLAKE2b-256 0af8c40fc010d38013b558c5223fcc54f7ebfe459dc8a5fb10767bc89392ba61

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb20d90987a128113aed0feba6708f84d46a2dba16d534f3c63e4204f973c585
MD5 8803f305ec4969eaa2493554ca099f8c
BLAKE2b-256 d25d063f7dd94a58ad1124d0a609c91534e83332dbd1c93c258253317cbd66f1

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9120b4efeb8abeb87d2c19af2d0713e895e5586ed3b6a5644f35a0b28a0f5364
MD5 63c657d7e1b2e40bb7cf2b625db5ec31
BLAKE2b-256 331f4fe5b2a605ca07210f343d930cc52373dfdf9292af62869b8c15078a1f0a

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bf8f8a0f128ea3837256251de5d85090252dd2cd53de23cd3612914963aacdde
MD5 f690675d8553c374a1a9ec92a09b2d02
BLAKE2b-256 7141075bd6127f728fdc8d6b625138750027d213c7c48f7ea1b84da8d07bd8f2

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-abi3-android_21_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-abi3-android_21_x86_64.whl
Algorithm Hash digest
SHA256 fb8cd9f65637dde6c0988dbb875959ba49c8a573a6ef95f639305262dedbe2bd
MD5 266c1b6b36af5914c5ce761e7069fc96
BLAKE2b-256 cd29bf1c9b7116908336a0cb16e4d81c143a83c22b8f3c908643ca9be080f3d5

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp314-abi3-android_21_arm64_v8a.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp314-abi3-android_21_arm64_v8a.whl
Algorithm Hash digest
SHA256 08363546453674bed359279a160983eb0277626fdf7a6ef56af74b4d123c7e08
MD5 16142ee28e58b72e4285b80d63ad514f
BLAKE2b-256 a06b15483895b9b4669620c3026c97ddcbdc1a02cc3f4e4176b6a9c74be5b4c1

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: wreq-0.10.1-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 5e478eda7142d9b849e03c21950de766d09f07a0dbb444cada660e587702a3c4
MD5 49abec15bd987c57e1c9423a8a804d62
BLAKE2b-256 5e269c3c6e21143d49e9390ce3ba1eb32b81dd89bb07826aa49dd7c61ce0fed1

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: wreq-0.10.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e7b73cc8cc3af924f60643af29a92b10ce92307c43dc5c19fa39d18295379a06
MD5 f8c9255887745edf9902acda7c39cc5f
BLAKE2b-256 faa8a263d047c9e8fa94bcf929583befe1998f592e4e3d6acd851b4d4314b863

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-win32.whl.

File metadata

  • Download URL: wreq-0.10.1-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 aa5a08b02190f8a6071655c02b4b08dbb81602c3d39b100df408c5e149e734b8
MD5 5243c9685ab891048139c65aeddfffb0
BLAKE2b-256 6341468acb475600ebb2089bb128ef6251ec8e5c074339e439fa689104283c29

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7ea8568cbf902e64f32cb8219f452d4e26cc25519692b76c3b2931c9228ee08
MD5 9b26a9d0b9acb354615a13482651d5d3
BLAKE2b-256 9ba17bbd0d582fca10db9c4ac9dcbbc33fcf1901c8d9fb427e7aaf73ff3dbac4

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99c41da43b312b935e09e8372a444ed754322b2060d864b89860fc835eb5eeb1
MD5 f0edd2c99526fbb7db616e94014c628c
BLAKE2b-256 21989c8873bb008866fe15631d733aa93e6bd4fffedf7b82f62824b502997b9c

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b488f5197fcecfa403cb378c46aebdd43da048695edd5441a96dabcd3070ab18
MD5 f41cfb25becb9313741f24c838986b41
BLAKE2b-256 77b12372624d98370c3f46857f0310889cedc258589489865a417c6c81e28e2d

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b07f158fa65013c5bddeb67ac2d9a43a78bcb5c03532515e8cad1c32079ec51c
MD5 f79fd3dc3d5b281b7971c64b38c2230f
BLAKE2b-256 bc7e0bb8558bff14641bdf8a8d8f2a134873a1c4f73e2ce6eeb73ba750e72136

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 2c43d10beaa87e648436232245fdd3794646bb105a81a045b81b1f1eeb55f124
MD5 55544baf22b9f00cf148e432b9a8429c
BLAKE2b-256 f9347db999ab428c9ee4be29d5284dacc9e5f85617912790e5dcb76945f23245

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 7d94d4297a3f8532428c23cfc95637bca6eedb556937f895998d3f8cab74d7bc
MD5 be8747925b2a6394ba777d3f73cf1c3c
BLAKE2b-256 d05fa427e7ad8852f2487796380186187d46f1911efe07429dce6781ec3593fb

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4e33fca83741483dc422339d572497f024f13c9739b09f3ff23f2e09d0cc6a4b
MD5 bab7c9aca3a9255b2c218cc9ba3c239a
BLAKE2b-256 0384b124a64e05644f376177250a4df3ca531ce6d521258022f11ea8e1d6d2d7

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f89f4482d107977e28afbcfc7b0bade260f938beda76943cd0550c911b0566fe
MD5 6c34e9a2dae54e45952a414c8b0ae114
BLAKE2b-256 b8180b4ab1b7d96838b933ea2a13eeddf349d684cd8e1637e0e4b662317a210d

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 131c1e47c056730ef05bb731c8eba8de0bdf83ac72536ba1df22468ca623c3fe
MD5 9ed6c0b55b48d008a6efebbe85bd28e6
BLAKE2b-256 8759ece8ebe02306d142a9687d45ccc3507095bbafbc46d5c1703fa446101953

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86ccd284295d617e24fb9d90a300de3cbdc20543f620da80e4595a6ac5d8126c
MD5 435bdec1702f7f10f7241a97ae99375c
BLAKE2b-256 6bcd7ee4bcc4dd599e9fa37d1421f8dcb538177e2cfac2ee295f0c3fb820fecb

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-win_arm64.whl.

File metadata

  • Download URL: wreq-0.10.1-cp311-abi3-win_arm64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11+, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp311-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 1bfdb278ba57da3b0dd2d907cac57c95f601e12a8f129d461ceeb85b1371a919
MD5 adec44c17a13dc816775fd2eac516d03
BLAKE2b-256 7acebb1783d7578a68b393c40b984af26df6b0ed169bd3d22309047e2dae79a8

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: wreq-0.10.1-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 c1189620249a9f93ebec0864f4408bfd294995d5129211049335c4624b32e0e6
MD5 5e21c741d32052c598403c9321565429
BLAKE2b-256 2f6e2879ed6bbe171aa0789bd7f3a1cb0f6e0545edad8faf94e517568474cfc2

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-win32.whl.

File metadata

  • Download URL: wreq-0.10.1-cp311-abi3-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for wreq-0.10.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 8d21a73f21d127fe65f6817c1cce59ea74c516dde4f3ba3e1650678881ed3e74
MD5 f66dd331a8d5d5c470950e11539abb19
BLAKE2b-256 332f084c3382bccc9f29f5bab05d1adb9cc8bbcb9a425d30e91d67884b470eb9

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b632b85f967b4ec792e721be288adefd93b4105199984a349143077c58fb2a7a
MD5 863439e847b02c77924cd6c24e4a2871
BLAKE2b-256 2f1bdca1251924b4626d32e6a547498db23fba2964d2c5ef3bd7f095b299f291

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce7fb087ae642b2b4e7561ec6db9ba2a3ebc1334b2c80f49992abdd9d5f2e9e2
MD5 31128af55bf5ad6305cdd8f39a8231b4
BLAKE2b-256 84ed073c69ee34c3232a32e0cb43ae66621d3760f3a6b0841931a3e71405c5ad

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b898c827a41ef8d264c3e83ef08d693be22aba59d2dcfb3e1e4cf7d865604e5b
MD5 d2e67a56e689e1a64ed97d6a1216662e
BLAKE2b-256 2addcc876bde87682048bdbfeaa1b146300c4b2134e4f4f048c308b9c6834f8b

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b5b0368d7fbbdd03514bb159906cf84f2f2a2812ae7c710cfda2e97c722ab4a
MD5 3a5225cd6050f57d58982d2839d2a6bf
BLAKE2b-256 5ef46abfa5e55b8a8d8076ff96b46953a3efefe0293b3d876e42bc4f75cb6b37

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 4384a3f5763482284aa18855921e7318d734e1f0717dc93a09bf943533b2ac99
MD5 d14d6b633a8cda8610c01783de18c982
BLAKE2b-256 331fc2907606ad39e75728e665d5be70f41091a52fb53d6809542460e04f1680

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-manylinux_2_34_armv7l.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 baf57f8efe9da57109649e1f26310515fbba0619a4177e3c7d0a23b8a357309f
MD5 ca3294a55edecb13e2f6e6bc52100620
BLAKE2b-256 d4a74dbce47f3d276d6c8f6bbe67acf4d1bf294c1d29518ca5d8185268286ba0

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a8b12a02402b4d9c7e3817b4d28f83a514559df9a286f7d4d7cb99bf72d68518
MD5 8646980c68d35a3aeae2000df2e80c2c
BLAKE2b-256 35e9dbb8044a5bebab16643daaa72c7df54e34678689504d1ec93b6aed9ca956

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f81b3addb32375ab4b85b78bc5b5d98909fa307f53a3e598b4f0756da97859b
MD5 e9fb3a474fce9b7f51a67eb5b3918f78
BLAKE2b-256 22b04e9fa6fa379ffa427b304cf7e52c0fd7eb040f1b0c92bbac0df859ee87ad

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 145196b9ee79f909be3a002cf596d2ec84fa05732c95e07c455459bf2e0c11d9
MD5 253aa1ef1999c06adad66d8735db2641
BLAKE2b-256 847b04f52bbea8db927e25bc7d2c57e7ee78698a72ea6ba128adb6225d202348

See more details on using hashes here.

File details

Details for the file wreq-0.10.1-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for wreq-0.10.1-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 320ee91230db8bcf22f12f11e10b8b5e76b6a57652884d9dbddc83eb7e43ac57
MD5 b52a6268b4a10347d40125125a7d8afe
BLAKE2b-256 f6d6c911a276f31ba5d5c1dec9c7b36d4ce53e0ad98411343043948f79c6ddea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page