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.0.tar.gz (195.0 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.0-cp314-cp314t-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

wreq-0.10.0-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.0-cp314-cp314t-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ i686

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

wreq-0.10.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

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

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

Uploaded Android API level 21+ ARM64 v8aCPython 3.14+

wreq-0.10.0-cp313-cp313t-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

wreq-0.10.0-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.0-cp313-cp313t-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ i686

wreq-0.10.0-cp313-cp313t-manylinux_2_34_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

wreq-0.10.0-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.0-cp313-cp313t-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.12+ x86-64

wreq-0.10.0-cp311-abi3-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.11+Windows ARM64

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

Uploaded CPython 3.11+Windows x86-64

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

Uploaded CPython 3.11+Windows x86

wreq-0.10.0-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.0-cp311-abi3-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ i686

wreq-0.10.0-cp311-abi3-manylinux_2_34_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARMv7l

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

wreq-0.10.0-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.0-cp311-abi3-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

wreq-0.10.0-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.0.tar.gz.

File metadata

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

File hashes

Hashes for wreq-0.10.0.tar.gz
Algorithm Hash digest
SHA256 61051607864a914b88e40fddb1b979f65b7134c03850f8638d18c1c476ea9d4a
MD5 78e896e9950d2f3098462ae019838151
BLAKE2b-256 a0798becdf6b26d0e68bd3be087a066ddd3420a1fbf1f384ec622d883208a4a1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0ff770aeef3f6ed53b703463264e50b0deccd480755f2181cf96063f9e326714
MD5 d7c53fb7fa98763d9932fc0b0f187da7
BLAKE2b-256 7b958dae5346a1d2d6f3ea55e48d5afb296ff6a94462065ce9fe7e71de3dba46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.0-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.10.2

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a202cade0e0fab509ff850d069fac26e0df0b267300889df83de8e1218603a9f
MD5 d04fd5ea55c33c1ae16a4c53bac332ed
BLAKE2b-256 760b55145f3cfe5b36a4278fe88f184b54677941f042689c63fc342652b5a655

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.0-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.10.2

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 86fde9356c24a180db734c9ef83e7ce006c2b9464ab2c1abb6d1110f1d0e97a5
MD5 2ba8ad373d9adb9ff76315e350090d9b
BLAKE2b-256 1382028dcb89382236c132b153d1475556e90e87fb4650a6a6ba58c583fc8f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb99ae6d9f935c9542ca95bbf267c05fd9b2bbcaa8a3b3cf71c56d6f87639dc4
MD5 0dd5559aed68bab3fe4a48d1eb6d4038
BLAKE2b-256 d775967cc8f6e66787e001800207d5000fec8c994a229c19c98d15cb43b9cdcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 506c5a233e5f44a0d5a25a1b5ecc170a46d0dae28ae4781e41377f886783743c
MD5 6cb02f799bca87d0ad71a8e81f2ea971
BLAKE2b-256 777a49b42c86e1736063f8a4cd92b5ba84a474045281043651c2c3131675c66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2959927000622213613a56c7e3ca486677b1489b5b671e882033358b11b9561
MD5 88083a6303bd8bf3fb6913406e8f222b
BLAKE2b-256 db25fd30418b8b022d2cd866bef80ba74eaef350d8266a40e73dfeeb40996b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a0f715259f9577d0fa9b67180bf4b18e06b82406d293d6f0dd155248f164d2a
MD5 c6263d9f64e6b4bd373c55ef922c18dc
BLAKE2b-256 5723def9c9783c5f387ae14eba56c44a6c0ec9f57266e2709e04bfbcfa59d34c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 47da4b10e5b0a5dfcc0844ad4f69af5efa66ba1fa0d10b3c99c59476aef5f917
MD5 41dc2ea17f6b4266a33271a16c94fc1d
BLAKE2b-256 bc250f3f1a7fdc6663ee9f83182a5cc6fd6d034668175dd89f3b38a63a016705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 d8e269a0b893214352692f176a44ae720d7638fd2b20c7cdcc1bf7f135acb0b1
MD5 b4b827cc03356e676edff50601801f2c
BLAKE2b-256 1fe94b9d091e7360d00f18126eef77dc96fdc8a5cf08de77ec0eb97008dfe832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 abaa72d6a0c4e96393a3507a1397954b92d8b56a333215e955580a180add2c3e
MD5 47feb8081fbeadab800b6ed526a13767
BLAKE2b-256 71f92deee2d59924918ed014e257b3461bdee671fa7fa4e46b471a9cfe1910b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b97e4c485c38092ea1bcfd3d77873b44b4d7006cf9b5417e0a0a37175972d80f
MD5 0498d3d3521b474743208c66c3bdc431
BLAKE2b-256 7ba1bbcd256a4dd8dc0193e5f6803cdcc765a6fc079567192f71b1f87096566c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 355099dde89bdafaa23ef1fdc7b10f1e245235bfb7c80e8a57b41c2b146ae6a8
MD5 5a5a014a98f2c9d116ce2485b587bbfc
BLAKE2b-256 0b2fa3eeb1ff03ccf165c392d27169f27ec2acafa19eb8348027b4621c45ec08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b8663fda01ab64c7a62e377d7205ed2157f787e0ee07ecdbee72653bac80fb7
MD5 76f922fce8cdbe23dff4423864830df1
BLAKE2b-256 498af9893f4e23c9d1c3672a5fb82c87f9d754204bd5d1105b41c532af7bd45d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-abi3-android_21_x86_64.whl
Algorithm Hash digest
SHA256 069c41ed9df5494883f824f13fc50d613e19f761bc9a39f8cb8047fb749ca1f3
MD5 28adfbadff3f7a73e526a61fb446448b
BLAKE2b-256 c6582eb10026eae3094d37ff2e8fd594e089cb0d6016e36739ac2f7954070b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp314-abi3-android_21_arm64_v8a.whl
Algorithm Hash digest
SHA256 5d67075c0dd1d3f5496a20e92adb652d0ea539b8c5bcb9b843c02b30364119e4
MD5 d27eb87f2050a4f9fd87d3b830e5277d
BLAKE2b-256 2836c1bc7baba24df05702c21757e3bdc92d698160bf306125b9e337d4950480

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 2b5604714c78e280c45e0e86ad699107d38f513640a7cfa4973cb6f0f7cd7a79
MD5 1621b134b40d33a81e59b5d9c435a21b
BLAKE2b-256 73f8fb90b275519d93a9950e95702e61fdc5ce77385c926e57374c12733ceedc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.0-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.10.2

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 8dc518177467969fe881313e6b97844a7c4b094493f6ffbe508250df47da9f6c
MD5 fbdae72ff82ac183d8cec081b8b494f4
BLAKE2b-256 5796c731ed6b1432210fcf2451d2f8f53d23acf6d69f2de3dcea74a522390651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.0-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.10.2

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 e0f765aeae08d52be778303af03a48151c169d162ce88413b7f8c00c13b83d03
MD5 6698dc472a6b565545dbfd7ff3904e15
BLAKE2b-256 feed5864807252c902f0c7a77cda0ffe44068812f9d89010f6b7fb60ab8bda55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db5328637612e479590831aff7c0d8427661f756b9c6f170b8ef6773dd691d9a
MD5 bceacc94c3eb4a03248d6c88db78fb8f
BLAKE2b-256 29c0b3e05f22af73f70bc81655444916444dba6619c3a06abf753b2560e650a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ff9893b65c96ad972024ecd9cc14ad5a2c94ec060455da038646ba00e619629
MD5 fdb51a126648befc276d249f10437b71
BLAKE2b-256 4716945b311308e891b14cf7817afa25ef77a59edc1790ab21cbe7b97f38b1a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2a6a9524b68a962e94f8fa7ea6ad207e7829ef6ffa145e1728bc3a0589a776c
MD5 3ad74dc702eac644a7e9f10aa98a2aea
BLAKE2b-256 9e4e3098589bbe62d3b727a4d5271bcbb5c172c85e3ec9f496030f65980e9486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53a44e69bfc11f86847c141a06983725875e5b6dbeb48055c3b3e67f59fd6bd7
MD5 d2729354b3ba024b2048e825cf172360
BLAKE2b-256 f7939916847d6602bb1fc8f641671fd77794014acdf7b577651b72b4f265bcfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 b9b0b77c260efe9251b397df1c0bc7c2adbbed9977146dca44cbb7d7cee966c1
MD5 5f07ff97342feeb693f26823556ab368
BLAKE2b-256 850070640e7b4a95762f60a7eacf433981bc2df486cb5d6400404eb3ec599aca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 a14129bfc67df494e9512adedd7c47d521ca29f18f41de27bd4113b7381293e9
MD5 8b6c1c8a15017aff48a3656d96597d61
BLAKE2b-256 9c38958ee915778da695df85bc2db952a46f6ed807f06dbb0ff55b7c22d23361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6024707a7dbc949e0fd85c38d36faa2f7ded11af919886db0da21bc56b0694a2
MD5 f67f928e50f1a77f7315af284f5e9367
BLAKE2b-256 cb99b0aa2b5d27f15777a3b7671f32143584c59c7071e932987ac42d6d934e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f0e95b029ccc6ee8574ec78875b05d37e3d16a533c902f6928da470ab4816aa
MD5 1cdae983a2864e6af06f48b6cb9b9966
BLAKE2b-256 57112d75225f939bce01c9f10fd98a6007f4365e5d08adc7e68412559b6ffc6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a422645e92ee15936e1ea8eafbd757ce03dcb7938fa24e29b80dc7a2be5a54c
MD5 ddcd33cfea92338cc79ade1f368ec47e
BLAKE2b-256 377fe51b71e64432bbbaea4a5dcea055bf34cb56ac6c34a913da2d8ecdeddf39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c8a4be71b59010ff8a49635a09432694b14761a9841cc7f4cd09662e21f0ef0
MD5 efa531bc8766aaa97ce91ee04ac56707
BLAKE2b-256 3f713ed92d7101e4b7c6c28ecb31b29ef1e1e3d46798e9b541298413ff2cf032

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for wreq-0.10.0-cp311-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 30d8fa055c79f1acd500102d8b296d771f7fb433163b0bae04d6f4e7ed53a752
MD5 5adde0f6e6c01fb0824207e9036a30f7
BLAKE2b-256 cab6a1087453496e6ff834989485768e286647ebb3e969ef5870bfe82eb8df91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.0-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.10.2

File hashes

Hashes for wreq-0.10.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 daae0de8f3048c45d93e4396aa45ae4967b66b7d6db7bbf9f69446c1f014724c
MD5 cd3a65cadfb19853899d07b7f1cba6f4
BLAKE2b-256 2717e71a1fc7ef8be2beab67b62bb5d858d8ed6e35fd9cb96ee9f2e81a541ab7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.0-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.10.2

File hashes

Hashes for wreq-0.10.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 d02cd70d1a5b3f8fc748fecaad9172bcb61b291d58cc4b74105cff5cb4b3aa89
MD5 0ab70cc03d8408ebc4e58c64513721c5
BLAKE2b-256 0d41c5eccef4ef9afddf567dcc1bb4972f48e676ee57539d5aad06c81e061d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10a50a8fddfe21eae0c5c3e8a8adb5948ce6d98e1a5071aa18f7ab246bbf69eb
MD5 0a9872ade826bd31875cbc6b397bffa5
BLAKE2b-256 5fb2fc159757389112bb5d18d87f856b8847afe2b3b33066b9c18126f8444c0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cfbde54aa2feb3c39b7e00ede466c6a8fe81645d66f96cd0b23879674e551a31
MD5 e38ff3b39914b86497fa2575c327dcd4
BLAKE2b-256 152e514c381400e04f3692ece7db96cbdec9d8a088f35967ab99a2fa932f5ef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 765ef507851229c994f303fa5f1c49aea943791fd7a5168c68c402d493b0ccaf
MD5 9a8d93d3817ddeb53825bb8d2fc2a742
BLAKE2b-256 a472fb713f9680bbe08833bd113b953b678c7f73a2c66c1be761a5b32f72deae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05e9a3e0f650b45e8e600b328c8a0b5b93bfb7672a21a4993584d11582a8ccda
MD5 fa171855bca82455e1c3fb7e4e05767a
BLAKE2b-256 c6180f84096886fe09f955dc75e94802e47d145460e3544e81e299cb6648ba52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 71f9b0663a77e33ae6da23a261d4d09c113187b98c40e51284ad3ccddd1ce01b
MD5 975b27802e76959db1f405706cfbb812
BLAKE2b-256 9a8f59b6bb8e3e01b372a71b5b33497c6d8142b1846aea4554e3a0462c2d5eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 3dc7092ca60f3029c6aae6a34619489113bc2910cc22afa90d75a7ee02c3a58c
MD5 889ead21ded2b7c328ead28d062cc111
BLAKE2b-256 7ac55cc371ed40ba0d1583dc4602b283e86527579c8501f6cac0702e0039158f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0fdba24b12f8500a6323373ef96cd5f5b12a819bc24cf25d771a081dc60fc5c4
MD5 b3f9e3b9bf1ea426e0ba7677881e52a5
BLAKE2b-256 2a11b60c781bdd64aac236f91400f6fcbd3e71967f3e3176a416020398fd0a8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 346c10fb2793a74c3e8ce78d7ef167638fb780db4e53e39539aa29d328d3ac0c
MD5 ca8d5a42dc7bf6df3587dc603745d78a
BLAKE2b-256 de879ce96072e0ea75ab43a6718972e1e1e1aec3b7ec581b49ec55fcf81de3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6723f29b5e78cf2771ba7fdf52550a78ce3aa590c052e7755df4ee5a5da41edf
MD5 f0db023a630f7dcdd46ca2d455c4a020
BLAKE2b-256 d57c0f7e435b3e5278a1bb46bc7b3f94456df1ad6eca29c9ac38e2720c19fa6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.0-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d91fdf9ccfe38cf451080819ffadc76f5a48b39b50c62cd919fea46e7da507a1
MD5 a1e41d03cc29d8bd8a2595ad1ee31eac
BLAKE2b-256 1d75608cf1681baacf28b035205f966736c59c0165c18b7ebacac73ec9b16567

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