Skip to main content

The accelerated Python HTTP client library

Project description

Gufo HTTP

The accelerated Python HTTP client library.

PyPi version Downloads Python Versions License Build Sponsors Ruff


Documentation: https://docs.gufolabs.com/gufo_http/

Source Code: https://github.com/gufolabs/gufo_http/


Gufo HTTP is a high-performance Python HTTP client library that handles both asynchronous and synchronous modes. It wraps famous Reqwest HTTP client, written in Rust language with PyO3 wrapper. Our task is to reach maximal performance while maintaining clean and easy-to use API.

The getting of single URL is a simple task:

async with HttpClient() as client:
    resp = client.get("https://docs.gufolabs.com/")
    assert resp.status == 200
    data = resp.content

The HttpClient is highly customizable, for example, to set request headers:

async with HttpClient(headers={"X-My-Header": b"test"}) as client:
    resp = client.get("https://docs.gufolabs.com/")
    ...

The response headers processing as easy as working with dicts:

async with HttpClient(headers={"X-My-Header": b"test"}) as client:
    resp = client.get("https://docs.gufolabs.com/")
    if resp.headers["Content-Type"] == "text/html":
        ...

Gufo HTTP supports common authentication methods out-of-box:

async with HttpClient(auth=BasicAuth("scott", "tiger")) as client:
    resp = client.get("https://protected.example.com/")
    ...

Features

  • Clean async and blocking API.
  • High performance (see Performance section for details).
  • Built with security in mind.
  • Customizabile redirect policy.
  • TLS support.
  • Basic and bearer authorization schemes.
  • HTTP/HTTPS/SOCKS5 Proxy support.
  • Full Python typing support.
  • Editor completion.
  • Built with security in mind.
  • Well-tested, battle-proven code.

Performance

Gufo HTTP is proved to be one of the fastest Python HTTP client available in the various scenarios. For example:

Single HTTP/1.1 requests scenario

Single requests Lower is better

100 Linear HTTP/1.1 requests scenario

Linear requests Lower is better

100 Parallel HTTP/1.1 requests scenario

Parallel requests Lower is better

Single HTTPS requests scenario

Single requests Lower is better

100 Linear HTTPS requests scenario

Linear requests Lower is better

100 Parallel HTTPS requests scenario

Parallel requests Lower is better

Refer to benchmarks for details.

On Gufo Stack

This product is a part of Gufo Stack - the collaborative effort led by Gufo Labs. Our goal is to create a robust and flexible set of tools to create network management software and automate routine administration tasks.

To do this, we extract the key technologies that have proven themselves in the NOC and bring them as separate packages. Then we work on API, performance tuning, documentation, and testing. The NOC uses the final result as the external dependencies.

Gufo Stack makes the NOC better, and this is our primary task. But other products can benefit from Gufo Stack too. So we believe that our effort will make the other network management products better.

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

gufo_http-0.5.1.tar.gz (27.7 kB view details)

Uploaded Source

Built Distributions

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

gufo_http-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

gufo_http-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gufo_http-0.5.1-cp314-cp314-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

gufo_http-0.5.1-cp314-cp314-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gufo_http-0.5.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gufo_http-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gufo_http-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gufo_http-0.5.1-cp313-cp313-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

gufo_http-0.5.1-cp313-cp313-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gufo_http-0.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gufo_http-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gufo_http-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gufo_http-0.5.1-cp312-cp312-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

gufo_http-0.5.1-cp312-cp312-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gufo_http-0.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gufo_http-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gufo_http-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gufo_http-0.5.1-cp311-cp311-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

gufo_http-0.5.1-cp311-cp311-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gufo_http-0.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gufo_http-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gufo_http-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gufo_http-0.5.1-cp310-cp310-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

gufo_http-0.5.1-cp310-cp310-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

gufo_http-0.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gufo_http-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gufo_http-0.5.1-cp39-cp39-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gufo_http-0.5.1-cp39-cp39-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

gufo_http-0.5.1-cp39-cp39-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

gufo_http-0.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

File details

Details for the file gufo_http-0.5.1.tar.gz.

File metadata

  • Download URL: gufo_http-0.5.1.tar.gz
  • Upload date:
  • Size: 27.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gufo_http-0.5.1.tar.gz
