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.

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

Uploaded Source

Built Distributions

pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_x86_64.whl (911.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_i686.whl (951.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_aarch64.whl (908.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.23-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.23-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (974.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.23-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.23-cp312-cp312-macosx_10_9_x86_64.whl (575.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_x86_64.whl (911.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_i686.whl (951.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_aarch64.whl (908.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.23-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (974.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.23-cp311-cp311-macosx_10_9_x86_64.whl (575.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_x86_64.whl (911.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_i686.whl (951.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_aarch64.whl (908.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.23-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (974.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.23-cp310-cp310-macosx_10_9_x86_64.whl (575.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_x86_64.whl (911.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_i686.whl (951.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_aarch64.whl (908.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.23-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (974.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.23-cp39-cp39-macosx_10_9_x86_64.whl (575.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_x86_64.whl (911.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_i686.whl (951.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_aarch64.whl (908.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.23-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (974.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.23-cp38-cp38-macosx_10_9_x86_64.whl (575.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_x86_64.whl (911.5 kB view details)

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

pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_i686.whl (951.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_aarch64.whl (908.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.23-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.1 kB view details)

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

pyuwsgi-2.0.23-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (974.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyuwsgi-2.0.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.23-cp37-cp37m-macosx_10_9_x86_64.whl (575.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.23.tar.gz
  • Upload date:
  • Size: 864.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pyuwsgi-2.0.23.tar.gz
Algorithm Hash digest
SHA256 74ac3e9c641969a3073c67793773a73bd7968ddcc3fa810c5396415e80cc0df1
MD5 b7a282dbb0fd42623cde7fdf2715f92a
BLAKE2b-256 e402d661a29fa7b6967c2f275bccd3d82a29cd6b21677c1e4234dddd74cbdd6b

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79641c8fccc507288b58805c0edb0540713b9fb65d445d703329606a3fbc2fab
MD5 01852a2bcfb3444be82ee768af0c58d1
BLAKE2b-256 33ec74643ccf1a9fe0806c18eb08184bea73e910af62dd4d8764deb0750ad65d

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1883c08aa902dbeb7bd70c5ea319452ecbce49adc715ece4c4bef8c0acfb8523
MD5 c49965edbf297e7674de711059f4a500
BLAKE2b-256 864af9c35ccf322c52d659d02098b40de55e1ad53e436b25fca88513cd6e53e2

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 563270210d79a9e1a76ead34dec40b0ddf1491ac44e02e9d9fd41f8e08938f07
MD5 2698b4a923462cfb89fc56915901928e
BLAKE2b-256 4a19c4b930ac3a815858e428a6c8c60fe4f450c536af459f0c950028c8b5f473

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6505cb52b25eecf81338b9f17f4b47ec6288f3911eb65a5a9f3be03ed2ba0b97
MD5 016a628aedec63488819a5ccf99aaae0
BLAKE2b-256 d0930e296cff6a425df261c4f5bfb42967c4522ecd54acebbebd1a7e6827e24e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf9d22dd5397a80cf91242f173c4bab0104c7c8b17d286b289a9582a30643cac
MD5 2333933cfd1932b93623adfab168cd2f
BLAKE2b-256 a442ba448e7e67307e04c987c0058d0c0a3e7285800c28ddd21f8dbbf05c9dd7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3608203a37ebf5580f3fc4901ae1295fd181caa7ec49d29b7dcc1864725049e
MD5 07bdebbf27be8fe1c6a8c5d82983ecc5
BLAKE2b-256 6a1d30802e08875ffde24d3f3c5a9f267b7084b3bcbb33e3c0aed298b7ca1b6c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea11e270161e5cc8f6935778841f30e3226b0ee3b70185d88d8fa2bf0317bdc9
MD5 03e6ac0447d4f3aaeb6352f27790b11e
BLAKE2b-256 2949c8795f435b95557819fe41528b69aedceb99fe406eb083b4732f7f2311f0

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 feb783ef451dc09cd37b2376ccc9e8ff28d3296542df0351e0a4502c8fac765c
MD5 9bfdb6da5b9873d42f285a9c6cd37806
BLAKE2b-256 83899194ea9f369a6e3b48196612b413b0708802db639383c543d7e93529f889

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 39107b8abaf488e890d53372bef7b80fdf350b703bbfa2f4ded1002eea31b198
MD5 cfe265188c6cb90114b63f59395c5989
BLAKE2b-256 74453130cd59946f4c9193f5d4d37c361e35452983ff6e248d3ac6dd737627ab

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fbad05b405630ddaaf8010822fc8bc553551bcf691df2d1ffbfd4d2204f9973f
MD5 8b0c7ecfcc0ceab3f7491b596a662fb1
BLAKE2b-256 ce0fb6c080d6140b85d6b8444071624eb96531daf16bf13f0ad797614b07225f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1de2f99dc4642aea7226889c76083884260920adc14a4a533660479941c6e6f2
MD5 30dd2f20a005ffa990b65ff7413fe3a1
BLAKE2b-256 d532de21f4df4a948b1550f99799a49de53c56f635d0258c7bc984f4302559cf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9db7b77bf6ee429da0583f36f168bcf1294195d7a4ac53b53d1f5d8ac8c2717
MD5 f88f3463d2de940d2a507b8d3ffdce6a
BLAKE2b-256 4cf6ddd68d710d9b11711236e778d6c7ad17a3d1e0a6932f13b3513857670e3a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12568dbacacd02b22791b352c3e93a9307d565512a851b36483ffe4db69b711e
MD5 7b3c8b69c0daa3c2d4211205a82d4ab6
BLAKE2b-256 089bde868746145e369a2f7c5c25b5ca5ea5d301f0272b62bfb9c713cf5726f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbde1da759d1486d6b20938b8f03b84b4dfe4a1b7ba111c586b1eaed6cd85cdc
MD5 3f08f6ec518dd8df2f6eed5e426fd1f4
BLAKE2b-256 e43e75e1a96ad84a789bfb32a2f2c99acd4e71f3dbdef277790e9c12cfacf37d

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4dc785d94878088fd2b4b6da7a630b5538d461b92b6a767cb56401dac1373b9
MD5 77246211b4d8e0443e6c82df58e2d08a
BLAKE2b-256 70e782f169722b45df7091de9ef188f1239b45ef77c1d839524cec503fc6b13c

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 40ddfcb7d972cac169e62253027f932bb047a995cfbe98398c1451b137e3cf8d
MD5 5342b70579c32d6f71be467c6d4ab346
BLAKE2b-256 4db407abe39efd6ff7bd67b27dface9a45b8973b00338366fee1367b010985aa

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 366dbc57eaee7b37f3e1c4039fcd7ba2a5693579e17ba07704038ffa28a8be57
MD5 065e60625836871e7f988d0bcc968a6f
BLAKE2b-256 2ca030683990f0979bc486b8f070bd928eac6482cdd98c76b455693fcd14e458

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4796cb1d35eff2cdae6ea01ffb26d2ec0ddf5c692d9f4bf5a28cab61baf78f4
MD5 f39a00614f393afd6d74ba12fedfcf81
BLAKE2b-256 758ef570faca60b9e984c1b03b270c8d9bd4773876557e1077d97352ef387898

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80e6fd3a9f49fad9404dd2622116db16990dd9c5061461fd700a82b429f0ee2b
MD5 0c9d79691ffe902be2fa32fb19d0990e
BLAKE2b-256 8a58daefa0ec24af0e50414c9f561c519cddd5b3115306aab32fbc1aeb79cb2c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 efd9689290c3b4afec7d28f1c43ec60f9ee905abf66a501584454cbf6b620678
MD5 1a56e16c98934d7019583c1d72512e8e
BLAKE2b-256 5d5aaa766a7447bb4a35496462900f669fd97bd399fa956823997761fa97b403

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0bb538ef57960389d67bcd4a9e7ebb562ed13a4556a5596305ce5361e121fc4e
MD5 756f9d70ece8edc0d8c21b7a4b2a63f2
BLAKE2b-256 6292a6ebf22d98d310a38479daff67552362a737f3d4432d303c33b6fba57d59

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a13932ba8079b627d6233c8a04c1544bbe2a9007ddeed7f68f46401b1d0c5d5d
MD5 1146f365bd4c5c95f78d65e7fd389c11
BLAKE2b-256 0b229d7a84ae759aceb645b369cc2895a83953fc960bc7dac80e7c7e9b21c1f4

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 447a2a72e4285a1617154c496005fbaf1fbf5b3cf6e81186a13e3627ed7b0994
MD5 02a3f2bacaf59d04c841f8b90f77e3d7
BLAKE2b-256 7c8718ff6fc52a7bf4012ba102dc5d01b84d28dbd71c5f79c4f5cb0884266cb4

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b27a7dd26e134c134ba0ed17bc28209eb459709480bdc773ce7da5ecc016c81a
MD5 2ab5cee568eda5b73883edfc999feeb1
BLAKE2b-256 4a31c254479a75d069c18c6f6be2399dea8a4923633a7eef3f3b5504bb5b2107

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf687febfb7f1cfcbedb07762f39279df8725e9e681a859448ee1c1e79a39180
MD5 2d26a066223374833fd012bc6cfba182
BLAKE2b-256 27f606ef4d90aa42af16de1d52dc6fe134ef6bf0e32b4e15b9156f8d53a599c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8f2311699e2562670e3ce979bbb566302e7951e758ee80f77a42f1e13a2e221
MD5 da618d71c26bc1353eed14538b1b025a
BLAKE2b-256 f0e4e29163de84ffb15a58b386ae28532cc1e7eadd27774250c7eabf0dbebd8f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cebebc9a322f3d5caf19938114d66ff341852756511f99f1892fbc684120501
MD5 b9cac06ab04647371aca65d614375c79
BLAKE2b-256 03adac9f2082752e8aeaac4d5793eb9ea12c6ec4e84ed8abfa72a01aaa3ce31d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c8eca007320f91f4009eca578e3014a443e7f7b33dabb2454754971fd5df4c0
MD5 0314f42180f32fc31ec8618d0d6d7289
BLAKE2b-256 f6b98b04ce8a9564d29bf452e13dedc2e3c2d969340ec9e2d8e2a1db8af5ef2a

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0fd1f679c4597641bb30887e9180c42dfabf4b3e7e2747425f4468fe93a17e51
MD5 cfbc96f890398979cdedbcf7801a48d9
BLAKE2b-256 10612a459d3f71d696869ea4fb8d676fcc8c4f15c6ea724e3dd0958fad4f3956

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a35ab28beba766f89c7a0db6a6a0fcedb72d7c9ff3262f3f27418bf5b757602e
MD5 139da62be6e0f5ac1f59c1151826acb9
BLAKE2b-256 c6e5d1028e0b8ed8026e6d06d7b89ded22a6679cfcb22faf8de709551cf33a47

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 173709af71a86d9efee16a702933fee2ee3e6ac6b7f80eee86414bab0c80838a
MD5 f0d48d383bc66c29610248717a95a047
BLAKE2b-256 8945b0d865e609bf98944811dcb3d11f042eb8da10ccdd5101e67fafe8a2a11a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56ba238ccf4e12de0bba0ee7d92e316e3acda22419e3403dc0d474420baf3d71
MD5 c5255d7cb967431f29802e4c13360360
BLAKE2b-256 293fe5d97af01ae8b4397d10f08fb2cefe5d10bf42ef33f569e31c713043d16d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1e3151b5495e3b1882b07a72e040e7a0422e8e5e58ceafc4cc046428c781f86
MD5 5e23dae858187761d1fd342404ebaeb0
BLAKE2b-256 a24e9746856cc06ad05f16a33fa664a35f10158e43dfaca55d0ebe7e5b1e73bb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78d8ab2ac544a80bfb57a3019f1768e2ca327993f3a2e39aee92b0a70746f0bb
MD5 cd1ef2e9ff4d3974265f42e2284e858d
BLAKE2b-256 2f5f13ca3ba10e8c19f26b57faa8afcd6ab10773de62abde8cf0e2ff1903dd6d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 120ae908df0b006d1e88b43a3dfbb2f02212ac768d75baefc2a20cdf1b279b11
MD5 564829022f2f1117e12489dd2cbb1177
BLAKE2b-256 90e70a9499e20a18cad2352276c3319aa0abd5aa54dcba39747df3cf90a26589

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 764e833b890a82cf94f60087147bd98d8d8769e133e1c1289cd7b8af4d4e19ee
MD5 3c6559df022d745216c592ca7b031fb8
BLAKE2b-256 5088fa18dc65768bb86eb01a574e5f908b6930217ca031e012fd8b111c535259

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 462dccd00ad01a33744a7c061fa2080b58e6b4c0f25cb95e8f9628a42d10f04f
MD5 6c36d556b5ac5949ace4eaff1ebfa3e3
BLAKE2b-256 4c3cdf73f7c9913d1ea5307e1f5a6c9ffbbb0e64c1f38c4985b4a6869972d537

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4983d2f201d14bf7ed6ec2f6e9449e046440476877e55b1cf6f165d2eb6d3cf4
MD5 6041bb1340e8dc2460befafffde6582e
BLAKE2b-256 636964ca025a2f5d6f12223b7b0819494f520cadef7613632c9af2be1e99bfd3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7684b4c97bb0d52f3e53f5f67a39241ed1ea234e4a8c351a7ea4a4cfd397909
MD5 680aac2f9ab073c17103cc7eed88a5ea
BLAKE2b-256 7c3c58004b3153f479c8e49571f1a86f3cae04b8e12f7c826392ae5a237decae

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 58cb2c48bfb34b73f5a7586c55d2e29e927a7ca6ca45153e9d860d380f4d6ef1
MD5 db3639b63f307254653b9e73cbe56a2e
BLAKE2b-256 8e89e42ca323e7b64849ac77868fe32b7efee5831d22002131d2be7dbf927370

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d72e622517522df0e8e04fc1f2aff0d1cafeececc44eecf6f83646f405ef474f
MD5 311249a7714bfec9f7a9268763ab983e
BLAKE2b-256 6d2b66d4f7d042835c1e7d6b2aee5786ecf899f385ed94b280e4b75065d76466

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 02a21ce1175599d0e9d63dc3bb576f7662e1ba3412b746bd9780708f55b35587
MD5 388a01235e8447c6c0041a1ca1ea4272
BLAKE2b-256 a0d88889f9adee1daef9845baca98fedf5678c61d96e2a882385591e2eafae13

See more details on using hashes here.

Provenance

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