Skip to main content

An ergonomic Python HTTP Client with TLS fingerprint

Project description

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.Firefox149)

    # 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 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

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


RapidProxy delivers fast, reliable proxy infrastructure for large-scale data operations. With high concurrency, non-expiring traffic, and AI-powered CAPTCHA bypass, it ensures efficient, uninterrupted data collection—trusted by developers worldwide.

90M+ Residential IPsSmart RotationHigh Success RateBuilt for Scale

Special Offer: Try it free — Pricing from $0.65/GB with non-expiring traffic. Use code RAPID10 for 10% off.

Website | Linkedin | Telegram


Swiftproxy powers your web scraping with reliable residential proxies, giving you access to a dependable pool of residential IPs for efficient data extraction while delivering high success rates, anti-ban protection, and automatic rotation at scale.

Global Residential IPsAuto RotationAnti-BanScraping at Scale

Exclusive Offer: Get 500MB free trial traffic + an exclusive 10% OFF code: PROXY90

Linkedin | Discord | 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.12.0.tar.gz (252.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.12.0-cp314-cp314t-win_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14tWindows ARM64

wreq-0.12.0-cp314-cp314t-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.14tWindows x86-64

wreq-0.12.0-cp314-cp314t-win32.whl (3.8 MB view details)

Uploaded CPython 3.14tWindows x86

wreq-0.12.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.12.0-cp314-cp314t-musllinux_1_2_i686.whl (4.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

wreq-0.12.0-cp314-cp314t-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wreq-0.12.0-cp314-cp314t-manylinux_2_38_i686.whl (4.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.38+ i686

wreq-0.12.0-cp314-cp314t-manylinux_2_34_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARMv7l

wreq-0.12.0-cp314-cp314t-manylinux_2_34_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

wreq-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

wreq-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

wreq-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

wreq-0.12.0-cp314-abi3-android_24_x86_64.whl (4.2 MB view details)

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

wreq-0.12.0-cp314-abi3-android_24_arm64_v8a.whl (4.0 MB view details)

Uploaded Android API level 24+ ARM64 v8aCPython 3.14+

wreq-0.12.0-cp313-cp313t-win_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13tWindows ARM64

wreq-0.12.0-cp313-cp313t-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.13tWindows x86-64

wreq-0.12.0-cp313-cp313t-win32.whl (3.8 MB view details)

Uploaded CPython 3.13tWindows x86

wreq-0.12.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.12.0-cp313-cp313t-musllinux_1_2_i686.whl (4.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

wreq-0.12.0-cp313-cp313t-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

wreq-0.12.0-cp313-cp313t-manylinux_2_38_i686.whl (4.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.38+ i686

wreq-0.12.0-cp313-cp313t-manylinux_2_34_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARMv7l

wreq-0.12.0-cp313-cp313t-manylinux_2_34_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

wreq-0.12.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

wreq-0.12.0-cp313-cp313t-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

wreq-0.12.0-cp313-cp313t-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

wreq-0.12.0-cp311-abi3-win_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11+Windows ARM64

wreq-0.12.0-cp311-abi3-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11+Windows x86-64

wreq-0.12.0-cp311-abi3-win32.whl (3.8 MB view details)

Uploaded CPython 3.11+Windows x86

wreq-0.12.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.12.0-cp311-abi3-musllinux_1_2_i686.whl (4.1 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

wreq-0.12.0-cp311-abi3-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

wreq-0.12.0-cp311-abi3-manylinux_2_38_i686.whl (4.5 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.38+ i686

wreq-0.12.0-cp311-abi3-manylinux_2_34_armv7l.whl (4.0 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARMv7l

wreq-0.12.0-cp311-abi3-manylinux_2_34_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.34+ ARM64

wreq-0.12.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

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

wreq-0.12.0-cp311-abi3-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

wreq-0.12.0-cp311-abi3-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: wreq-0.12.0.tar.gz
  • Upload date:
  • Size: 252.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0.tar.gz
Algorithm Hash digest
SHA256 66ec6aa9b67264ea680606fa826ccdb1fbe85366a71d47f5d4325b74eee185c9
MD5 31e501e27e1bc1ab7229cee3fd8048ce
BLAKE2b-256 9c0baae5482bda449488ba7477204a3d09cd5dc79754da81a9c7a3ea790c22e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 581cf312bb4ec20c450034d38d48b166c0e155e40313ebf3a79c9546d8671b4e
MD5 1939c452436500608d8c30b8a3cb46ef
BLAKE2b-256 400fbceab0b61fa26ef385d5ac5b0f75db2c4f07de05c37b7792bca85f2f06b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b25512142f58bf4c54cc0efc0fa20c4461fbdb295b8cc2a10ca26a42c130e30d
MD5 ba6293fd654beba82efd9d9632917b0f
BLAKE2b-256 5a3743c2fd322ebe53ae34e690f6e8169c5a3fda4a834461e35fb44dee0294d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 7fdfd9176c309ca29387b76a0ecc732402f458e0a98a90724d9108ba52b5cde2
MD5 c0d219f1fc0c0968b9dcdfde41828699
BLAKE2b-256 b99f15f53157f7982d8c268c9fd1cd700cc8cb2f00993429b4cd3adac8934283

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7db668bbc91dabe102ac676e4c8e998d5ea34d4aeb2e6fea98415e00ab26a8be
MD5 17378dcf744678646a8164a2fd8af34a
BLAKE2b-256 f37eacfb639d8eaadd415ad12e3b643ea5409252e7a53b522c36fcbf2f74fd52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0199bf5d417a39602af92b0e069ed489bc191160ce6c5610236c9a96f11e919
MD5 e7121c190295abc442a289b614ae765f
BLAKE2b-256 68c7c803e23a3386653bc672357a480eb2da3e1511f853c11417c7b17308b1ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0e4c8e9578838a37086a0ee1dd5564139183dfaf7c4a7f5ce70c7ac2407885e0
MD5 87a2ab40945ad9cf7b70428c2336854e
BLAKE2b-256 fbb8295bc69183b9fa91038e814cf86723ed0fff3187411b9d08d1d06781e781

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f9702ff128539c7e9e0e73ac7ed87fe2cc7dc0dfc294df37415579e14074cc8
MD5 a9826398ddaee749865a5cd57b97dc48
BLAKE2b-256 08fd27a598ae5fad0197d4678172dc7321818fed226dba93ebd64782674ab272

See more details on using hashes here.

File details

Details for the file wreq-0.12.0-cp314-cp314t-manylinux_2_38_i686.whl.

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-manylinux_2_38_i686.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.38+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-manylinux_2_38_i686.whl
Algorithm Hash digest
SHA256 55141c7d87aede9df6e7607d4898538c80e24f132a511eabee251775f7bc6719
MD5 4ae07a0ee0e0dab4d8a32f767267506f
BLAKE2b-256 5dc645e0cfc666d11711cbe1b0cbc731d0125cb315c143aae40368df9938abca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-manylinux_2_34_armv7l.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.34+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 60efc33c07c23228c66d2ad967df2e18db9d9ccb67240d974bef14aa0a1dad88
MD5 feacf14bade9118ac4b5f649ecc315eb
BLAKE2b-256 4b90c641ff0de4c15b567dac98d4312bf81c4017df042528a8520e2c59119064

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f778c3914c31020b1165790254c689c11bd9a046afbbcebadd51fc7e269e0a6b
MD5 6c926acd39d5c6674494e8c55d22a131
BLAKE2b-256 b80ae0bc083942bc0d94d3cd0ab98a7a1f12c2b045cf9eb561e450231a90c6c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e14015442fa3f25f0d487cfe4193010e4d4684f79fa56ab831fde6561513acc
MD5 c6445e31adc3509babfe0ec9d45dbad1
BLAKE2b-256 3adcbf470eb26fb3749084ee4099938c335495325074c664295440c1c30dc240

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4e7b4f1786995972f561b66ee5d115e348a02751958a18fe61286e3b9bf5c95
MD5 74d323a60f60f2744395f8b53a62e0eb
BLAKE2b-256 ae71ffd8b43a32dcbd1577b7606e66a2ed715fd9ddf0e5821ebf8e58e9f71deb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e4a3d00837f57bde399795a89c57f0922562df0c3e1c306d139a95859cc7d63b
MD5 7819a40743ab39761c9eeb858430cd2b
BLAKE2b-256 143aeac7b0a6ab067c3e6c80f0d284e6052f873bd9f65f617b18946216906924

See more details on using hashes here.

File details

Details for the file wreq-0.12.0-cp314-abi3-android_24_x86_64.whl.

File metadata

  • Download URL: wreq-0.12.0-cp314-abi3-android_24_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: Android API level 24+ x86-64, CPython 3.14+
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-abi3-android_24_x86_64.whl
Algorithm Hash digest
SHA256 d85c107fa87878e0730199f87c15c129d5d1d63ae34f6e3e18c14974e5284438
MD5 cf170a22757a5450b853d44caa11c2a1
BLAKE2b-256 bb4f7b06bb455d62782d10bcce2ac5491da1dd468b555c5d0d7978a6f6a1445e

See more details on using hashes here.

File details

Details for the file wreq-0.12.0-cp314-abi3-android_24_arm64_v8a.whl.

File metadata

  • Download URL: wreq-0.12.0-cp314-abi3-android_24_arm64_v8a.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: Android API level 24+ ARM64 v8a, CPython 3.14+
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp314-abi3-android_24_arm64_v8a.whl
Algorithm Hash digest
SHA256 d4755a840f20e22cae6d037003850fc29e293941dfeffd37095209037d09de0e
MD5 57fb207466babfb0d9b1c4436ab5ed87
BLAKE2b-256 34cb6537e4bd8144c1af98e6293c9b2a0dfeeb5784f21aee438c1821139806b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 408d9f55fc31e94082e72f468b3d1742f64f829d612f97bed60908cd3da5d913
MD5 9fb17fcd7174d54c1305ad07f89a8121
BLAKE2b-256 9ea680098961153581a7544ebc89ef18a6c80fb33448ce578b64041f853c32d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 44745216071ad49cdfab45c21095668b6567befb59c770fe939f6c87b9309c11
MD5 256095e267f1eb7475bad878b2d73034
BLAKE2b-256 d6683b8c3a44537d9bd074d8c6f49c75cfd2b21c772be08b3cfdfd4de338382e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 1d81d16aa953f7beccf4a682f11ddd29a7944747cada005c87954b8ac863d4cb
MD5 7de3afc8dd26220d52d960ee158d6b5c
BLAKE2b-256 8f6fd8e87f2fa6f3f6a7a735bdb322b2df19e424815b5c862458c2af1fcbbe53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f96a268962813c8fc513f1e64903f11b65415480c6d642be5a2afee430a8856
MD5 8f2b23d462985c26434297422913f632
BLAKE2b-256 67a1fd0506e014806554462d04c3e19bae3afd13b3749403602f272aad09a65f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5099e7741a952a2925a67274a9f3833791722842f1757139ff5bfc98b4da5c46
MD5 a48ec0abf9e0a025d8258fed4af0b1c6
BLAKE2b-256 7bf688ef8df7a23f9a83d3d934ac3f5eeca0ff5f2d26804e397d0c919569c80f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9175839ace2e4567bf99134866803adcda2c7856767445bd4ca55b69e3497bef
MD5 ca74e29ae232f8669de29ecada6192fb
BLAKE2b-256 52e21de60094a6c82ffcd0f4b6fcca1e398c8b454a17aac28077f2183e419087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e0c1961872be8830b1a42343f3ae5b94ec91a4068c18826d46272de64734931
MD5 5e19ce4b9e2cab7c3a7609a6528dd005
BLAKE2b-256 2caf649f02e6edffdc634e6e2fd0629c1180fd05eea8446326f2d7d0ddd7d2e2

See more details on using hashes here.

File details

Details for the file wreq-0.12.0-cp313-cp313t-manylinux_2_38_i686.whl.

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-manylinux_2_38_i686.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.38+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-manylinux_2_38_i686.whl
Algorithm Hash digest
SHA256 a742438e0dfec53a0bfce19b76dff23792aba08121bdd184060e7a3801e75eb2
MD5 ecf35f4e7dcf4ae7ac9158a1ba6bbbb2
BLAKE2b-256 168f8b2aa78f16db026da3a376991eb95e96e0215d6defc13622fb4a8388919f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-manylinux_2_34_armv7l.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.34+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 c32ee11d4c026ef1d906dcaead469cfa57e2ea572a3b55152a33b22c069f2795
MD5 072292d36699bd77be94fe2bed72f00c
BLAKE2b-256 d7d76dd31ef7f8f2d610ef798ab5f1e166942b46f99fbac51929302e6b8b4c7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1977b76a07dc940249a51a24ce69de5c7117e154b77313de3036d0d7ffba0eda
MD5 0b02c33534ee5f564b17a2d1d8a5fdd4
BLAKE2b-256 0923532d16b972b313b8a29ba2a5eaa952064f22aa9de43bdaf3cd9340be43ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6aac156ada692149a01923a607cbc5d08371a06fd52a2321b06332900ca5551d
MD5 3d11e768439d1e62e94e6abea2be43f0
BLAKE2b-256 32c2aff7e8f6f1d913f012b24e8f5b1a92d3fb0bb6584147f2c4324dee1cf7d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.13t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8bc72b6a51a986b08ec6119e7b85a53e1f5b6fcf21049068c96fccc66e601e3
MD5 3c9b13b44f028439fbdaa6458d11d74d
BLAKE2b-256 eb239a95157bd03ba8c7cde42775198ed46e8d0e142368f7a6ceaf4007c4a444

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp313-cp313t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.13t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 20953fb02e383986942b8e62ac1b6ce45a5306e3be918fdd5763f6c78a6a2148
MD5 a314194223c9eb9813129535d8302a46
BLAKE2b-256 05ad392293506948ae44edf985d9b469c5b548d0e09f3300cab859dd74091742

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-win_arm64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11+, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 f000383ec719cf8583b7df90c9445cd75522756e1ced61e622f9edc142de3288
MD5 a205331abbf3595297433fcd3c915cac
BLAKE2b-256 1844111647fc162cc46ba17e2c76bf178f88ea3e78b1b7d291f38a250cd343c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a349f93237f29061d4b46e092e4b4f70e9607b5a8de8f9b4493a1236ff4ae869
MD5 2ed9622338db649c309e2a837acc5158
BLAKE2b-256 f645092cfc1aa00c1ef2e63026d6da9f4e7bdffdf41267c1500399384ff114f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-win32.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 a610d883697011f722de4b24a3ff9d566e86adba91cb4b76cf83714ef7996078
MD5 196ef6c4aeb12cb7e7df2cabe02264a1
BLAKE2b-256 a5372092cf6d19f77fd3f2c7957e5cdac06bab947af9ebbd7eca3b5c8311f376

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99ba68deebef71582e7eb7b4d7ebef78e3a0a719e3a7c6e22e04d271d8a35b65
MD5 5e95dd21ef2cdd756847b56c173071ca
BLAKE2b-256 f14c200e1b6db1b6298f3350807b1e27e7f0b1a5b85ed53fef80bb42669a8aab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca67dfa9b4216d9eeaa428c887c5169b5c3a9f502fa737b2a36e219c81da2a56
MD5 d270a541bd7d0c7a0486d63fe73f18f4
BLAKE2b-256 aac6720530f508be3d2dd6e3cde6e751397d975245d12dcf3cb305097d4b21fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7770678e2af86ced5a58c4ab2fe981f75171a09ecf733445e680e69e7a56cc09
MD5 8484d550acfa6ec01c611e9d5e5124ae
BLAKE2b-256 fdd68f3d130a9f0de3814194aa56eede5a8ca80b6a7f310711e4ae4d42987cd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.11+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea89631cb51d0f93c8411dad0c824fc188d09e4bcd2a4c1056b02630fdafd533
MD5 c03bfc058ee8d63bac05b09f598ab4ca
BLAKE2b-256 0b3bf2a9b1866bbbb4eeaee41df05c52623a5ad9c9bbee3ed7923bd1bd0467e4

See more details on using hashes here.

File details

Details for the file wreq-0.12.0-cp311-abi3-manylinux_2_38_i686.whl.

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-manylinux_2_38_i686.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.38+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-manylinux_2_38_i686.whl
Algorithm Hash digest
SHA256 26f0dbce482d246091f28ef753059aaba1e4c6653b5ef712746207581193dd89
MD5 3b8b84049f8d003d54f9d43b48c25988
BLAKE2b-256 88659ca12f6be5153cc91c80e3e2a8067c3a6563aff1c81d17efdf830af74885

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-manylinux_2_34_armv7l.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.34+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-manylinux_2_34_armv7l.whl
Algorithm Hash digest
SHA256 6ffef38693997f8bb353f60916ff50ad1c68a4ac75d33316f0ce84afbcdce682
MD5 3b6b38c87f6cc713c22c2f0cfbcb9b83
BLAKE2b-256 0e569e93c9bec124178e4b5fb83a6543cc0a137665d8eb36bb17f3f2060285b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-manylinux_2_34_aarch64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.34+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 35bc7899a3f574d4c6c1474eb14cb08b267ba14e7bc3dab69283ca54f6818b61
MD5 bf05c11c53d94c4a3250cc02870935bc
BLAKE2b-256 1888901c400f55ab269861430667b47d77a8096f03d88ae248d54e25060805c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67fc6b7fd146e1c3b8e1b9c571fd03535509ec3bf9d1f983abd064a53250c7b9
MD5 2cc6d60d3372444e801eeb5610bf9a7e
BLAKE2b-256 c2b1aacc3eb58e8ceee9f86cc097a6a077909b5989ccb95aa3ac877cbdbf7a43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.11+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c08632e1706d191ba3cb6194abe06256a99c094fade450f2370352d06ee501e
MD5 f1bf59d39b089837c687d4062bec8231
BLAKE2b-256 f32a99c142d3393213a775536238a1b7baec14b339690b78017655d2c38e8fd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wreq-0.12.0-cp311-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.11+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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}

File hashes

Hashes for wreq-0.12.0-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ffb8454b6d27707354e95d57577cf63f7132e7d3af63675b82510e375d8bfa6
MD5 574d5588264ed02f313e6b2813521e32
BLAKE2b-256 fec11adb13c7e5cbb52fdc21570eada5995a3e94aa1d0c9cb227aeda34bd5fd9

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