Algorithm Hash digest
SHA256 0c83b02cf66467c9164d2a90cf4d9bb588c737a16552961d6a0f9155c9869dc6
MD5 952a048f6a0930e67b1e7196e265c620
BLAKE2b-256 da003e9c0156656cbc2b143b298a2789958a28d9fc4d1c7213617dc328eac6a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1.tar.gz:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fb7dcf2c289d5338c0b73d0d774207721af9b8cf7258fa86a593a3af5afb9fb
MD5 709ab232a2fd1b0047efff61c04e9827
BLAKE2b-256 bafa4aa35492674df0c8dd26c426143478cd85e8167d13bcf31d3fc46fd70ff9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9b46c0afed50704467a8a0dc64453f1f0bf53e5e5a6618de6d189c8dc4d26db
MD5 b5abaee8f931fcdd124ecc96f7c95003
BLAKE2b-256 294b1893065e44bf4af9b825a190dc977b84674c692d6b688621f793f6423524

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad5193f7a59089a60696cf63a381264be24ec9851c368518f1d9d35aed8c3908
MD5 4a203b3177c739d8ad3f8ab5b6a26daf
BLAKE2b-256 c156a93ffa455d225bbc0ca540343254618f660c289250603a4950ab9c90d665

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 68d19b8eb5289fbaa139d7612eab537e66d6cb66eb5c5e3dc095609e25d77dba
MD5 db64ffda1570d380be6b4d69d7d2e309
BLAKE2b-256 a60caa9fb97709b87b45e2c68c40938c63cc334b84a053072fcd386568837074

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 05ea8e9ab0b462eaa8a843aa331a423b44e20af67c7b23a0f41dbb534b2515e8
MD5 077006ee1c5460ceac1932f1be7feb92
BLAKE2b-256 ad5fc91becfff7bba0cecd8374ded479a9c470ba782077f204773ebf58b88e10

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a6541fefc63fddc59165e67f8d5725fb77a1fb7546565c438f9fc81c169c2ad
MD5 3f269f2ea1c0494c76f2e69e78a230a8
BLAKE2b-256 5b4572db2a5e96e6b2a5545af1dec8c5610b088f49535c81d3e1d343fa1f4283

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42231bb4b1af0dc8f538a0d27b1fec5f29f66e47ee244c175868a3bc2a3f22a0
MD5 2d81dbb92eecf16e2851f54a44af7fd2
BLAKE2b-256 c4a03e9e7ee77ce02eb619a119191d563e29d579567e9a83d1298d59c10fad02

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d48100056caebe7810dc21599540da13a33e161239bef5b85448ce3d1dcd46ae
MD5 75fb64ce431efd4968c1488b8ce75755
BLAKE2b-256 c67c79d490ab693631496e5cfabc49229257db87c08bb1a2da9ba4781ba37130

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2cf058b9ba52171392daadb287d0bcbd42306506120a0669508908df1bb4cab
MD5 5b2e88edd91e6bc8e73c3c4aae6a8206
BLAKE2b-256 3b7c3fed553c028a052383e28fe65a5a7eef3775469bf69d0ccb2139c86cec87

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5fd2c80f176fad332e76b3719265abe0b4a8240f8a6a39eccbfd60a0bbfa1c8e
MD5 a770a9dbe3bb83ff6c73b039f624aac2
BLAKE2b-256 131323daaffe31b1b5aaea0e919e38a2a130cd9520d3d5841c2bd5bdeee4e760

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec88402b07dc3aa5b173a88b4c3cecd69d3525a8a0e3a08a0257ef456a0fb006
MD5 78a47cf48294a50be8118049fa19e543
BLAKE2b-256 47c285252552136683af1aa9fa3c34b7f7e5e04adf0b031e8ea176a9d5ecc0e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f034f70776acc4bb2df564a3d6c12b87e97d0cd3e4e4e4796debad33bf4d2ec6
MD5 662e2affc8b6236c3378b59e70ed8858
BLAKE2b-256 9e57768756ded58c0a5039e323801ae563d252e71cd707ed9863a68a5c52e98e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e462e6285d2b81a60758a5949a7ca662cd0d5b9ab06df03b11b7cbb22922914b
MD5 b3bd13cd0c2b30100abdcb6f47b2c178
BLAKE2b-256 77b3d70abc962bf5ace659d05f100812d52e6cfe228f0cb7f1eab31ecaabb58d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80e38782d9c53d67f2914f6ece2101d04b70b27efc793f901a759fc5b0dca3f4
MD5 00d9527c4d40abecf420bbd4dd2be323
BLAKE2b-256 9c342df2bf8315180d74f11a2477b496b75919f744d7fe90b314eb7e3db4cf07

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 df6e33c08782bcc86be657ec3e5de1ff079bbeb6581ec8d4a2257317c3b0417f
MD5 acb31897d5568824b4d133b0ab2a78ab
BLAKE2b-256 38fae68651db0caeacb6165fce3132ae605966ae5aedc606f7a2d5b759499873

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf596486cdd265d9670dafe960664011d4063467e97098af9b4376f50dd6e82d
MD5 b40432fae2aee7e4ac025622b55b900b
BLAKE2b-256 86c1e3da219502ec4d6ec5e3f77552f1a1d1d109cf1d1d9c7fa3118425441dc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81d21bf56286ab611758a0bbf3a24ee27195b1434c86c1923eb83754f72e9b42
MD5 054ccd258a6b23586799c4da70c9564b
BLAKE2b-256 738c49efd78d5071e84868535e9e9dc1f9ee4ff752473f129e3b68c27ff29542

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0539a7a126bb1724f24b512a71ae461c6c54609afb6f57cd4af1cf5f0e97272
MD5 617053915b1a31fc19b1033d30bea8d4
BLAKE2b-256 efaf0855df6a7029d2a64ece8fc07f1960372cc3f78c724728b184d5c39e8ed0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 74b6619c6b790a32d2a854499bd04338d2f30265ef259a19fa9ad679df4bfe7e
MD5 2f66a506b8ebfb79f6bb3775b6c31ea9
BLAKE2b-256 7175a3ecbbacae335ef8f4ad156f50f5191860b3809b607c7d0b90005eec08aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9172d3af164a0281c99c926db0c87a2fe86402fa17edaa5e25f28e3e5ffb5ad2
MD5 2aaaa364abad68b4225d85f05059c5b8
BLAKE2b-256 b53a1c423dc1c301152b373858451647de41a2588ef2afec8a15135992fb4d68

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e044820c67458ccf4491864d5d25a036297716d49b46d0e851858933aa24a094
MD5 49c9085cfc66f0d1f1d1107bc12a7947
BLAKE2b-256 694760b4eac113f7ee91a49c020853f95ebe2e4c08e35d977bb8eecbbd165bbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6828cd2b3b7b465261c9ebe093fc0ec268d48b7efc01c5dac53cd4d265cbaeab
MD5 99b53f8af2f63f7dd1aa8a82d3f6051a
BLAKE2b-256 335dfa9b57d6dbae795fe135a866ee9ad7d8ff22fdbce68ba62f643ba6d7907d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1eabbdb6292d868d0fdf800334b1401202d7a99afcdb3cf29f285dcd54c3225
MD5 4cb1090057fca86b49db88de9293f418
BLAKE2b-256 56f75b95efc9a71c1efbd76516ec2537f1b65fc3ab385adddf5cf60408bfdeac

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 642efbf600aec19b46c3b833a6814d2e613042fa5e21ab70694621a802098108
MD5 e5671c24e7105bd9d8cc97d4cd11f5df
BLAKE2b-256 42b844b30b62999eb21cd93d880053b8db157da55b8cd5791131f959aaffa075

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 60d26536f9ae2c374c69a3fb8fb33e81e2ef710310610ddf21d0405f8d05992f
MD5 3eb8a0a01850f993f9dbe204684fb0e1
BLAKE2b-256 dbb0fa242a1638a371cd2aa122492efbe0b7bfe38927d316e50e2c6bb11fb880

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61f1f9765d8153b97f3d4a3e8d3dd0b9f404196f5333dda7fb9b344f0bc0ee71
MD5 6682fb2468571cfc40d7d80639b97b76
BLAKE2b-256 80ccb046094a41560bdec457a03fcf96dea7fe79640b0a64f4a97e4ecade6755

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3031315185d207f7ffe74f0f703a6a8972eba92f068737eafabfdcdc31edeeb1
MD5 f48b06825296d5b8743e6a2a82bd83c2
BLAKE2b-256 f0fd378d8e8e7b7472bcfe3d83c2da6d04f0dca6c8d22d013a347352bb4888dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a32becb8cca278ffaffda139eef04f96747d48066a4e45f4aa3a72d1c4f88047
MD5 8bc341c9182ea85247adeb041bbce112
BLAKE2b-256 df9f239336a9ee07e37f58903e1180bf2a3c5f0f66000ce0ac4b6246822e39b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c998c27e4e8494285971ba58414f92bfec9150a0cd2dfd2f5707ee858ae9d146
MD5 57410c1d43b64bdfd6830243071a7f36
BLAKE2b-256 cbd304dafa7d4cdba59f0994ba4865437f47cc07667440fc120c973562796c92

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gufo_http-0.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 babab6496308407a24ee0f571d43ba6d9b0e68e62f77e026aab9317c9016af20
MD5 a6f3a5a3028f2b50f5b4355620568522
BLAKE2b-256 e7f6afac75264b16a30117759ef110bfbffd6864a3abea614e8a2912fa4d9a86

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: package.yml on gufolabs/gufo_http

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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