The accelerated Python HTTP client library
Project description
Gufo HTTP
The accelerated Python HTTP client library.
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
Lower is better
100 Linear HTTP/1.1 requests scenario
Lower is better
100 Parallel HTTP/1.1 requests scenario
Lower is better
Single HTTPS requests scenario
Lower is better
100 Linear HTTPS requests scenario
Lower is better
100 Parallel HTTPS requests scenario
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gufo_http-0.7.0.tar.gz.
File metadata
- Download URL: gufo_http-0.7.0.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa5ccf1bb3cf4d058c48ebe72db71534ad8496f0adb7ad44eca5cd2b2154f9b5
|
|
| MD5 |
cd797d9e3a5b97de64c93a10309e1f53
|
|
| BLAKE2b-256 |
ffdf0a726d403e1c83524022c5acb303665ac86b81f28f20bf45389296fb2436
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0.tar.gz:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0.tar.gz -
Subject digest:
aa5ccf1bb3cf4d058c48ebe72db71534ad8496f0adb7ad44eca5cd2b2154f9b5 - Sigstore transparency entry: 533418380
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d08acf06df0f3b2eb6270535307e6280d8a640b5fe5d3536ab959620992d644
|
|
| MD5 |
ba2334bc171266ec68109507c3cec1fd
|
|
| BLAKE2b-256 |
4adecf58c2fe9696cb83eff4c5083b10d4580753556962403fb2591b83abd146
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
2d08acf06df0f3b2eb6270535307e6280d8a640b5fe5d3536ab959620992d644 - Sigstore transparency entry: 533418452
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab32c36f55b3800109c1336e229354fb8b0bd9674f9cc11aeb2cb5f2c0a664e5
|
|
| MD5 |
c209d7c7a5b5b6e4d7865cd748c380fe
|
|
| BLAKE2b-256 |
03ddfe59b9071ec44368fa217d9e23190c4e421d62bf366afedcd461b343fa93
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
ab32c36f55b3800109c1336e229354fb8b0bd9674f9cc11aeb2cb5f2c0a664e5 - Sigstore transparency entry: 533418422
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp314-cp314-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp314-cp314-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41cffe5816bab21f21dadb8e92b660c6cafdc0ec117c15204ef589c5b4e26527
|
|
| MD5 |
fc6b852f9b1f1e24f9806a9440a2aed2
|
|
| BLAKE2b-256 |
2985adfd74c7477d23fb1980beb99a088eb994ac6bffb3370e42197b80e461bf
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp314-cp314-manylinux_2_28_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp314-cp314-manylinux_2_28_x86_64.whl -
Subject digest:
41cffe5816bab21f21dadb8e92b660c6cafdc0ec117c15204ef589c5b4e26527 - Sigstore transparency entry: 533418433
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp314-cp314-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp314-cp314-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4af27ed676415456b501a56994b3052f513326ec01da795856d4bce7680b00a9
|
|
| MD5 |
b8aaa65d44966f8d25313cf1ae24371e
|
|
| BLAKE2b-256 |
67ae12ce6f4ad68f58f25f0dd80a684bbaf4e8a7407bdd8cbfb86ab210158886
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp314-cp314-manylinux_2_28_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp314-cp314-manylinux_2_28_aarch64.whl -
Subject digest:
4af27ed676415456b501a56994b3052f513326ec01da795856d4bce7680b00a9 - Sigstore transparency entry: 533418440
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
674085b9f4a91b67f34928ee5233b832a029a25f2f2a1933c655160d4f72040b
|
|
| MD5 |
f9bcc475e02e94b01426bf3ec934671c
|
|
| BLAKE2b-256 |
544a099dd0d845ee1b2c02167d044f6526a3f5c3600fbf3b1a987a9001c22d65
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
674085b9f4a91b67f34928ee5233b832a029a25f2f2a1933c655160d4f72040b - Sigstore transparency entry: 533418432
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46e54dbfadda6d8552975d9eade3d4e11c3a2ee679012a1e02e5a14ed58a85bb
|
|
| MD5 |
9450390928e8d8fc9e52d9a31825c6b1
|
|
| BLAKE2b-256 |
b80566949021b307a7c7d87e67a601c00676300358f1468310b33db5f4ab43bc
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp313-cp313-win_amd64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp313-cp313-win_amd64.whl -
Subject digest:
46e54dbfadda6d8552975d9eade3d4e11c3a2ee679012a1e02e5a14ed58a85bb - Sigstore transparency entry: 533418418
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
810030b3cbc14f8134d00224fea887e1a651d2e6ffe65dd3a889bab1d1cc5876
|
|
| MD5 |
3c6acf0b0f4dc0de8b03a4b5dad7c0f5
|
|
| BLAKE2b-256 |
efef1d8ba4144d7153699dc5a7fcf35ecd6a005be8e75ce0e85884b5ad1cc10d
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
810030b3cbc14f8134d00224fea887e1a651d2e6ffe65dd3a889bab1d1cc5876 - Sigstore transparency entry: 533418419
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
655852b5fd5b217c7feb98759beb11ed2c89c7f1577ff7a1705489440c2165d9
|
|
| MD5 |
551e09d8edbd09bfe5118133a2b67cf1
|
|
| BLAKE2b-256 |
ed631a06af876f78f096eadf5c08c39311168ae5992bc383e87aee3a37d2f775
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
655852b5fd5b217c7feb98759beb11ed2c89c7f1577ff7a1705489440c2165d9 - Sigstore transparency entry: 533418450
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp313-cp313-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp313-cp313-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb5260cc7b736832c767f69122abeb5fa768833b2ccb5b75c457dd28732624e9
|
|
| MD5 |
cc814a3eaf62525db6d54c8c3729dd1b
|
|
| BLAKE2b-256 |
d85cc791dc0c9a8bf6ea534ff12ec9bbda17032a191828e1ccde31b1b8982b85
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp313-cp313-manylinux_2_28_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp313-cp313-manylinux_2_28_x86_64.whl -
Subject digest:
eb5260cc7b736832c767f69122abeb5fa768833b2ccb5b75c457dd28732624e9 - Sigstore transparency entry: 533418447
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp313-cp313-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp313-cp313-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5d9b6a8f074727a3ddc3bd4b4a0597b790668c453764a6f0bd615d116ca8a32
|
|
| MD5 |
782898cb593903f6df996eeeff9ae51a
|
|
| BLAKE2b-256 |
fc91ca38b6d65b88f5d9466251816998c770805893f22a90d3f7218e7e5cabdf
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp313-cp313-manylinux_2_28_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp313-cp313-manylinux_2_28_aarch64.whl -
Subject digest:
f5d9b6a8f074727a3ddc3bd4b4a0597b790668c453764a6f0bd615d116ca8a32 - Sigstore transparency entry: 533418454
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2354be79d0aadb40bf9c4dbbe1fdd6f908cc6e505b5e10f33ef549f9bd0e36ac
|
|
| MD5 |
0c08b09cf8d0863d408bcc4977a2e8d5
|
|
| BLAKE2b-256 |
36c3c7e13f0080b56299bd1a8e071809a2d38edd85a8e2bd5fefbbfdef64860e
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
2354be79d0aadb40bf9c4dbbe1fdd6f908cc6e505b5e10f33ef549f9bd0e36ac - Sigstore transparency entry: 533418444
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d71b15c3acf057d3cbf3a836f00acb6b224d6b25d08e2510ff9dec4ffca2b1ca
|
|
| MD5 |
6ae2ccee5a2044eec2e0297386903aff
|
|
| BLAKE2b-256 |
04488c31dba217f3b5373d23a493ee370a3e825756b46991d72951eddfe1fd23
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
d71b15c3acf057d3cbf3a836f00acb6b224d6b25d08e2510ff9dec4ffca2b1ca - Sigstore transparency entry: 533418395
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0604d90a0a69907741bae68ce82474de9f71aa244e87b7d9f025d46b42f6e9a3
|
|
| MD5 |
e277a7dc1d41e1c8fc37e09ff53cc81c
|
|
| BLAKE2b-256 |
6a33cc0fc301970924863de3372c3bce4870e2a15e15e476dfefef42b7adeae1
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp312-cp312-win_amd64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp312-cp312-win_amd64.whl -
Subject digest:
0604d90a0a69907741bae68ce82474de9f71aa244e87b7d9f025d46b42f6e9a3 - Sigstore transparency entry: 533418455
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b4f760f8f7aca24eb8a5eb9f6250ee6d67e1a16d212233f75604317d750a8f8
|
|
| MD5 |
e01f1dcacaf3cb73cba6abe4adb70f40
|
|
| BLAKE2b-256 |
aa2fa109069c11841a1b61f5aa4dfef9c6ae5806e5a1e01e2dbed8db8c80bed5
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
8b4f760f8f7aca24eb8a5eb9f6250ee6d67e1a16d212233f75604317d750a8f8 - Sigstore transparency entry: 533418408
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efbee5d8cbcbc7caeecb4cbdb435308176455ae448e4433eb79e44782cffcffe
|
|
| MD5 |
d9c8aa7fba19980d504fee7897c199df
|
|
| BLAKE2b-256 |
6ae4f9f01ffc2f2a18736daa783c7a8cfe250c780d30433d433a32eeb313251f
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
efbee5d8cbcbc7caeecb4cbdb435308176455ae448e4433eb79e44782cffcffe - Sigstore transparency entry: 533418399
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94b7a9258b9a73bc55b4e33254e12c9b7f79aa0f30dfc07d8c3fa41935177e6e
|
|
| MD5 |
4a9d87b18db584a22f0f961615084f7b
|
|
| BLAKE2b-256 |
7bf4913550c6d3a866a42d402bfe8cf0cf96fced0ee752dfb6b3cdafff6c6730
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl -
Subject digest:
94b7a9258b9a73bc55b4e33254e12c9b7f79aa0f30dfc07d8c3fa41935177e6e - Sigstore transparency entry: 533418414
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68fabcf348614a67ce0abdd91b2469f089915d0dd362452d47b306f6d8a4f2cc
|
|
| MD5 |
0e36c52c7338469b6806626451727c80
|
|
| BLAKE2b-256 |
6da1d016faf47ebbb308ab42dbd1bb9f729741172d2139d3d79bbaada8b6b5e7
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp312-cp312-manylinux_2_28_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp312-cp312-manylinux_2_28_aarch64.whl -
Subject digest:
68fabcf348614a67ce0abdd91b2469f089915d0dd362452d47b306f6d8a4f2cc - Sigstore transparency entry: 533418425
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dd7abbc2f5d04e50217b4511265a152061c101f2a7fc2f0de687545f0f59048
|
|
| MD5 |
bd8067eb3e24e5f8ed50e769dc8a5baa
|
|
| BLAKE2b-256 |
7a2abe93324711e0599c85330ffb88e49a6a8830b806d0c28f81844816ee2044
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
9dd7abbc2f5d04e50217b4511265a152061c101f2a7fc2f0de687545f0f59048 - Sigstore transparency entry: 533418409
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd20fc26c029c9b817f482b53e6bcb8e033df2d95ce26ad25b3c4096bb5e1214
|
|
| MD5 |
29f18f1f0c00d884439ed5ce7453cd17
|
|
| BLAKE2b-256 |
34e550fdcaa711f7428a946cfc9b019cd56588331e9a0490b62ffd5d0b9805b0
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
fd20fc26c029c9b817f482b53e6bcb8e033df2d95ce26ad25b3c4096bb5e1214 - Sigstore transparency entry: 533418443
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b0d65c3e3deed47580e5105b79b9c90c548c4b8d0caa26ba0b64a91b60d57fe
|
|
| MD5 |
e0c11827a85c1635e089a378f33b8cf4
|
|
| BLAKE2b-256 |
da6a2798a063e30d7f802cd0ac6a1ceebefdde2ed990eab45df36996b090a8f7
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp311-cp311-win_amd64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp311-cp311-win_amd64.whl -
Subject digest:
1b0d65c3e3deed47580e5105b79b9c90c548c4b8d0caa26ba0b64a91b60d57fe - Sigstore transparency entry: 533418442
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
129bfa40f0b4d7843a9f540bf7cc2f3606f7f48309b4b157935ec9eaba2e1c84
|
|
| MD5 |
9f0017188c9e4bffd59984bd29f9767b
|
|
| BLAKE2b-256 |
a2b49879f62991a9da41ba029426da0e02757a0267622d20a66d3e08adb492b8
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
129bfa40f0b4d7843a9f540bf7cc2f3606f7f48309b4b157935ec9eaba2e1c84 - Sigstore transparency entry: 533418393
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ff3e7ff89709e26c23577f332f8d72703fba228fa75ae8399d870a653afe61b
|
|
| MD5 |
22a4f9dfc71eb464a7077fae69518c11
|
|
| BLAKE2b-256 |
3d10a2eae56512b481f25f9c64069a647a68012bd457ce1da65d3ef484af0cd8
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
7ff3e7ff89709e26c23577f332f8d72703fba228fa75ae8399d870a653afe61b - Sigstore transparency entry: 533418456
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
078788f49fe398be4fdcfa96a0725d3d21236f4cd918d603796bf0baff0e080b
|
|
| MD5 |
8bf18299c21c774b4fade3d8bb19173e
|
|
| BLAKE2b-256 |
7fc72d39de01936700c532a0aa2f40585e31a879220d8de971bb1f47216d0a1e
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp311-cp311-manylinux_2_28_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp311-cp311-manylinux_2_28_x86_64.whl -
Subject digest:
078788f49fe398be4fdcfa96a0725d3d21236f4cd918d603796bf0baff0e080b - Sigstore transparency entry: 533418384
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af495fa05b234bb2716966e6846ebe1ca8d034c07e2495f44f260735caeab070
|
|
| MD5 |
c4061cc270d979d1455e33a9f4cb4f9a
|
|
| BLAKE2b-256 |
001bebcddb3d9aaec3452924521e7e795cac5b12ef04dd419faf8b9c226fee2e
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp311-cp311-manylinux_2_28_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp311-cp311-manylinux_2_28_aarch64.whl -
Subject digest:
af495fa05b234bb2716966e6846ebe1ca8d034c07e2495f44f260735caeab070 - Sigstore transparency entry: 533418398
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2084cc7093099ffaa1ce1fc85f77f7994d9fd623a074077fc3c696b7c190b7d
|
|
| MD5 |
b6d421cd433c31ff90216032dee002ca
|
|
| BLAKE2b-256 |
a1fc3c11f0dd455f2ea97e71436123af1cccbc7c5cd77b0bd806a128fca02824
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
e2084cc7093099ffaa1ce1fc85f77f7994d9fd623a074077fc3c696b7c190b7d - Sigstore transparency entry: 533418420
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ac647c06a70c37f20f9d7eb84f7476d7b2838834c649e547c053e5a6426d8b6
|
|
| MD5 |
0785e96895301bc8a8f2ae7c507df9a6
|
|
| BLAKE2b-256 |
fc33c13bfca958eebcf922239f8d9bad2acd3a0470d244a566acb06c0c10bfd0
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
6ac647c06a70c37f20f9d7eb84f7476d7b2838834c649e547c053e5a6426d8b6 - Sigstore transparency entry: 533418411
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7dc1a67ce4868510c1e336413ffaf9e9344d3204ada2fae09cf6394f60431b0
|
|
| MD5 |
73f1127dc77134607da0f25965434245
|
|
| BLAKE2b-256 |
30eb9c95ba04ae45a17a0370abab01631e997f9e14957dd060bd6ca5ee7f9f7a
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp310-cp310-win_amd64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp310-cp310-win_amd64.whl -
Subject digest:
a7dc1a67ce4868510c1e336413ffaf9e9344d3204ada2fae09cf6394f60431b0 - Sigstore transparency entry: 533418424
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f6eac3a4ee52f37c0fcd42665a6482b55e895e0e964514f5b4f711a46ec6d83
|
|
| MD5 |
1143aeb861faa568751ed942985cdc62
|
|
| BLAKE2b-256 |
c7be66b14ac1cb423a3da3f13ba42b770b267758674548212934baab43b52247
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
3f6eac3a4ee52f37c0fcd42665a6482b55e895e0e964514f5b4f711a46ec6d83 - Sigstore transparency entry: 533418436
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4833acf821ad43da18f847d74c7db8388d7ff2f7b96163109bbeb44d899e662
|
|
| MD5 |
b1c2001fefce10af85bc2a16057a0292
|
|
| BLAKE2b-256 |
dacedf40e0c170a8a238a128c41f446814a413d986415bcb48f300c04633e167
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
d4833acf821ad43da18f847d74c7db8388d7ff2f7b96163109bbeb44d899e662 - Sigstore transparency entry: 533418431
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp310-cp310-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp310-cp310-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3e2f86f9753fe2e1b58005d889ae9dcec112ffe7687fc81964f42eb3e977123
|
|
| MD5 |
91c1f7bd8b78a79221f2193c3f2f2bc9
|
|
| BLAKE2b-256 |
51f54a411f225d5395ed3a14e995868e83b41a94852b046be2d03fcdca81eed7
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp310-cp310-manylinux_2_28_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp310-cp310-manylinux_2_28_x86_64.whl -
Subject digest:
b3e2f86f9753fe2e1b58005d889ae9dcec112ffe7687fc81964f42eb3e977123 - Sigstore transparency entry: 533418413
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
796af94b635acaca77f812edffdcf8649246061c9f803e98891c111d43e0e36c
|
|
| MD5 |
12722a66a4e0f1cfecabf395d929dfbe
|
|
| BLAKE2b-256 |
5bacd555ff7a04b9b15d2b3ebcacebfcae3291e731d50b54822d2ae7325c3ad4
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp310-cp310-manylinux_2_28_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp310-cp310-manylinux_2_28_aarch64.whl -
Subject digest:
796af94b635acaca77f812edffdcf8649246061c9f803e98891c111d43e0e36c - Sigstore transparency entry: 533418445
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
554e5f4f464fb4af5448160f51dbef04453b65c7d4b3c4457af55587be6ce207
|
|
| MD5 |
da26c088f8d66fdb9c8996dda33363df
|
|
| BLAKE2b-256 |
efd6408e7fd0581ccf7e0c01a4805a1ec6c99a4ddfcce4ef8e1656753c69fb42
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
554e5f4f464fb4af5448160f51dbef04453b65c7d4b3c4457af55587be6ce207 - Sigstore transparency entry: 533418392
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cbd18208e51f13080090a6ae4c067dbd0d753bd7b9aa32f9430efdb19e74fc0
|
|
| MD5 |
14466e956682027e61a179bf1ac198ef
|
|
| BLAKE2b-256 |
10fa88a32e6245a0273886652397bee6d664553141c0b6de829bf7be6afbc4be
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
1cbd18208e51f13080090a6ae4c067dbd0d753bd7b9aa32f9430efdb19e74fc0 - Sigstore transparency entry: 533418437
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e62cddfd2d0bc1a30088543155615d38efab6e95b2b902f5227827ed745234e6
|
|
| MD5 |
0e5a5a2c7cc77767910c2030b14eabac
|
|
| BLAKE2b-256 |
a60912a57817932763a43d7f9e3e5ca761506a0c5dbdd060a9f4dd04c5f26ae8
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp39-cp39-win_amd64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp39-cp39-win_amd64.whl -
Subject digest:
e62cddfd2d0bc1a30088543155615d38efab6e95b2b902f5227827ed745234e6 - Sigstore transparency entry: 533418400
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8029f59ee4b838b83841d6f411db86518b5a8dd549ebdb0f058f88dfacf0c6ba
|
|
| MD5 |
bb7d5f2d67204a306da14d935109a781
|
|
| BLAKE2b-256 |
070f8b7164d677c7ef15d7266b949a98617db8859a52a605de8f8b59ac3c9a0b
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
8029f59ee4b838b83841d6f411db86518b5a8dd549ebdb0f058f88dfacf0c6ba - Sigstore transparency entry: 533418457
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
deaa25160243901adcb677af623ac87f3fd9db31daa35c8d0735116c803bd889
|
|
| MD5 |
d16175b4a01df01241d723beb43d3b3c
|
|
| BLAKE2b-256 |
e063e0a60506beeca0f909b67c66abad3c933977a1179f446ed0af4b25a29158
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
deaa25160243901adcb677af623ac87f3fd9db31daa35c8d0735116c803bd889 - Sigstore transparency entry: 533418386
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp39-cp39-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp39-cp39-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c823c7d83a7e10f0accf7217b675723386049beebc2634a7397cdb57e0b7f41e
|
|
| MD5 |
fec4edbe5c6bc334333c92ef0920b7b2
|
|
| BLAKE2b-256 |
c352b5f01b549873c8ced76d977b08126dabd4df58a64925b8fa0da402cb8304
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp39-cp39-manylinux_2_28_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp39-cp39-manylinux_2_28_x86_64.whl -
Subject digest:
c823c7d83a7e10f0accf7217b675723386049beebc2634a7397cdb57e0b7f41e - Sigstore transparency entry: 533418441
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp39-cp39-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp39-cp39-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7826e00159aa6bf9ee2df691b49220d9c126ddb0feb64984609bba8858ab51c8
|
|
| MD5 |
3323bad126140b86e05faceea9905d4a
|
|
| BLAKE2b-256 |
69b9af99ab84d7b4a2ec77682435bb0d46407877b977d2bfa76b75fa36140d7b
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp39-cp39-manylinux_2_28_aarch64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp39-cp39-manylinux_2_28_aarch64.whl -
Subject digest:
7826e00159aa6bf9ee2df691b49220d9c126ddb0feb64984609bba8858ab51c8 - Sigstore transparency entry: 533418382
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27601b3e0b58d385470ff2483b2ddd7a3933ddfb906a81f207fde12c940f24c2
|
|
| MD5 |
dfb36eec1a128a9122e25cb18283649c
|
|
| BLAKE2b-256 |
0d335f0186195ac11fafa92a00310eb248b68a19cc7c8507d8b5d7026bcc85ba
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
27601b3e0b58d385470ff2483b2ddd7a3933ddfb906a81f207fde12c940f24c2 - Sigstore transparency entry: 533418405
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type:
File details
Details for the file gufo_http-0.7.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: gufo_http-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfdf79c31f04b766843bcd348225e552b49310edc14be6ac050254f166c3010d
|
|
| MD5 |
03ba88b7f760b1a2894141e46c4aff73
|
|
| BLAKE2b-256 |
13f30dc0d2d078af014b16e88f0c4a2dfb5c5e618495729f9f5c6cbc6e276c19
|
Provenance
The following attestation bundles were made for gufo_http-0.7.0-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
package.yml on gufolabs/gufo_http
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gufo_http-0.7.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
cfdf79c31f04b766843bcd348225e552b49310edc14be6ac050254f166c3010d - Sigstore transparency entry: 533418434
- Sigstore integration time:
-
Permalink:
gufolabs/gufo_http@5396002e4dedf85c997e790fe25647724d7757fb -
Branch / Tag:
refs/tags/v0.7.0 - Owner: https://github.com/gufolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@5396002e4dedf85c997e790fe25647724d7757fb -
Trigger Event:
release
-
Statement type: