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.29.tar.gz (877.8 kB view details)

Uploaded Source

Built Distributions

pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_x86_64.whl (871.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_i686.whl (933.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_aarch64.whl (862.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (889.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (940.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (881.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.29-cp313-cp313-macosx_11_0_arm64.whl (589.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyuwsgi-2.0.29-cp313-cp313-macosx_10_13_x86_64.whl (658.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_x86_64.whl (871.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_i686.whl (933.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_aarch64.whl (861.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (889.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (940.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (881.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.29-cp312-cp312-macosx_11_0_arm64.whl (589.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyuwsgi-2.0.29-cp312-cp312-macosx_10_9_x86_64.whl (663.7 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_i686.whl (932.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_aarch64.whl (861.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (939.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.29-cp311-cp311-macosx_11_0_arm64.whl (588.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyuwsgi-2.0.29-cp311-cp311-macosx_10_9_x86_64.whl (661.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_x86_64.whl (869.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_aarch64.whl (861.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (939.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pyuwsgi-2.0.29-cp310-cp310-macosx_10_9_x86_64.whl (661.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_x86_64.whl (869.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_aarch64.whl (861.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (939.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

pyuwsgi-2.0.29-cp39-cp39-macosx_10_9_x86_64.whl (661.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_x86_64.whl (869.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_aarch64.whl (861.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (939.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.29-cp38-cp38-macosx_10_9_x86_64.whl (661.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_x86_64.whl (868.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_aarch64.whl (860.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

pyuwsgi-2.0.29-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (886.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pyuwsgi-2.0.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.29-cp37-cp37m-macosx_10_9_x86_64.whl (660.4 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file pyuwsgi-2.0.29.tar.gz.

File metadata

  • Download URL: pyuwsgi-2.0.29.tar.gz
  • Upload date:
  • Size: 877.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyuwsgi-2.0.29.tar.gz
Algorithm Hash digest
SHA256 197064b97e755d35ca0fbe3a7ccc9560d3197ed25125fc888c9f90d86d55d47b
MD5 cf25b9be9947748027d914ead3136e15
BLAKE2b-256 18f7a5cb5d8eb418c7e4a57275c5229791424ff646585d5c521d74d1eec572e8

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cda8d6b56acfeccf1e5b750ea23eeb7df7736b855c4080cd7e270c6dc6a060be
MD5 9cc35a081176cf48ceaec83f93511eb9
BLAKE2b-256 11589fb518391d3d4959b5c3fd50af314f7269cbc448202a1773079fdfe577eb

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1e72d6e7c79ad480fe1a7c80698c37376a5e5013567258007b989eae47d66608
MD5 3de508ad31ceae1d0e90f09574eb0419
BLAKE2b-256 874ab94feb0ea711ee104830b8288bf6ab9045a59cecb498a6540ca4ca124c98

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2261b3b7c00efad1e15fc766e6daefc2d684ec96db136868ee4139ed7c0442c
MD5 fadfc4261340f30f3a253462e8368a1f
BLAKE2b-256 35faf3965aeb5f9c967d82996dbc4df6ba1dc15e5997fe78288236c0a913f593

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1cc7a60f1c5a2080cc349916cfa2e66b5cd3505c4fb38c799b8a3ba34b00c35
MD5 7d642170502962654603f5c4419d3269
BLAKE2b-256 9141a53b8eb1ddd1bdca1ae120b7dac15260ba1eb32befcb4751949682325592

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 882f2d2a8c4f6749177fd2e3f7f15c53ab969bb2beb9c613b62f79b7c3bae96c
MD5 80b9c890f1d68bdb1afe311f4eb20596
BLAKE2b-256 1bb6ea1ba24c05ac42df24c2ad5d5c06a2fcc5416d7841c175cd7b39c66a456e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46cc00c034191cf86e09e1ef1611099a95a0d1e2fb1219500ecaf73b22543c09
MD5 fa15ec3895abc2ea5ab823676c86021b
BLAKE2b-256 d11285367676874c12459c9bcaa86bb6e91ad1a85a07b493247c6ea1524aa47f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54e47e93d8c2b87eed7e1216a3bf8618885c697bc378c23290205ccb293e77c2
MD5 db3c3a12e27a9c56f73bba42c83a5cf2
BLAKE2b-256 a280f694ce32ea3663af4dce778cd0e449eb8400dfe61e782e30ac68a6189b6a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fc5141adae24778eeb5c3f510a6457dcfdaccbc62410c988c688be65c54c9dee
MD5 d7eba1957b6918bbbd89e408aff11198
BLAKE2b-256 3314c67e73312f441f2bcd3bcd4d67ff2b5b9c8b9ad37dc55180937f7557b093

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00e9f26731e891647422a54426344c703bdad22cde7ddb4a3b7fc623d2d5696a
MD5 0938ade5fcd79b63fcbf6d4d9198f1f3
BLAKE2b-256 90f10eb9415f04685b55771a1beb09bc6b3e03285403a0814563b8defbe6a347

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f75e66a5a1fa6f03445eef906797557878d243bd55d7a76428ebc7cbcc7e865
MD5 ec498b0c5252a1da5ff0414125d7b17d
BLAKE2b-256 f96381f5f1ecf1f107c71d964d99bf4f78e5c0a7bc8f3fea4cd5ee4dec235a08

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff45fa3452f51c68de18e1a90c944b366c0ed858e96bd2a85ba754ae832cb929
MD5 4dc1eae8d9201d085de3bc4c976d1716
BLAKE2b-256 7590365b47c76c88627d326b5c4233d1721fb0160b4c91ece2fbc8910d6265c9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 224a70a158e7c2a125f57e66608a3b7e621178ba666ccf718ecfb39400bdecbc
MD5 7e9909734d519b68f39c736af81a9c99
BLAKE2b-256 5ca5db11f774ca2cb4e31307021f16a60041ef02d586312a5f75218b2781f8f8

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60cda910ab51cf5a2bb79cf57d6e972e85250c0188de2184eb32a72f84e00a72
MD5 edd3424a9610c216e38323ef69e98245
BLAKE2b-256 64e7d7a75670f8ffc2c921e7b4877cfdd5ace80a25edac9620d73f8a17e888b0

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e41bcf4a1ccce908eb3c1ef98cf3126ab4ab289712f09e74505c1853c6252cf8
MD5 c3ed58bea5cfe2c8cb694494c42efc10
BLAKE2b-256 6b97ed6045ca22f2ecf459529cbb5ee57099abebaa58e3a64a57839718f27c72

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f944bff248399e08da485fb6c71d575bd93f7dd320b3ef43a38cc43f030b7742
MD5 4db15627eb6c89989ad42ddd1ac1dcc9
BLAKE2b-256 9d2c1738fd0b20abf592bab30b0b0c1cfe183c368e2ea5cfc7ca24e3c6a57012

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7e2ecea41de3f4d9cc6a6dad624c664f25ac2dd1bf13c682c61a9038f5658ec
MD5 3312bd0e4120f86db230f01063615e93
BLAKE2b-256 322a6f2971b88ef2964b530c5230212bff58f88253150ca36de1133b7cbe2661

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 496fe13eaafb9a175840a8c9f343d37671d7015c7370fb48d89efccfbbc7865d
MD5 c3692ea4c35c692edcb21ea8122cdff1
BLAKE2b-256 a494183f3fc7051bd112e78cf309a096fe72a850c3689b1247af28026880ef80

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e91d38909a6141efcda17f08f4afa6fd87005d57b33b8b25acfedefab356b85e
MD5 832d79fb6b545efbfccf2e8a9e690632
BLAKE2b-256 764217eddf29a8526421f847f86934bea536c9b42681e1213f7d47cf16b13435

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 409b83f0ab9e3a9dece91d95b57cc8518805beabfddfe6aeedad091f245e06ec
MD5 2dda1c434c89f3fe9060644ef2c3a584
BLAKE2b-256 c703bbe0e4cb1bd9ad0ef6d4a0191b1ae1780857682a15814248fedac3faec32

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2110d9564c640060093d3b8b91ddc0170915029122ae545d590328bd4a9ff8d
MD5 d288e560be64ed544d219755675f7f70
BLAKE2b-256 cbc29c1caae27405a0b5be6212c835ccef3840d09953f67d4f8c3eede27b835c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 053541d0581655da50a669e05ef7463092f50af5e1c082f560d49049a6706b02
MD5 d21888bfd1448dd23c55cc28c970c83a
BLAKE2b-256 03f6043b3700fbcbe5f6f2de7338780eab48f9450b89f679f04a74f4d416576d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b993d332edeb880c8377e33a25f3ef11af49e3c28d53e18aba6d4c8067725e03
MD5 1874e82bf1bfdcda6acecca445905df8
BLAKE2b-256 b0d90f84ff42435477fae2d8eb100505c2a8415fafdfff0cab5fc3e28392abe1

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22f476d5d0fecb637076f81d4d94cc2ad905979adf81b56f2d49545c25c37eee
MD5 b497bcb7faf250cfaf58ae88361726e1
BLAKE2b-256 ab723316593c2f43bab1bd766e922537020ccb0afa02a26609b77c3e2fdaedab

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 267358f4b6698ed554e03c1167e74063438de84563a2a271f3b37bdaba51fbd4
MD5 d67f1766b58cb150fd070ec2ae161023
BLAKE2b-256 d07c38eb4c5ec43ace4b80ff6127fa05441dad2ab92fc2f6beb95cdbe0480c44

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14964c1b55335cd1d84eb2bb65bc503a3c261df8adffab38364fb51a338eab21
MD5 142647a5d0de61ed74a57aec6b6bd126
BLAKE2b-256 c31cdc564cc2b9ef6c8bbd84ee4b4cea6638edb40f8412be7090b82506c653f8

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 72828d451ab83684560a3da9f5186a8c5d561ac9478937324cd3b2dd4db9171d
MD5 e0e71b462396ba78405d80024cde5e66
BLAKE2b-256 f7a10af6eeee4719254a0113f497f138df5420ce0445bc8689a335af07b97397

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f160046b6b3be568e55087da4807ef369503debbe3f5fbec368c0de70ca84e7
MD5 a92d0481b6a3b5ddedbacaa2c2916d36
BLAKE2b-256 89e06e52f1f8d06448dde10d0f6f303ce66b0297d1b0b0c5f3bd9ff6bdea6a04

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fed19621f2924157fd86ca28f8f9665f9e812fc7c065580550e1fd7c2d3bb5f9
MD5 062a14c2a819dfc4c96588c6cf26f19b
BLAKE2b-256 964d7f8edec2370be89dca9d84221e1fbcd65951377bb410ad0f685d244f0410

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da8d89d5f70453b517335e84fab921614ad0a6658b5d17e72b00866ad2d3c3b3
MD5 5ec218d295278e9e22935df83a33e10b
BLAKE2b-256 0347c5aae2b09b37a6ce466b936355f22b37ab84f6cf08c9baa14b88e704f546

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 22e6a1527bde478fca4ab8024fb0b7078be2bf249bfad4bd39ab2e6b68ad889c
MD5 f04e7f5d2f491ffc7087ff6b9f9752f7
BLAKE2b-256 fe9d49895d5f8f8df3f2ee685680fbc81820dc4851b9ecc4775603de071d136a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7c28bebc7439e3e8818bffd40214ef4fce2ed3357c9cbc8edca0e6bafe842e2
MD5 76199de66fb7e4344f866d28134696d5
BLAKE2b-256 1cb187bbaff5d8de2563dd7a75711db1385417296f1e89469b13937cb0eb77a9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b920160d8b4c4652aa8bac319a811a82aa6086650c8a3c86a7a3cb2b0d83942
MD5 e91de093407b229b303308c708177f26
BLAKE2b-256 944f051027c4ad64d2abbf1fe51cc13c50411449e8ba7432b40c09529ec8c246

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc6ba6625299065c39c7a35d7d2a5ab74cb7b50838bb4178dbd89e58da9dc289
MD5 6f4c38ad9a2f979bf0e9fc6822aef0ec
BLAKE2b-256 430018e1b07658ff96ef1cce2293c908afa398f83e352df845e4fd136e1a154f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d03d63dd30021541b1d2aaed1a01dea1ff1b8256bd014f8c69dc0501a0f63627
MD5 11dd3b18c6846b212b7325392118ccbb
BLAKE2b-256 baddbcabcbf12908ac4062ed1bfc10c6f208214d7f0c380d53a25605273ba598

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a67492ea579121285825042725c00ad35945d2f91b0b77829473caf7f96e71c
MD5 eb07b359a9e2a98b805e4d53071ed1f1
BLAKE2b-256 442a4ff76a5b7a73a1440bb6ccede4794f396c9fc5d05dfe80fa241831026bc7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9271f77b6306724a44444ac96679e1a0355b87896691669961cdfb2697bdd2eb
MD5 87cc9ef521f2f48b047f76ec5602f48e
BLAKE2b-256 7c9d8f9dfdb96eabda4a84fe6b678b0c37babc6c97aecbce385321b0ec9fcb74

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f5333a987bcbc354d9e5fd942fa52670004cf661df8043670743b526f8373d0a
MD5 fd0678cba8a3437386648b3c8c9598e4
BLAKE2b-256 d6aeaf7c6a306d4e54bf398854b42a6d522773d69108e443078c2bd7350373f6

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8679c4026ce69ef2ddd35f6bbaccba4064abb5bd0fa733b2443b6aa323075a66
MD5 79f387a526238d91764c92408bcb1f52
BLAKE2b-256 af32ef223a67d60b703a7d6e653aa4d41b8eb745e75e9ffefd565fbe620df655

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc60543e3f5e7ccdc8023153c3df7de629032d83dd9b42492ea5d5c36f5027c9
MD5 ad42bebf35277f8c658c7c5bb02a0db1
BLAKE2b-256 4178621f6416a65492accb5344705bef580892bee2cb7ec1172ca670c70201b7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2be51658fd6e16e11c0c6e0c5c74ec34592749c03d2793671e98f5ca7b9ca0a
MD5 01ac1aa5f9e6a14d5fe11dc6ae9c412d
BLAKE2b-256 abf5158b2ee389cbf09eca4c9b499d279904b0b65bbf37d08af1eb6182450f78

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2db5c928c98c87713fbd91ec0cd8ea0d5cb3a0f69927ffffd4af9cd50c1307a3
MD5 fa24407c1649bd5bc7411339a0b67e6c
BLAKE2b-256 a430cbd162d5e6496acb8b55b005309b01cb31bdddf22333ad86c21552c157ad

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54c22b8d055857b2ee281fee9abd6574be69172d532aa014800522083ba7d4aa
MD5 f29a30b1f64568ba3b9a30036d6e1a2b
BLAKE2b-256 cff46fd82aba5c7c9fa4306810c2192ce7a970fdd593a3e547890655a53c6583

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2cd95cc7c2c12ac050accb4e50ec6534cfba479ced58deab49f7287f58613e5
MD5 bddb1fe1ae87c4dc4488bcffc0192483
BLAKE2b-256 f55eb4a2a3c75f42b08fce9f8b28696edbb458689cf160e3028a7f615411b976

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81a1139a6b18f678b7db6ef37949ca3f80bcedd95a0f37b254ef561e23375f23
MD5 ef202d3dc9f1d0ca0ef06b7e063ad420
BLAKE2b-256 47448d31a19a0b9eb3133f666d66d48699c4f1a7378019deef4d58599719ff57

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3903f5f44a68a85471cbf675deaf8c3d75a99b7cba3371be9956f90deb262854
MD5 848e156f4f08dd3ce628e92ccb6bcb41
BLAKE2b-256 8e53f52842574d105414c6cd0f1943e58864435e26a10acb256a9cd5d087dca3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6154ffd3f4d9f5546e42cffa7511e4cf12dcd689bb7e2fc459751e36666e9334
MD5 5ce95557af3e79c7bbaf5ca485bc4ddd
BLAKE2b-256 4d1eca0b8c083d418697f237825ec30f53843f8bc739f14c97833b37d9a1afb1

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66bbccaf6c5e3ab2d24ef8a14ba4626c0413c8cebdc9596cc61d40575328e0a0
MD5 31249c1da19e502ec59acc1cc75785b1
BLAKE2b-256 c21662d12477d8c6a1907f28f324d9d20982d8c4ced0333fb4fccb4990f9b91d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 247ba0231c7d3458ce13c2a7cc740542bd8e4c17ebde48fe336cfa055a7b90fd
MD5 57f666f0209f44aabe9c762393b701a7
BLAKE2b-256 df6d5f03b6da9bd4ae2342017a30e2281ecc34199146a489b492529560c44063

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 459c73b4ecfd1deeb55d80f46191a88796ee2bc3b8b7488b9b396b768255d70c
MD5 b5c7d64819f9bd4141a477fcd924fb1f
BLAKE2b-256 327bd6c87f1a1b20a07c31fb9f6392b4e6f9451659c2e44126b0d4afda9e9408

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d05f6133c070fea54d3acbc4f613429474be4c0aae5158f255076819a8ce284
MD5 b32b3f5ef5fffa7b925883c1ce5b3b2f
BLAKE2b-256 0b573828dafe8ff918d3eaae706a873996c26d1772fd01d81f0fc0706a2c11c5

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9aa0d474490a0d3d1d203253858872f23af641aeed9fcb03310a931b1b3181b9
MD5 883a84662f6354a67b689ee10ca92f23
BLAKE2b-256 51f8d4082f84da243fc18b70d7805b775cf987d0889249106f1bda4ef44ab759

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7f5456571df2e43dc71c67c2c81e64c2169444ec1b71c51018847dfc243184e
MD5 7acdf84b2ce202517de30dd21b4e668d
BLAKE2b-256 7f678f9db0b2a1e2b6a0c079ba188f8fd83c9d0240f0d4be374870a6aeef0383

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f7b5f9d1d6b3040de5c72a4d817e17a0b3364052d5508d6cef39dabc410d27b
MD5 826d27ba0fb508a622d644fbda05f8e4
BLAKE2b-256 30805d952fa7b9cb2d67febce4a2ab8d6bf31337e7d393253b5806ffa3bd0697

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

File details

Details for the file pyuwsgi-2.0.29-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.29-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f68fc8c35171628b176f4b848a3dd8c37b312c36b94851bc51bdb16172c4300
MD5 e65b91c9a6fed734833a3084ea5deb96
BLAKE2b-256 388f5a3587e6fa89aacdb72a49bbb09e42ad3054717a0577b6329ee09cc91158

See more details on using hashes here.

Provenance

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

Publisher: build.yml on lincolnloop/pyuwsgi-wheels

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

Supported by

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