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.2.tar.gz (196.8 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.2-cp314-cp314t-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ i686

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

wreq-0.10.2-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.2-cp314-cp314t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

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

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

Uploaded Android API level 21+ ARM64 v8aCPython 3.14+

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ i686

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

wreq-0.10.2-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.2-cp313-cp313t-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.12+ x86-64

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

Uploaded CPython 3.11+Windows ARM64

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

Uploaded CPython 3.11+Windows x86-64

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

Uploaded CPython 3.11+Windows x86

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

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ i686

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARMv7l

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

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

wreq-0.10.2-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.2-cp311-abi3-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

wreq-0.10.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for wreq-0.10.2.tar.gz
Algorithm Hash digest
SHA256 6cbc4f75336e48e59f98b6d49440385c31bdcfa3442bfa7ad2c5f844ffebab91
MD5 32efef7723d9c8d90147f5d5b753efea
BLAKE2b-256 a93b891fc8891a3ffb9a2133516df5ab7d397d4b1c6b5aa28954487852975a29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 deea54f04c3acdcccadd61e21cc714dd8ff16fb64905f86d02e5bc3ffc870849
MD5 bd57c4cc8408a21f2168ac2d11880b39
BLAKE2b-256 045ccdad2812e2f573768c958e04f481092fbf5b8cfaddc7748dd315ee79dad8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3a868990b73a2c1cc67525d19bd1f314879a6aa295b4b26ada45208c63499d0e
MD5 e5210def77d5c51cc1ef65fddce688b1
BLAKE2b-256 01b6a9ec6a44d4fcd287d8e820d40b4a6a15c4938e998d00c15b9a6c87c13d95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 cc288ac746621bf33a8d7af2f423ca29acb564f4dd1200fc74708531014a9d9e
MD5 2a99564677b8b30a4ac35b6126928122
BLAKE2b-256 ae09a27bfdcd5aa14f6c82e3ed85e7eecf7fdf91f6b54cb88dddb8500309cc25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd2ca75cef7482f0308df57e36f2054210cd7bd0e46ecc9ff11ff7bff489fc9e
MD5 6d1357f792b6082d8dfc1d38ff4ef167
BLAKE2b-256 ed7e572ea792035630b74dbdf5881d028e92db5a77cd4348e720e13c67c41491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 11c9de94801808b1fc40400edb011402162884b0017d6ffd8eaaa67406588ac3
MD5 aece32801f3119b39b833925de669110
BLAKE2b-256 59444db2b7093d0d4149c6d4039658082face0332e00ba9c303f3c48a0d4c769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d556c1777b5737a772d35335f9a64fe4c71b9eba88607cdb0fb4717a7ef6e49b
MD5 d62ab9e615a5c3a10fecdd54e851c413
BLAKE2b-256 b541be6021b3b2deab6d4f018027a287e053a26b9c074131c27f36a8caabbdb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f70d1a8a71c5c474dd0cfe62843bc73a2c8d9f36e5d0f3acc4530b9a75119d14
MD5 96a93a6a66c2e3c6d022cf9802221250
BLAKE2b-256 fb3e7ef32cf73929aecffd6774f67c775168499e78349a15ac00cf452ec55fa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 2159587e19ea58bd878af58e233bad7820130885707fd11a62f5c5a4d0167a20
MD5 4db2c7dcdcfb7a2300a578fc1bbed045
BLAKE2b-256 abacc357a820ceb2b3d9cd47778c1bc70a2abb07bb431debf01270c12e103bc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 be8ce024adf867711dbe4e79ea53cb90ba333bb7e72849c8d05ff3a8c584e540
MD5 10a3fe046bd704347e1e4cdc949a5946
BLAKE2b-256 f350d9160ac6e8bc6276f10153a69e9bbf0914b4ca57b9cb5b3f527c68d4423c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 60eef20fcdb3600f44c4afe4b1816bb8247adf32f207b3eebe5b7af77098bed4
MD5 4912fe06cfc664cbfd516b4a4e59f863
BLAKE2b-256 f6ec218ba124c843a6fd7cc3ddd812dc75751643e03116eaa5a22e937212c4be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f79a361d4b83dfeccbe1f15d7b279ec5128b76bad565cd35bf51666690a845d
MD5 59066e46202c2a0136dd759d6af30b7a
BLAKE2b-256 28289c2124647419431451d064fde7f14abbb2f972a8d95b64489a7ebf1b1eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3acc0d6e32a56b2d63928d8dd51313b91d911c8263822dea5c08733bbfe592a
MD5 babb3f253e44b6414f2680e8f2e69094
BLAKE2b-256 f2d37255ba67424424c9b80f1bdeca327647f27ab854e6e249a20b4203c16987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d3d6dcb9b03d1f8ce2c84eb939e570f4f81eecc3272094902dd260060a4ab262
MD5 cdd64d1dd5b3ca9b99fc29ad621c4dbb
BLAKE2b-256 2165637f2fb1902ea04cd0bda40fe90164e4cc5027efd681dd57e394d91b841a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-abi3-android_21_x86_64.whl
Algorithm Hash digest
SHA256 1771894a20f64f2395cefe573eaa056ad7d434b13aaa3e3fff41c76b9746ca50
MD5 330a0c05c44e12b8ac04b4f6e62e2be6
BLAKE2b-256 687d7e716cd27a3e81b33f0d0c5c8b4d2276c2b9b293e8fc0a01fefa2cccc6f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp314-abi3-android_21_arm64_v8a.whl
Algorithm Hash digest
SHA256 f38d1af8f95e45973fa263cd1c3cab00bddf1b22e78b93837ae60cde58fba290
MD5 fdec63ce3e697c33bbd2dbbb21f14342
BLAKE2b-256 88bf0cd977b086727df2c582eeb5d7951256da2bdbc393de89ef1bd667626434

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 7cae4e2a3eea4807d362c6c5bd9bc18a691fc6cbac44caabcd421fb898fc05a4
MD5 2c6daac92bab907ed356a918c851ea5f
BLAKE2b-256 967a218d3f1f1c2c898269d90ebb4aa5f86640d30a0eda268f3f69ae0738cfd1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 078e19f6b1ca851dfe66c6269dd3c884c68058e90b65a88d3cec9a53058b495c
MD5 955ceb9b0328d0b71e8e79d8dca7dc0c
BLAKE2b-256 92195b9b235cb554c292ade33ceff8d6ff0259e315655d74a48e7433ede4d7aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 4ef5c1431edcc234d21a05b3294688416199404db063ef38a37132b37831d32b
MD5 6c34960cefe78ca67e7a84c2ab3cb7f7
BLAKE2b-256 5325035d0c118b48156196ff9aa4d5eed2fb9f31598795801e7ebf7badf4b42a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ba29485b9a25d3b09c6cff716557781f905e0fadfd8d32bb1fb47584c26ebeb
MD5 c7a96c389a7cd2adfb41b393c8deb826
BLAKE2b-256 c5593b7327bc658cee112edcb15eebde59465e6bbba6b81200588486a3e0f04f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78de0debfafc55302fcfe1050ae93a3ec2d93473bd145c8735499debff584330
MD5 3c571763fafa7288f51a005c554f6e8d
BLAKE2b-256 1f383cf97b9cd71d150940d91476a3639d84a3506a709512a18fbd4eed54e609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0498fd63f49de32c44b78a2bb4276555595216a220f1701d3d572fc9b93b251b
MD5 7f644b8d3494aeac4783b2d3e322ef79
BLAKE2b-256 603dbe8c35820fe8c63a1c39ade8c77a37e3f595f3a7c69f141d2fa5206eb5b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41be46d64719199436dd8708f1a8af9ff773431e84dcffc7ad4e8cfd3e7ca531
MD5 590b9169d7a60c0b8e9dde6818864867
BLAKE2b-256 113ea15c17b0f0210f7469f6d6c87a0d12323f7e474ba30eaf26a33cddc8f07a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 3961efd561c63ebcd660c87479b60d413062e7f700800d8870c0d7e9d27c3e65
MD5 ea6a105d150d08ac6586d5138c085259
BLAKE2b-256 0822b263fd84735a06a7e93fbaa4adcf683ab373c3c0fa83b609084fcf0a66fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 fee985ab9cb8ad8e9803c7249254b84759b437aa7fe60f5501af088c046a67eb
MD5 f25002376507d919867a529e8b9464ec
BLAKE2b-256 2fd79c2472f8111bef73be9ad578856b1561226f9380fc40e47abebc1a9f0a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 11ee1c654a93252d8593f2bfe0093fbdcdf697475a28a488c2e56372e5f300ae
MD5 220aa1d99fab215c7110995934fcf3e8
BLAKE2b-256 3f5eeb26e3878e589e25ffde5d1d0cb38259689065d1ae8b4fe89289d92a2042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c887bd9711bb5cdc5a20926e90f223d6e40e7319ddc47c38e7a4a192eaa25d9
MD5 2c5abb3f741fa16731826b347d6f1282
BLAKE2b-256 0213a66d4fe6535d3c9a45b55ab904655852d9586d87e169eb56a09bb7c89887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6393a66f8885fbfa52a040bc6a7924873cc5f7fd153b4efc3ade64751251b591
MD5 f5f1436c2324fd3d371b3263b6f16093
BLAKE2b-256 70c048a828fe06f0b674e6e3488eab5fd101e5a51fc5320f5a5bf53adab73ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bc7e905c26174f3f020abf142073c4afc3dc81d7fb0abf90d0ccb80d511be951
MD5 0a8639f650c9f8f5d38e88922989fe43
BLAKE2b-256 5e1b7a3d19351ce994995cd135074ed129837649b8bc9da4952d8032a608393a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp311-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 54c2aa697a492d1b5fb626f1c2d41b0ddd353154c2737f0b82330a1d651c0413
MD5 d648d34511ce26080de6552ba1a044d9
BLAKE2b-256 c2c5cb745866a12e854c6b140ba8ad3fb4f83cc2e5710c9c64b2cdf2b1613886

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2584d4f15b1f80c009b818a7168004b40a038ada933f71c46006e763901d8f80
MD5 ab5934b3c73127c709fab0e2f05d6a5e
BLAKE2b-256 1ecfe7b79d882747d6ae371df6fb9853cde14d47633a73d7a1c7f1618391d347

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.10.2-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.2-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 c9bb0c3548e4449908dea8084993d04371e360884eb8f68e43b87fbf959004ee
MD5 a54bf706e3c32e6db6cff9d775954e79
BLAKE2b-256 9afddba13f90673774f018fb841f804cf63cdb8c1e8436549344bf62b06d2fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ae31bd45fa6b3f50ac4c9e227c590dff1f857362bbe93687d9ab5a567e32849
MD5 9885e494a35f440b46341f28b82db4de
BLAKE2b-256 4eb801fb5234b063a5cccbf83a970fd9bc9e8fd2d3bdf5bb8c944486b581a29e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 36dd91fa088f1e9d8c419ad53706bc274d00ded92e0c7f56d675ded064938d60
MD5 c3f8808ebb4150614212b5719c6edfbe
BLAKE2b-256 3e92af1c6f407521bcdc9c58dc735bf4d969b23ee15041129b2e16b0d8a95f7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 adaa287e1e478ba7fbcf0e4556bb65c410006808a3a181412836acc025c62946
MD5 7cedb6a2f1bbecf24d576a36b44082b9
BLAKE2b-256 c7f4a653d6eb1b10dea5045d1f6ccb11131baac73c666c9cd0492d107118ec1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6370b57ccd940faeaf6a6faa3677a92ba9af69214add00f7e26500e23af01088
MD5 88f7de76f996558d6ceb54b1a721d7f5
BLAKE2b-256 3c299c5acae4bbf67e33eae42734ff177a6bcdb8e0ee4807f05b20155ad8d8e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 66e870869b1f0f9ab5f0dddee7e3b6068805c3461b945dc422cbb0dadf225301
MD5 906d75acfec9e171f62d6b6f12dcc834
BLAKE2b-256 a50ce8dc5dcf96624dfbf9951a588b68622154b5d7fbb470ef0c7809dac4a3ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 11e4745e0a96505678751ddd4381f2ed154c289cc83ed3f44355013f379f8726
MD5 67c322306c2e4d2b21b49d32162fc971
BLAKE2b-256 2306ca5c70d16edf4673e86c0479ca3ba13c7356a93db2436a28c98b13df2286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 59c521bbf6661f0fc7b781dfe1460be6e363b6482dbb35ef48cdc4966ccba1bb
MD5 6eb8a62140dca502cab8c790057481c3
BLAKE2b-256 39d8cba50e56bbd711b51ebf435125754cd19c521f3b605d74382c95c65aca94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 025684aea38f28b8bc5b8314a0479665dfa4a4bea289d01682fea0eeb75fe895
MD5 7e6b2405ca0ee947b60b5cec72a3c0b3
BLAKE2b-256 5ee984f61da438a0efd227beea05cdc964cbf98f4bfc7af2b85eeaf55f319586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a9f18e3a9e13f255022913d20bcb7ad35cd673fe601cc19cf26465456f1bbc2
MD5 a183dd438285c5f71fe244015acd6bab
BLAKE2b-256 f3c6166b2f3cd75e27f8be0c9048e09a5cff2cb750ec6d0da3421f9096ca084c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wreq-0.10.2-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50f400507ae8f82aa214b5d2a107f29c13c8b9bdb715f45dbaa6dd79c1a4f3fd
MD5 2cec65b89213c99402e280288f8a5060
BLAKE2b-256 8002faf82d453492ac3f0d1978459dbcf0ba16d47c0dc82b023c05f54677ce62

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