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.0.tar.gz (27.9 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.0-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.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gufo_http-0.5.0-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.0-cp314-cp314-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gufo_http-0.5.0-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.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gufo_http-0.5.0-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.0-cp313-cp313-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gufo_http-0.5.0-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.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gufo_http-0.5.0-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.0-cp312-cp312-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gufo_http-0.5.0-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.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gufo_http-0.5.0-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.0-cp311-cp311-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gufo_http-0.5.0-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.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gufo_http-0.5.0-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.0-cp310-cp310-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

gufo_http-0.5.0-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.0-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.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gufo_http-0.5.0-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.0-cp39-cp39-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

gufo_http-0.5.0-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.0.tar.gz.

File metadata

  • Download URL: gufo_http-0.5.0.tar.gz
  • Upload date:
  • Size: 27.9 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.0.tar.gz
Algorithm Hash digest
SHA256 6e94ea25b8542469660bd3e265f19eb4d8fad998aaf868a23f74ef20835b903b
MD5 15473f1552e94cf577442c18e363fa6e
BLAKE2b-256 435d62ba838f23cdd93977bdb86854e3efa021031efc7cd74e0c61de649b2fd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0.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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e46bffbed5d773eaf53e43c85223bd85b9459d67d148b0609ec78ff7db5c864
MD5 3245f164da14c27c3f86eff28378bdef
BLAKE2b-256 d8c7879381e83cd088abbe30c2d92aa6d30e7460e9534621ce21eb01e5b53b1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 328f683cc55bfd126bf519e18f78844d0bae684d473bbcf391a1bad3a826eaed
MD5 4b6e757379eecd87e52047840d2a8452
BLAKE2b-256 a1207b9a76db3ecc6f27aa09253372d313ddebed59395a397c86cb1b1eae342d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ab4c81559a5f06932aef8c568939af9a8dd94db76811735b6d47c1929614c05
MD5 a1c58c59a5585f8ec262d4db89ff69ea
BLAKE2b-256 ba0571ec478fe04b84a4eb1d07cf7c0a85485037d7c4280a9d36ac6d0354115d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 211e5b8536a52324cd8338599e6791d24ad45900201de434272ea64fd28e3dbe
MD5 72642a88277a3e832d051897773f0539
BLAKE2b-256 85d5edc820dfe865c063890788532cf882e8a69cdfe9d2b1810dea27f8ea297a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 053ca8a86de9b04a4eb979eb261319fbcd312fc908b90ed99cf44da6366b1306
MD5 1d2011b6590227c334ed70935a97d584
BLAKE2b-256 5d0747ddc05319c9a65a64b1075ba750743a740d13a38b527ef3f5d9c4c479c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d93675023928e93264098fab4257ebfc0e7c17c22869d868032298773ca72956
MD5 67d0b20850d35b5cb3f9416e6d060fba
BLAKE2b-256 14e7e432f43aed8f730743dfab834f2455a9fd0ffd70b16bfd265468e63ce1f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f170719cc65b3a1dcaa8b226fb0d4642f5aa3765fe32f0756b910dd4b083b7b8
MD5 74cfd90f01e0f752f694eb0b796ac550
BLAKE2b-256 eb715d16e69bcad1f44736b202206cefaff964c5b1a16c544fff036675a78aee

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0035fb1f4c934d1aa8b39bc05f41bd9f813215be1ec428dd1c32e57814dbf2d
MD5 9f1fd72a4d98124e0b5898ae56794396
BLAKE2b-256 7b53492507ce4a524ca31a223a1ed2bf58b2cbe7ac527cc44006334bd86d50bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ea3af2079485e7f31e763781c4975182984b7a1da1baf808a91b14a6654987c
MD5 478a26b288237cd10f72ed57d869ac51
BLAKE2b-256 9ec40d0ecab8516739c886c919e280fbaa31c481fe85510bd09f030951cf193e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 139303a699bf43832a3d0b6da13801225ceeca6a4f59ec704bd6fb0cc63ce1ee
MD5 55f5f0e1db1ecc1655a12eed4a1a85e9
BLAKE2b-256 9385b1c2eb9b995f3062173784fb9cac2e936cb12b0ba014d19bc347ebfe1ac2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57b3f8e50ee596fd25277d6d845b6ab827e7e631dcdd45b7185ba21614647e59
MD5 609eaba9f41c1c8bf297956c01ef71fc
BLAKE2b-256 9a500e1d4d226389493e8d1f12fc8a160c14996652212dd0c58d16f4d0107f75

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0be2e447e9476ec9cc45c0110d83ea55835123d5640e2a4ee0052ab3a20f7b8f
MD5 166157167fc5ef654d7fbdbc766f412d
BLAKE2b-256 1b83ded556260f52bccdfff592102cf26849eb4c3ac802a2ebcc16f226cefb92

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8335313f6d3b8e8158eafa4ca3765b286cfa336d56b871e9991fa6cb419a549
MD5 2f5f3f6097b7238327c2f5c8e4f57aeb
BLAKE2b-256 1f10df5965f0427a7bef5356c7457c5910ac495fcf957a853065f22daafbefd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6af486ec8888c52bb3b33d6e7b609d421e25634947a71c1dd491217489c3361f
MD5 8861baa339381fb5d88eb0dcde552ff0
BLAKE2b-256 73a4ea09415aa8ffef483c00896dabfb27fbde79271f6113a4511e85480182f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b6876ba689627d73f5d37a7f2a778ef4cb6d64bb98e07ab534e1b90ab7b86219
MD5 fdd603228db6f90ce8181206f1258dc6
BLAKE2b-256 1d7baa86e8869ddedb7674802c8ff440e9037d6979967ea91ddf7106931ae0e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b38478810e81c24c333169545b9d253b602627b6acd8e5908819ce80fd432e74
MD5 f3275da64180d2131f1ed3db4b6aeb69
BLAKE2b-256 c574a33c84d55aefaef9bc4c314308aeed4b66c0d98a93f3595f43f79e782e40

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8322be04c39125a5db2d29573803d8589d503f4bd93066213d54224699935e1e
MD5 0bfae034037a41a4e4b70e3eafb387e4
BLAKE2b-256 cff95c3903a2bfe6ed3265f58b3bda67fc982a8900e993bed1fd1599971d5e8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 475be9b68d99ffa8776eb7bc8f0ca4485e593b0bd91996928258f5cf6f41f155
MD5 2580e06f4d60a39d62d44a379857325c
BLAKE2b-256 6b7811414dd5aa7bda8dd1e9a417d0bf135036b3725842fe9ff279f674e6bb2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c6144ad3dbd2cbe151cfba80c8941e988a79079888a99c85bea6837f645a51d
MD5 245100e8eb97f7761344dffa9945e16b
BLAKE2b-256 56540015610e1b729213dd75118123aea13dee0a21cfe998219890a05b0cd4cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 29336206bd9a59440a6bd5e1802dd9751f413af349cfdc387aa38b1415299604
MD5 d36593524be982dbb8f09d64c469f6cb
BLAKE2b-256 ff7a972fb6b842b7d39473331e9363cf7d85b668e8a1523c51c71cc3a3b859cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b46495ce9743edd2765e7c36355907ce311b210a4607d02d4ba2ee59e28638db
MD5 dee3be956848b1f0ec6263b420b044a1
BLAKE2b-256 0828346f6a77cd411086319b58c33aad98a437f18aaf8e8018c30e3d43744373

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17e259c36b1435d55d21f6b74ba9a784e20cc7b960490acd3f41dede4e0c7bc7
MD5 8147b75e3e1dbe598a4783c2a893de02
BLAKE2b-256 d31f2730e934c8426de5db3948663354b790440b51d3c072cb81c7462d08dad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 75c99687e51459929b4ae790d97e52f48cf6cc8b7f13abb85481bc2858ce73ee
MD5 62454922e106eace80b65ac23731f7dd
BLAKE2b-256 3b963fcd0bb8a7288b606af5c3c4c1351a9358203acdbb7fa0308e96f8b19798

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d5c9a9e0a93b35d52b6d2c83c365294f19114cca119159b3da0270820eede654
MD5 e8293489fd24f6cb09ab62f8090bccac
BLAKE2b-256 fd6da834c2bf6896af262bff0bd687a2b17798920687898e9059cdbc9aa6bd5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c094d077a201f32547aed8ce4f4e3b1d9dc069499e616d10e2c69a60ac9abf3e
MD5 adb94bbcffcc59e698e45406446a45cd
BLAKE2b-256 f8e396651414a518da627d600f34715ad12485bf952bddeaacbb455a18be93fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6fb2bf5340cdc266b82ae73ec6a7f9aed10eb7c383bac06ea89c93e04f596b2
MD5 f25715ad048c68ff0ab7a5edf6c702b9
BLAKE2b-256 c2df3c5e4fe54361d0d434d43b48e8818d83559c91be8caaaed14a323faec988

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41e2b8d8ba9034b29c7ccca67b3913c7dd64c2abfb5cf0ca1ad7634c722529e0
MD5 83bb2e73eee2114b57dae2f309f7dc28
BLAKE2b-256 287c737009cf68d2938a34ce77a22bc22f785d749160cd7297a9d96777125522

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94d1e02a536de90f3cbe4c610e399924f1194ad95625366f499eeb28ccc1631c
MD5 513d6c7adf3003b172867f879c703bb2
BLAKE2b-256 e7ee0fa273b1862ebb07a02af1ccc8568160e4b27005d2b1f6c4b28503b1bcf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e33b099b71308b6e3df128649ec37a1a444aa478981b5bd09da6206abd21acb3
MD5 4db1b725c3ea3e679fb97fc2f2cad67b
BLAKE2b-256 2f9557aa1d9a7ab4f53f9f5c0a61816f59da0ba35fd7c83e948ddecb97e574b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gufo_http-0.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6a5a0fbd8fb9748a4d1cce443e87b9a5dfde33bdb4ed54143c643361f0522ce3
MD5 175492944e6313e59f0d41e101ef9c66
BLAKE2b-256 321ceff16c692c214eb36b6c700413fffc2ae2f0d903fc3e9fbc62f57192edf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gufo_http-0.5.0-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