Skip to main content

wreq

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 high-fidelity protocol matching, featuring customizable TLS, JA3/JA4, and HTTP/2 signature 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.Chrome153)

    # Use the API you're already familiar with
    resp = await client.get("https://pingly.us.kg/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 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.

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 according to our benchmark suite driven by pyperf, though results are for reference only as they vary by environment.

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

NodeMaven

NodeMaven is the most efficient proxy provider for web scraping and automation, with the highest-quality IPs on the market.

Why NodeMaven?

ZIP Targeting • 99.9% Uptime • IP Filtering (Every Proxy Has a Fraud Score Below 97%) • No KYC

Unique free tools include the Proxy Bandwidth Checker, Meta Tag Checker, IP Lookup, and more.

Special discounts for wreq-python users: WREQ35 gives 35% off mobile and residential proxies • WREQ40 gives 40% off ISP (static) proxies

Dashboard | Docs | LinkedIn


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 Rotation • Bypass Anti-bot Solutions • Seamless Web Scraping

Dashboard | Docs | Linkedin


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.

ReCaptcha • FunCaptcha • CloudFlare • Akamai • AkamaiSbsd • HCaptcha

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


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

Akamai • DataDome • Kasada • Incapsula

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

Dashboard | Docs | Discord

Release files for wreq 0.12.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for wreq 0.12.2
File Size Uploaded
wreq-0.12.2.tar.gz 204.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for wreq 0.12.2
File
wreq-0.12.2-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
wreq-0.12.2-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
wreq-0.12.2-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
wreq-0.12.2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
wreq-0.12.2-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
wreq-0.12.2-cp314-cp314t-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l Details
wreq-0.12.2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
wreq-0.12.2-cp314-cp314t-manylinux_2_38_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.38+ x86-32 Details
wreq-0.12.2-cp314-cp314t-manylinux_2_34_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARMv7l Details
wreq-0.12.2-cp314-cp314t-manylinux_2_34_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARM64 Details
wreq-0.12.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
wreq-0.12.2-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
wreq-0.12.2-cp314-cp314t-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.12+ x86-64 Details
wreq-0.12.2-cp314-abi3-android_24_x86_64.whl CPython 3.14 abi3 Android API level 24+ x86-64 Details
wreq-0.12.2-cp314-abi3-android_24_arm64_v8a.whl CPython 3.14 abi3 Android API level 24+ ARM64 v8a Details
wreq-0.12.2-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
wreq-0.12.2-cp311-abi3-win_amd64.whl CPython 3.11 abi3 Windows x86-64 Details
wreq-0.12.2-cp311-abi3-win32.whl CPython 3.11 abi3 Windows x86-32 Details
wreq-0.12.2-cp311-abi3-musllinux_1_2_x86_64.whl CPython 3.11 abi3 Linux musl 1.2+ x86-64 Details
wreq-0.12.2-cp311-abi3-musllinux_1_2_i686.whl CPython 3.11 abi3 Linux musl 1.2+ x86-32 Details
wreq-0.12.2-cp311-abi3-musllinux_1_2_armv7l.whl CPython 3.11 abi3 Linux musl 1.2+ ARMv7l Details
wreq-0.12.2-cp311-abi3-musllinux_1_2_aarch64.whl CPython 3.11 abi3 Linux musl 1.2+ ARM64 Details
wreq-0.12.2-cp311-abi3-manylinux_2_38_i686.whl CPython 3.11 abi3 Linux glibc 2.38+ x86-32 Details
wreq-0.12.2-cp311-abi3-manylinux_2_34_armv7l.whl CPython 3.11 abi3 Linux glibc 2.34+ ARMv7l Details
wreq-0.12.2-cp311-abi3-manylinux_2_34_aarch64.whl CPython 3.11 abi3 Linux glibc 2.34+ ARM64 Details
wreq-0.12.2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 abi3 Linux glibc 2.17+ x86-64 Details
wreq-0.12.2-cp311-abi3-macosx_11_0_arm64.whl CPython 3.11 abi3 macOS 11.0+ ARM64 Details
wreq-0.12.2-cp311-abi3-macosx_10_12_x86_64.whl CPython 3.11 abi3 macOS 10.12+ x86-64 Details

Total release size: 119.2 MB

Release files / wreq-0.12.2.tar.gz

Download URL wreq-0.12.2.tar.gz
Size 204.8 kB
Tags Source
SHA-256 checksum
How to use checksums
be7c98447d29240db669d3ed6ddb0ceb4c987b20bfb760dfe6898ac06cd13942
BLAKE2b-256 checksum
How to use checksums
bb1a578a4b7ff5c40134e4d241913495ddad5517a4fa85d8a259f9ddd2a00e99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-win_arm64.whl

Download URL wreq-0.12.2-cp314-cp314t-win_arm64.whl
Size 3.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
812aa6848a2ddc1c06ad0d661046b54a183a4b09d4d7e6ac411998cc2d94226c
BLAKE2b-256 checksum
How to use checksums
e5bb5533a8cf80682e9438d2d9a8cdec5fd090184246c7b6fd2d06e90d6f1fd1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-win_amd64.whl

Download URL wreq-0.12.2-cp314-cp314t-win_amd64.whl
Size 4.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
6defebb6bd72bc04984d301dd89176978d9d0a50cd0da3916d7334a461c40ee7
BLAKE2b-256 checksum
How to use checksums
530d966a5b350752556545e5a92ed66698b30c7c5354edece854bd948d9d86f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-win32.whl

Download URL wreq-0.12.2-cp314-cp314t-win32.whl
Size 3.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
f40a0a4336418e7c5123d61b98ab95558f53d916c7ca2f69af430b2c9e877559
BLAKE2b-256 checksum
How to use checksums
2cffc2ae7d796fd143954759b4beac9ad5f59f93dac6f3a097398ece0e513c2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL wreq-0.12.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 4.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a92098dcd38084227271d47fd70683ea3b31fc6fe248d7f9705e4c8b2a25a060
BLAKE2b-256 checksum
How to use checksums
69824592eec0e981d70f1f156ce2e77d653d61b43991983fb2a2048e1d99085b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-musllinux_1_2_i686.whl

Download URL wreq-0.12.2-cp314-cp314t-musllinux_1_2_i686.whl
Size 4.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
9f155a705f68db9ffaa47e9fba25e1f6caee9ea08f5601e214e380792a073fee
BLAKE2b-256 checksum
How to use checksums
40fd0ae1f171953e73633b8fa7c1df2e9bc160f204ed7491941883545170b6cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-musllinux_1_2_armv7l.whl

Download URL wreq-0.12.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Size 4.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
3938e228280de7870b2ec1eb3be7414d2379047b40bdbd17474e5eae0ae3581d
BLAKE2b-256 checksum
How to use checksums
cf6cbd60eb539194409725d401bf17c6530346023da2410460e7e65a5f00e2ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL wreq-0.12.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 4.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8005a659f270ec2b69de12d8fba959725ab1eb69b82ce5430ca8505859139ada
BLAKE2b-256 checksum
How to use checksums
a2a2307fedc9b8204f78106933f862115abbd0aea764ef6ea137afe4f3c16729
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-manylinux_2_38_i686.whl

Download URL wreq-0.12.2-cp314-cp314t-manylinux_2_38_i686.whl
Size 4.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.38+ x86-32
SHA-256 checksum
How to use checksums
be513a7fe7461155daef434a0c8a781589aacf03601a57dc2449d102db40f913
BLAKE2b-256 checksum
How to use checksums
ca69336d18e52c020ad7c6bd2eae11d811e82fc61a97a7d0ea3b24dcfe4f2edc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-manylinux_2_34_armv7l.whl

Download URL wreq-0.12.2-cp314-cp314t-manylinux_2_34_armv7l.whl
Size 4.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARMv7l
SHA-256 checksum
How to use checksums
7e2f9866b2d98d29025acc49dec36796a972b0539cb81ba30f0373c240748614
BLAKE2b-256 checksum
How to use checksums
3538c5f159f4bb877030429b14d0bb1e2461fbc1428bca51de0e8b493de1d7c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-manylinux_2_34_aarch64.whl

Download URL wreq-0.12.2-cp314-cp314t-manylinux_2_34_aarch64.whl
Size 4.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARM64
SHA-256 checksum
How to use checksums
e4c493dfc22628b67b40be222105cc11d1a5498526305e0f79d6feb8e8253adf
BLAKE2b-256 checksum
How to use checksums
522a36428cbce602c1ac74a499328a3b80d41040eab324029cecad031da92007
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL wreq-0.12.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
62fd24743f71fda8c26e59d4f40ebfbb6756dda12fd745e70e183f313d6a76e5
BLAKE2b-256 checksum
How to use checksums
69cf4666ef36bea70b6c9ee83a9179027d5aa0d19791ed9bd2af99cdfc98a05c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-macosx_11_0_arm64.whl

Download URL wreq-0.12.2-cp314-cp314t-macosx_11_0_arm64.whl
Size 4.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bed55aff7b492096927a3b9d5acd7deab5bcf0ec1e85dc64c379950b823871df
BLAKE2b-256 checksum
How to use checksums
94b88cbadbbe9a8ec981e6e1282c2c531058d862f0740b54c0a13875eb245085
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-cp314t-macosx_10_12_x86_64.whl

Download URL wreq-0.12.2-cp314-cp314t-macosx_10_12_x86_64.whl
Size 4.2 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
9109adc7fc213ead7f7b6adcb48c57811b4dbb58def6afab752edd81002de10a
BLAKE2b-256 checksum
How to use checksums
f30f15e40cceda51588893d3bcac76979465dc72e69febdc6f76994b27c0ffb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-abi3-android_24_x86_64.whl

Download URL wreq-0.12.2-cp314-abi3-android_24_x86_64.whl
Size 4.3 MB
Tags Android API level 24+ x86-64 CPython 3.14 abi3
SHA-256 checksum
How to use checksums
c1ae492528b95fe5f49c1fb1156e3142929792375bc968627b3b6a3d8578b64a
BLAKE2b-256 checksum
How to use checksums
43b4f4591a8edcfa7be8883791035dcf994e87777d1d2864ddd1fd335c850486
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp314-abi3-android_24_arm64_v8a.whl

Download URL wreq-0.12.2-cp314-abi3-android_24_arm64_v8a.whl
Size 4.2 MB
Tags Android API level 24+ ARM64 v8a CPython 3.14 abi3
SHA-256 checksum
How to use checksums
c1b82e971127db75b09b0fffe79488c14f2287c4d0a3c108cd91c25cd8e3032f
BLAKE2b-256 checksum
How to use checksums
91651d8ab1ab0357f41437b33de3f1d9694b2e7c57417b08ffb7fa9bd518af1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-win_arm64.whl

Download URL wreq-0.12.2-cp311-abi3-win_arm64.whl
Size 3.9 MB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
9fbd5567a4e3d4db8ff18ba1b2baefab22e8326c25b1f48e304cb64eddaabcfa
BLAKE2b-256 checksum
How to use checksums
96e716a72143032a94455043f8e0478d73d983e27b9b138c522ba14e05f371fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-win_amd64.whl

Download URL wreq-0.12.2-cp311-abi3-win_amd64.whl
Size 4.3 MB
Tags CPython 3.11 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
5c2b2845d9ee7435b5bdede29c1b8dc31f848045b608f86d3c576fca7486c623
BLAKE2b-256 checksum
How to use checksums
2834f9280cd28a22648ca852840df42892d935a7661c21dc9e884e1a19999340
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-win32.whl

Download URL wreq-0.12.2-cp311-abi3-win32.whl
Size 3.9 MB
Tags CPython 3.11 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
51569eaa666b4b14a940f572bcb0bcff4d0a50e81f3131cf12ef6b4248848e40
BLAKE2b-256 checksum
How to use checksums
96ac7eee24a7b227af30cafd259f076a05de174debfad0a0958412d45c37b1f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-musllinux_1_2_x86_64.whl

Download URL wreq-0.12.2-cp311-abi3-musllinux_1_2_x86_64.whl
Size 4.5 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
b22d028671d723e7fd24c422faeb7ba4212cc9f73d349c977e3758299bc78a99
BLAKE2b-256 checksum
How to use checksums
2aa42c0873270593adc04366e19ff8323d8234a62774c97dc003af0fd3293929
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-musllinux_1_2_i686.whl

Download URL wreq-0.12.2-cp311-abi3-musllinux_1_2_i686.whl
Size 4.3 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
a6fe490efe0c345353e999164dda1480b1d0d03360555f2faf670aaca245137b
BLAKE2b-256 checksum
How to use checksums
992ed68ad72bc14839f6ec15a6f4a3abbb574300105bd0c7a70e8fe8006d69ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-musllinux_1_2_armv7l.whl

Download URL wreq-0.12.2-cp311-abi3-musllinux_1_2_armv7l.whl
Size 4.1 MB
Tags CPython 3.11 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
6e04e107d3d9093c8706dc486e545a0281f59f68e3092b177a360a1be0ca2e06
BLAKE2b-256 checksum
How to use checksums
21cbcc93127fc88c436d1f7f7e045440c30062b2d5b3c769f31051676a830618
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-musllinux_1_2_aarch64.whl

Download URL wreq-0.12.2-cp311-abi3-musllinux_1_2_aarch64.whl
Size 4.2 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
3664c09c730dcb176ad4e0d30c097961c8b37d5632c20b716f57fa40a4986bb7
BLAKE2b-256 checksum
How to use checksums
f0c52c44fceb9f2e353b6e5c73fe11f5ed3084d2487bc71e5f1d1f7746e832cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-manylinux_2_38_i686.whl

Download URL wreq-0.12.2-cp311-abi3-manylinux_2_38_i686.whl
Size 4.7 MB
Tags CPython 3.11 Linux glibc 2.38+ x86-32 abi3
SHA-256 checksum
How to use checksums
ae3a6d49c46e11b6f6aa7ec623df50245a9917b75b49ebc29040ef79f41e73af
BLAKE2b-256 checksum
How to use checksums
34b0b96faff47f7a2ccdfe8911a90903f91d1de717ca67fd74de4b7faae8cc0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-manylinux_2_34_armv7l.whl

Download URL wreq-0.12.2-cp311-abi3-manylinux_2_34_armv7l.whl
Size 4.2 MB
Tags CPython 3.11 Linux glibc 2.34+ ARMv7l abi3
SHA-256 checksum
How to use checksums
cd5d95273670bdb93d917f9e0fb61c7a35904367269286d7af75b251c06beb5a
BLAKE2b-256 checksum
How to use checksums
78eadd7aa2c0e38258ff23fd098e7db39c68614af05988793a3b9f024c59c04c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-manylinux_2_34_aarch64.whl

Download URL wreq-0.12.2-cp311-abi3-manylinux_2_34_aarch64.whl
Size 4.5 MB
Tags CPython 3.11 Linux glibc 2.34+ ARM64 abi3
SHA-256 checksum
How to use checksums
98fb53382282cfbec468b016808190a59a52f9dd5cf0e72fb501bc78395811a7
BLAKE2b-256 checksum
How to use checksums
13442619e9b3a6feb30e029bcf3860155e68f70dc35fb9567c7a1a522f3e20bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL wreq-0.12.2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.5 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
d261890ac7e60da0af5e5e0f81ed0541cfcacc2b783c83d6adbf97e0be2c869e
BLAKE2b-256 checksum
How to use checksums
09c2928820c886190de881677d9ffac661b3dee6eed8df139a4ea53561039e00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-macosx_11_0_arm64.whl

Download URL wreq-0.12.2-cp311-abi3-macosx_11_0_arm64.whl
Size 4.0 MB
Tags CPython 3.11 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9a443fe5a3ead2e219813b419d4eb3ab7790e36ad8d07a8ae86dc978959fd97b
BLAKE2b-256 checksum
How to use checksums
fe9d9d661f701de6d4547e8b7678d1f75e84c0efbcd4e788afe21d4a4a932553
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / wreq-0.12.2-cp311-abi3-macosx_10_12_x86_64.whl

Download URL wreq-0.12.2-cp311-abi3-macosx_10_12_x86_64.whl
Size 4.2 MB
Tags CPython 3.11 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
2cb4500f9d137e56c97e4378141359d7165716fbb76810db7200d4342a0a890d
BLAKE2b-256 checksum
How to use checksums
994e857b5387bdc2a8fc8dfb8125d81a4633612cf1e64a3b54e77e7a9159abb0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release history Release notifications | RSS feed

This release

0.12.2 This release

29 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page