Skip to main content

The uWSGI server

Project description

The uWSGI server as a Python module

Install

pip install pyuwsgi

Run

uWSGI will get installed to your Python path with a console script named pyuwsgi. To make it a full drop-in replacement it will install a script named uwsgi as well.

You can also call it directly in your Python code with a list of valid uWSGI options:

import pyuwsgi
pyuwsgi.run(["--help"])

Differences from uWSGI

This is built from uWSGI's source without any modifications. A different setup.py is used to make the project a friendlier part of the Python ecosystem. It allows it to be imported as a Python module and distributed using the wheel format. The pre-packaged wheels include the following common libraries used by uWSGI:

SSL is intentionally excluded for security reasons. If you need SSL support, you can force a wheel to be built locally with the pip flag --no-binary=pyuwsgi.

In addition to the default plugins, the stats_pusher_statsd plugin is included by default in pyuwsgi where it is typically optional for uWSGI.

The full uWSGI documentation can be found at https://uwsgi-docs.readthedocs.io.

License

uWSGI is licensed GPLv2 with a linking exception which means you are allowed to use uWSGI (or pyuwsgi) unmodified in a proprietary or otherwise non-GPL licensed project without invoking the GPL on the rest of the code.

The full license can be found on GitHub.


Lincoln Loop

pyuwsgi is sponsored by Lincoln Loop.

Unbit

uwsgi is the creation of Unbit.

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

pyuwsgi-2.0.28.post1.tar.gz (856.3 kB view details)

Uploaded Source

Built Distributions

pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_x86_64.whl (871.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_i686.whl (933.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_aarch64.whl (861.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (889.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (940.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (881.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.28.post1-cp313-cp313-macosx_11_0_arm64.whl (589.5 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyuwsgi-2.0.28.post1-cp313-cp313-macosx_10_13_x86_64.whl (657.8 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_x86_64.whl (871.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_i686.whl (933.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_aarch64.whl (861.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (889.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (940.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (881.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.28.post1-cp312-cp312-macosx_11_0_arm64.whl (589.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyuwsgi-2.0.28.post1-cp312-cp312-macosx_10_9_x86_64.whl (663.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_x86_64.whl (869.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_i686.whl (932.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_aarch64.whl (861.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (938.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.28.post1-cp311-cp311-macosx_11_0_arm64.whl (588.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyuwsgi-2.0.28.post1-cp311-cp311-macosx_10_9_x86_64.whl (661.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_x86_64.whl (869.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_i686.whl (932.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_aarch64.whl (861.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (939.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.28.post1-cp310-cp310-macosx_11_0_arm64.whl (588.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyuwsgi-2.0.28.post1-cp310-cp310-macosx_10_9_x86_64.whl (661.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_x86_64.whl (869.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_i686.whl (932.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_aarch64.whl (861.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (939.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.28.post1-cp39-cp39-macosx_11_0_arm64.whl (588.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyuwsgi-2.0.28.post1-cp39-cp39-macosx_10_9_x86_64.whl (661.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_x86_64.whl (870.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_i686.whl (932.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_aarch64.whl (861.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (939.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.28.post1-cp38-cp38-macosx_10_9_x86_64.whl (661.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_x86_64.whl (868.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_i686.whl (931.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_aarch64.whl (860.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (886.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (937.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.28.post1-cp37-cp37m-macosx_10_9_x86_64.whl (660.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pyuwsgi-2.0.28.post1.tar.gz.

File metadata

  • Download URL: pyuwsgi-2.0.28.post1.tar.gz
  • Upload date:
  • Size: 856.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyuwsgi-2.0.28.post1.tar.gz
Algorithm Hash digest
SHA256 3b85217fd489d623512066ffed0cfc4c95bd3321655e9c6ea13cf6c7f064c9b0
MD5 4cebf408e08cd63e2ad4ecdd71914e71
BLAKE2b-256 06501438aa4b04a30b62280f2ac1a614f0ae3c6ef0327f84302c840249a2616d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1.tar.gz:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1.tar.gz
    • Subject digest: 3b85217fd489d623512066ffed0cfc4c95bd3321655e9c6ea13cf6c7f064c9b0
    • Transparency log index: 145665637
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0b1b09bdf836a6cacf35e2bb06f6ad4b7dff6c6ad48895e1b1c0b0d19bbbfcc
MD5 de9edf80a97059b5db3e72eed2190e96
BLAKE2b-256 8c651d90d5baa3c0360d7524b7390fc2dae5d26be8f995fb3f9eda76cfb2fc2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_x86_64.whl
    • Subject digest: c0b1b09bdf836a6cacf35e2bb06f6ad4b7dff6c6ad48895e1b1c0b0d19bbbfcc
    • Transparency log index: 145665666
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 20d23ddbf28a831543d586c9e5727c9c28d7be7bd7cb853c7db2e0c529f605bf
MD5 bd32a26ff21d2b6dacfcf8fd99fde54f
BLAKE2b-256 cf764ff14815ee0fc3aea5c510dc4de8a487e5a1173a1bb2d81c03c52fc6491e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_i686.whl
    • Subject digest: 20d23ddbf28a831543d586c9e5727c9c28d7be7bd7cb853c7db2e0c529f605bf
    • Transparency log index: 145665767
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9feafdfa73a632767a0cb1bafd285e36fba925b9c9ddd2b3311f2963c917c9f
MD5 69593e41fc811bc15536c4752d97a358
BLAKE2b-256 be42d6213e452801edf88a6d33d143940fba768e12077bfe2302fea97d40117e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-musllinux_1_2_aarch64.whl
    • Subject digest: c9feafdfa73a632767a0cb1bafd285e36fba925b9c9ddd2b3311f2963c917c9f
    • Transparency log index: 145665741
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32838668eab84ac6847876d9da72768552fca556e09a1fe3a63facb976bd12ad
MD5 2851120f1e946f6b8270675c504391d8
BLAKE2b-256 5e5e872c6c20e71d971d7bc5ce15b28a7589efc0cf0ce8907c71cfccc83cd66b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 32838668eab84ac6847876d9da72768552fca556e09a1fe3a63facb976bd12ad
    • Transparency log index: 145665660
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4563fa76d64a2c309eb902511a1fcdce66865a03785c61494db5c53136ffa7a
MD5 db6f1b1e2c5c79fb4411503a9e09338b
BLAKE2b-256 174d14aa75acf80347c9dea087c8b9046c78977113bafdf9625998e5e1172a76

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
    • Subject digest: f4563fa76d64a2c309eb902511a1fcdce66865a03785c61494db5c53136ffa7a
    • Transparency log index: 145665656
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5bdd7ec17f795049ef346dc10efbfce6c1a9500f3f39262c86107c70b9a83cb9
MD5 75575d268911ce5bdec484a526cebd7c
BLAKE2b-256 ffadfa5014f7653094006378a0c5e0c3349bdaaecdde4c90168bd3e8a1024da7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 5bdd7ec17f795049ef346dc10efbfce6c1a9500f3f39262c86107c70b9a83cb9
    • Transparency log index: 145665691
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f27ee3445eab37fabbe3afc6af68220c8f0bd28c5228d6a2ec7886d080614ad4
MD5 8c56abe6b826778efa63fd0c80f2a990
BLAKE2b-256 f358c64c3e1ef751b3a8d7cdda17e1ec0fd4edfd03f8f8684af04754573004e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-macosx_11_0_arm64.whl
    • Subject digest: f27ee3445eab37fabbe3afc6af68220c8f0bd28c5228d6a2ec7886d080614ad4
    • Transparency log index: 145665720
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 787fd67086df87921bc8837ef018cd7cf02834136f4735811375c1e17b776b40
MD5 05e1bafd9730a93ac05a7c9c11e4ed68
BLAKE2b-256 547de591df9501dd2591629a2cff11d30047bdc25b51bac53ce81294e50ea6d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp313-cp313-macosx_10_13_x86_64.whl
    • Subject digest: 787fd67086df87921bc8837ef018cd7cf02834136f4735811375c1e17b776b40
    • Transparency log index: 145665764
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e8fd6f2116d2afce52965c940a96a939e9d9c7409f3e19ba445a25e33779f08
MD5 8c3b0ce172bbb81ab2898574fb16e5a8
BLAKE2b-256 8f4207f42601ae6a8ff162317190f53ba59311fe0ebeedf523bd79b69ab667c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_x86_64.whl
    • Subject digest: 7e8fd6f2116d2afce52965c940a96a939e9d9c7409f3e19ba445a25e33779f08
    • Transparency log index: 145665639
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c29fdf5baaff9d717aedb63e7b78b90bec561afc099f952db44699adcb0c575
MD5 ec25a5558a9996def19d0343b53449ff
BLAKE2b-256 5648329628c988438ed709218332f9a08282cdd657b688c652d56167cb870cc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_i686.whl
    • Subject digest: 2c29fdf5baaff9d717aedb63e7b78b90bec561afc099f952db44699adcb0c575
    • Transparency log index: 145665751
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a90b72a25ba1a34299f4958237a12f18154b373a9a0a93a6267af5e8798c1ee
MD5 31bf31e1fca9e77568f3c607b7bf11cf
BLAKE2b-256 fb49a084bcf40a159bc0855447b3eab8b7710453342310cdc7d99803d15d8707

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-musllinux_1_2_aarch64.whl
    • Subject digest: 5a90b72a25ba1a34299f4958237a12f18154b373a9a0a93a6267af5e8798c1ee
    • Transparency log index: 145665713
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 941d44a67760dc173c0f8318f8b7bd1ef7927533d6efb4641b2ea9e934f09981
MD5 eb65d7ac99dfcc50f1ed86a9fe191416
BLAKE2b-256 df137d73f07240fe26499188a4f630ab3292dcf32536aa491a43620cc852b380

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 941d44a67760dc173c0f8318f8b7bd1ef7927533d6efb4641b2ea9e934f09981
    • Transparency log index: 145665687
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1157f49bfb360c1883feec82553adbed1e4a447e5ced66f36525a92f0e46397e
MD5 fcaf3b2b11a2b7e0b2c5fb03ce2617bd
BLAKE2b-256 aa6b2315b270787846f4e8dc3589d4a8201cb7aa99db57dc6d3a883210c754e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
    • Subject digest: 1157f49bfb360c1883feec82553adbed1e4a447e5ced66f36525a92f0e46397e
    • Transparency log index: 145665642
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64b40503a87621e79efe4306b77595a0cbcb69afa4f3428a85e4e8ac46068d88
MD5 9b19171ccb56d5139cd0819f468f6215
BLAKE2b-256 4f2acc0a1927f10235d26008a5e348eb596d88a50a4a09c42cb54ebaa295a4ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 64b40503a87621e79efe4306b77595a0cbcb69afa4f3428a85e4e8ac46068d88
    • Transparency log index: 145665749
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06a0294910de374ff43032b41333f7f9b62d59308b7f3eea29bc64d78fb93613
MD5 f2f4a68eae8e7682963d6844be4979d9
BLAKE2b-256 219b5cc43eae61af2fcffe38dd9a1381ae1591a6058aaccaea72c6f5e29ca371

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-macosx_11_0_arm64.whl
    • Subject digest: 06a0294910de374ff43032b41333f7f9b62d59308b7f3eea29bc64d78fb93613
    • Transparency log index: 145665695
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9390e8a2297186ede814d5863a06fa98b91295c813fdd3d08fe1357793476486
MD5 9fb8ca7b2ac24e6ec04dac344063adb8
BLAKE2b-256 1cd363f8d35e445fccfccb9f7b568db7f96b16cdd06ea6615b474cf1f66337b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp312-cp312-macosx_10_9_x86_64.whl
    • Subject digest: 9390e8a2297186ede814d5863a06fa98b91295c813fdd3d08fe1357793476486
    • Transparency log index: 145665747
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf4f03d8b74d9754efd8cc6b0566258ccc1123a8c2fe49a11835242a6fb27efc
MD5 3d753c60d25c0e4e393ac64595188b3f
BLAKE2b-256 b321c767c706990c0ba9bb634990ecb86bc69f6873e3c9c0d881561113bfae19

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_x86_64.whl
    • Subject digest: cf4f03d8b74d9754efd8cc6b0566258ccc1123a8c2fe49a11835242a6fb27efc
    • Transparency log index: 145665710
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e227836984735fdfa26d3be4927a6ae060ad8a0d28ef4a6adcd4f47fbfd7e876
MD5 92a80f46fad75a0b78393c124a1be5a9
BLAKE2b-256 e26e52d85e117e25b3f8624efcdf6b3094b323f068ca157848b28d20b2567a70

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_i686.whl
    • Subject digest: e227836984735fdfa26d3be4927a6ae060ad8a0d28ef4a6adcd4f47fbfd7e876
    • Transparency log index: 145665653
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4e4775246f2ab079ea4bcf69d70441ffe81eba82a88eb4da6ae9debf334511f
MD5 47a4cc601bffb7aa557d68d8e5318e2e
BLAKE2b-256 06be30faee05298a5fe09f8952ed2d92ce7254d3e77b23826172e23c8de0bfd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-musllinux_1_2_aarch64.whl
    • Subject digest: e4e4775246f2ab079ea4bcf69d70441ffe81eba82a88eb4da6ae9debf334511f
    • Transparency log index: 145665769
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44bfebc678b2dde10382197b9199ce546b699a672e05e139a3827efb121e704f
MD5 8f743de58e037fca7e34df3694ba8d3d
BLAKE2b-256 0c2f50b95e12dc5c55dbd37aa15fa0fb2a8fe51d60b5593c66282d12982fc63b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 44bfebc678b2dde10382197b9199ce546b699a672e05e139a3827efb121e704f
    • Transparency log index: 145665646
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6105bd14fa2e61505dc116574ba79f3f6e0f425f206d3bec2337463457167aba
MD5 c24f21fb79a59175f96b95c41da97040
BLAKE2b-256 5f95722712bcac3710ef0498fa00a96de4584b8fb0be7f8c571650aa6564264e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
    • Subject digest: 6105bd14fa2e61505dc116574ba79f3f6e0f425f206d3bec2337463457167aba
    • Transparency log index: 145665722
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1573ac212201ccbfea00b93d88fde89205d3c2f0a4d0c973058aa0b8745d4a2d
MD5 69d3ef6f1812a5582d9cabc31c406c4a
BLAKE2b-256 53b839d6b9bdfebb9c2c81d79b4e0a97490402b233c5b715051d79ad8c08a090

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 1573ac212201ccbfea00b93d88fde89205d3c2f0a4d0c973058aa0b8745d4a2d
    • Transparency log index: 145665697
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 219032fe8bb8306cb05e7bc509ff134c853cfcbd7d809a867d5b8ecd589bef5d
MD5 a8446abf055e9f519f2afe877f611aea
BLAKE2b-256 ddb20190fcc9716cc9e5137b1c3c241a7f856fb7a3c799d0a7e0df8f35a899c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-macosx_11_0_arm64.whl
    • Subject digest: 219032fe8bb8306cb05e7bc509ff134c853cfcbd7d809a867d5b8ecd589bef5d
    • Transparency log index: 145665645
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36d9c628067fc1c58534b800aacbb7499813b214cabe9128fb5ba79ad32ff9b9
MD5 58a6f9765add0b129775dcfeb8990d6d
BLAKE2b-256 e685ebcd2b5eadd60da2d03a678932cbd21c6a66b608d7bf29f0df52d0e05e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp311-cp311-macosx_10_9_x86_64.whl
    • Subject digest: 36d9c628067fc1c58534b800aacbb7499813b214cabe9128fb5ba79ad32ff9b9
    • Transparency log index: 145665734
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1b0a27f1b9c63a1ac9788a068e5905b8ebedb1b460b9256ac85d1318fd6a9a6
MD5 c058663b8916b9556c9f7f04a01407bf
BLAKE2b-256 d53d68983962820949499a1a12737443515c95cfc9cc0a6fc420df064d2a6fe1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_x86_64.whl
    • Subject digest: a1b0a27f1b9c63a1ac9788a068e5905b8ebedb1b460b9256ac85d1318fd6a9a6
    • Transparency log index: 145665649
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91bdc9fcd1e13088ef57f7e58e427c9539e9d2c6d75157f55b5d17ef599e61ee
MD5 5fd425347257ab13bba06ad5a76aee2d
BLAKE2b-256 8d284722b7718ba3851d3d5e6abd0e995ef465f685ccb53e8dcf08094a09401f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_i686.whl
    • Subject digest: 91bdc9fcd1e13088ef57f7e58e427c9539e9d2c6d75157f55b5d17ef599e61ee
    • Transparency log index: 145665673
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1289847ba14ae2ba4f918c57e9d257ecd82a43f6c7a026e155577596c6304f1
MD5 dee39a1d476d62519b3893999eae0c35
BLAKE2b-256 4ba2350bb70fcd8eb1eae268a2cfffe9e19e7999fed2606b97c85d1799b5dc24

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-musllinux_1_2_aarch64.whl
    • Subject digest: e1289847ba14ae2ba4f918c57e9d257ecd82a43f6c7a026e155577596c6304f1
    • Transparency log index: 145665719
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a4fbc27ccbe24cffb65ce89fbb7cf2e8a0af625b7706179786a810688cefd7f
MD5 3c85a945a9dfc42b4eee890c64fa5fe4
BLAKE2b-256 6ebfcf125119cd2e23f421539fadb92d38465e2184742d18b7dcee91ef5e347a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 4a4fbc27ccbe24cffb65ce89fbb7cf2e8a0af625b7706179786a810688cefd7f
    • Transparency log index: 145665689
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30798db4c0c9b36a12fd831cfe621c69569e226d177b3c28c6a191e2a819604f
MD5 c163c7f0da717ce39b54f54926c4c0c0
BLAKE2b-256 b0aff3603c02f93080abbfa172779403997e44d99b1fbf47c54179a750564134

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
    • Subject digest: 30798db4c0c9b36a12fd831cfe621c69569e226d177b3c28c6a191e2a819604f
    • Transparency log index: 145665711
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9382286b9cf94b5d826388cda7097235b0f1348c7549c8b71100ecfc8d74c58
MD5 716ed21b2bf70e6d8b4de9b5ad2d450e
BLAKE2b-256 90adfb5e7209ae341eec90ecbaa87700093b8e9278c2cfde09def14942dd73c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: a9382286b9cf94b5d826388cda7097235b0f1348c7549c8b71100ecfc8d74c58
    • Transparency log index: 145665758
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c2caedcc6fd0cd217b65ab863a51e18032b3ce81316d0a079652ed43ed8ba68
MD5 edff687e8aec53e6a2fb98a8079ee654
BLAKE2b-256 267fd2ffbdc9b3bcf32b49bd30103af61b8c6e300f3360da9a43863bf347715e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-macosx_11_0_arm64.whl
    • Subject digest: 5c2caedcc6fd0cd217b65ab863a51e18032b3ce81316d0a079652ed43ed8ba68
    • Transparency log index: 145665760
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 611e6585a51b3a1f9619e1069dcdc1b8bf37ad7aa16b271fce2ca3e1440fc548
MD5 9b8e6dce8d51a03fef607ccc2e174b60
BLAKE2b-256 502a77fc32fcce2248bec1ddf94974dc9486f1ec8e11d74f158c80241bc97675

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp310-cp310-macosx_10_9_x86_64.whl
    • Subject digest: 611e6585a51b3a1f9619e1069dcdc1b8bf37ad7aa16b271fce2ca3e1440fc548
    • Transparency log index: 145665759
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81e59789af3b568ed1c4484b4bac9e4b79810f4774d8d3ab9056eb3f500e1e94
MD5 2fc80d70f533c3dabe6060510df42003
BLAKE2b-256 794bc6a09f09926b138fee8e1b4d224354d72d300ca1897923360846be5eaff6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_x86_64.whl
    • Subject digest: 81e59789af3b568ed1c4484b4bac9e4b79810f4774d8d3ab9056eb3f500e1e94
    • Transparency log index: 145665725
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc85ba45af7a7b89e3a722cf9cbba724fabb2c3b5caf3c25d67286ab329df97c
MD5 ddeffe8a8ff8b6fa34a856f53264c5ad
BLAKE2b-256 2b154ed4ac9f6fb6c07296cf542e38c701ecc466f4bc938a3ff25c012ea6c3a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_i686.whl
    • Subject digest: dc85ba45af7a7b89e3a722cf9cbba724fabb2c3b5caf3c25d67286ab329df97c
    • Transparency log index: 145665676
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f61adc1ab15da41675af36256feccd0cafb797c703499930fd5b3b381b0b6273
MD5 dc40cf5767e34bce4f5ca58a0b937c00
BLAKE2b-256 64e1057b3de0ef25154ca34c9e9b44ead4f8776cbcc7f40edb09de4eb5c8a1c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-musllinux_1_2_aarch64.whl
    • Subject digest: f61adc1ab15da41675af36256feccd0cafb797c703499930fd5b3b381b0b6273
    • Transparency log index: 145665730
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2300dba7037089a23b0eb4d2b037391be4d89b73e597671d0f23903a529cd552
MD5 296375ab5849cb8e05053f51c7c68c57
BLAKE2b-256 9d7ec31cfb1eabe56cea32ede6cae013d32670adb42b676ee83122415d858011

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 2300dba7037089a23b0eb4d2b037391be4d89b73e597671d0f23903a529cd552
    • Transparency log index: 145665756
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 167d05f635c46287ee8709b09f422fbc16310acad3c9bd100a267679c061fe62
MD5 b7e0b3eb29aa8478b188a94bb497d7a4
BLAKE2b-256 7f1abaab2602eaf96221134484bd656ca4cfd40706bc8069b2667a530bf8ce02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
    • Subject digest: 167d05f635c46287ee8709b09f422fbc16310acad3c9bd100a267679c061fe62
    • Transparency log index: 145665706
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad20990917364f8f9b3fc62424edc6d9a992146bc5e15d37b1bbc9c3934ddf9b
MD5 51addb7e67c3f8389e0fc08b6ba8b00a
BLAKE2b-256 a5d4746a8ea469ee31d0806ae1d459564114386117f37e1cc1fb445355fbb6ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: ad20990917364f8f9b3fc62424edc6d9a992146bc5e15d37b1bbc9c3934ddf9b
    • Transparency log index: 145665773
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa60c4fb1e483c079d1f3767863bc41884f6322f0744ac5d6398b0e505e9d21e
MD5 47b94104f84786378eaf4afa37201ccf
BLAKE2b-256 d147751f5042ccf7579d05589fd3c62b32fc5b4b362cfd0ae5500d513cd89087

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-macosx_11_0_arm64.whl
    • Subject digest: fa60c4fb1e483c079d1f3767863bc41884f6322f0744ac5d6398b0e505e9d21e
    • Transparency log index: 145665684
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f55071012ce5d728ac428be78c3710e986acc02dcfc1d72f3a76541b85e25cfb
MD5 888dafac61ac5b03673e937a01deabeb
BLAKE2b-256 1f9dc7586b7f1d741d0e06f766f06819196ec2570cc03c4c1eb5af6eb09add93

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp39-cp39-macosx_10_9_x86_64.whl
    • Subject digest: f55071012ce5d728ac428be78c3710e986acc02dcfc1d72f3a76541b85e25cfb
    • Transparency log index: 145665693
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8a932c9d34b2f0007eabf04728ffae7be8bfb87a044daee50a82b6796ad5b34
MD5 836774151526a814e6e91a8685cd2fb7
BLAKE2b-256 3cc6330142e1437b2140a070d6ccabe05f62fcf3599308d4a600bc4a3f4861c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_x86_64.whl
    • Subject digest: a8a932c9d34b2f0007eabf04728ffae7be8bfb87a044daee50a82b6796ad5b34
    • Transparency log index: 145665727
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0b1c131288b6b473e39c5b02e63c34b64422665749dcadee41ef98d64b5db5d0
MD5 fde3a90e24bdb5c1c9d4572bfe2ea9d4
BLAKE2b-256 37f7c2de822c4cd4edfc100cc88ec7937076636f26319dfaa44daa055c821a04

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_i686.whl
    • Subject digest: 0b1c131288b6b473e39c5b02e63c34b64422665749dcadee41ef98d64b5db5d0
    • Transparency log index: 145665716
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9436ac4450730e1bcca4591ebb781eabcfcf93462114e199b951118032144323
MD5 bf08870df8b5493f56a33cc1efd97d18
BLAKE2b-256 bedfd8222c97b3a73200827ae76882bfb72f21b02504b74c364acaa2b7b12979

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp38-cp38-musllinux_1_2_aarch64.whl
    • Subject digest: 9436ac4450730e1bcca4591ebb781eabcfcf93462114e199b951118032144323
    • Transparency log index: 145665771
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29c6f658625f2470d905276987aec898a690eee33f49c9c3961ca9d912abd046
MD5 022f94f93017a1b9032f848cfbb779ad
BLAKE2b-256 fe961fb0edcc366a4e6b0371bb0d4e721517f1470acbc56c3e95ef8c0cb60f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 29c6f658625f2470d905276987aec898a690eee33f49c9c3961ca9d912abd046
    • Transparency log index: 145665755
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b351e76c9a18dc3e8a635994a98571b9ca7f10e371a0085ae3c8cd95f3db66cd
MD5 2174f1c50ddd9dbb346051ff7833e13c
BLAKE2b-256 4691aa836939b01597535f00809e860aacf00f8e23f1eba6f6f3c3404d5e1826

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl
    • Subject digest: b351e76c9a18dc3e8a635994a98571b9ca7f10e371a0085ae3c8cd95f3db66cd
    • Transparency log index: 145665703
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 327800fa58bfba5d6f2bd19331e812e0e1250aaa681874f5b92998f68e6bab75
MD5 ca92af35e092b0e8dea3872dd4284eb3
BLAKE2b-256 2724ce28a54eb9f03b8e68a6b7cd0031bf1f1f91f51b23e5a14e947372402392

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 327800fa58bfba5d6f2bd19331e812e0e1250aaa681874f5b92998f68e6bab75
    • Transparency log index: 145665664
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2f118d7211e4afb7e8248cd380c1eac3e87604c1143bbccac1679c3a3642e22
MD5 b731cd117b13f28fba9ab5583b971dfc
BLAKE2b-256 1ad3c1e73a65e81b7b05f9bc6be205488feb412d131539b37f5949b1071c7bdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp38-cp38-macosx_10_9_x86_64.whl
    • Subject digest: b2f118d7211e4afb7e8248cd380c1eac3e87604c1143bbccac1679c3a3642e22
    • Transparency log index: 145665683
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e6afc8916098ca35119dc0c619f29ef572f72c6f4425f29604c17397ae313b2
MD5 7a5c0f2939f9d2464b780b62157b695a
BLAKE2b-256 3705bba955a0ad20d2effe102e496186136763298981fc8245dbb1d81ebe164e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_x86_64.whl
    • Subject digest: 1e6afc8916098ca35119dc0c619f29ef572f72c6f4425f29604c17397ae313b2
    • Transparency log index: 145665699
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8dc521dd980ee431d4e6fc9a018ad1df4840c4551f281a598878083f3d155243
MD5 db27aad5d76e0f2e0b0250d473dd851a
BLAKE2b-256 c8bc5a0bbd6e14520aa1b6e4739e73eb89355b73da8dc8f82d3f025a92f1366a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_i686.whl
    • Subject digest: 8dc521dd980ee431d4e6fc9a018ad1df4840c4551f281a598878083f3d155243
    • Transparency log index: 145665744
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b6bec34ca5b200dfc8b10c74b0a9e3da051747f5faa300f681bbb46cf573fd0
MD5 4dbec21a354fbf336777c843a6e20cfa
BLAKE2b-256 9203236704d32be382d7f9808d368164954d5587a6189e7c10cdcfe8f36d6811

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp37-cp37m-musllinux_1_2_aarch64.whl
    • Subject digest: 5b6bec34ca5b200dfc8b10c74b0a9e3da051747f5faa300f681bbb46cf573fd0
    • Transparency log index: 145665678
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c969668db4599b6a5c927ad4bc1d698ea8c57fb10a943b51402fe80a97cdfc9
MD5 ce83dfc87ed7bb67d48bf91d753aad09
BLAKE2b-256 0fece209f2a8dccdfe767a1a1e2864f4d926dbc56f4794c05a5ce5706903f81a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
    • Subject digest: 6c969668db4599b6a5c927ad4bc1d698ea8c57fb10a943b51402fe80a97cdfc9
    • Transparency log index: 145665762
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4fcf8a76ad40af8c3c1a1e98f11be03e999e4957f48da6a180f5b8fc40b963c4
MD5 62f69517e983c1b12c198efa5ce8e3a5
BLAKE2b-256 2601edaf508196982f3cd7b9aa851c3acb0805fb0e1e4562340e8da5dedb1fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl
    • Subject digest: 4fcf8a76ad40af8c3c1a1e98f11be03e999e4957f48da6a180f5b8fc40b963c4
    • Transparency log index: 145665670
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dbe7d0bb8184ef6c9bec1a3593a02bd27de0348807c97533069a7bca2603d19
MD5 ef172c881e3b590333b3962b4bc523dd
BLAKE2b-256 67906ef32bb5d5343e872e59908bc280093c2e3dc2f5eede716cfa208cfb2e24

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
    • Subject digest: 1dbe7d0bb8184ef6c9bec1a3593a02bd27de0348807c97533069a7bca2603d19
    • Transparency log index: 145665777
    • Transparency log integration time:

File details

Details for the file pyuwsgi-2.0.28.post1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.28.post1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 735861b77e607e133f9905a5e0ba6505ef6788df1cfdb6af06e6dfef07dfa9af
MD5 5b230a625f304b5fb8e1fa617c7c44a0
BLAKE2b-256 2abfba04bc3a2162df96e9ceb38d88003a23b26dca5805b9fadffa1e57cc50a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyuwsgi-2.0.28.post1-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: GitHub
  • Repository: lincolnloop/pyuwsgi-wheels
  • Workflow: build.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: pyuwsgi-2.0.28.post1-cp37-cp37m-macosx_10_9_x86_64.whl
    • Subject digest: 735861b77e607e133f9905a5e0ba6505ef6788df1cfdb6af06e6dfef07dfa9af
    • Transparency log index: 145665739
    • Transparency log integration time:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page