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

Uploaded Source

Built Distributions

pyuwsgi-2.0.21-cp311-cp311-musllinux_1_1_x86_64.whl (911.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.21-cp311-cp311-musllinux_1_1_i686.whl (951.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyuwsgi-2.0.21-cp311-cp311-musllinux_1_1_aarch64.whl (908.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.21-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.21-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (974.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.21-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.21-cp311-cp311-macosx_10_9_x86_64.whl (574.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyuwsgi-2.0.21-cp310-cp310-musllinux_1_1_x86_64.whl (911.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.21-cp310-cp310-musllinux_1_1_i686.whl (951.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyuwsgi-2.0.21-cp310-cp310-musllinux_1_1_aarch64.whl (908.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.21-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.21-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (974.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.21-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.21-cp310-cp310-macosx_10_9_x86_64.whl (574.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyuwsgi-2.0.21-cp39-cp39-musllinux_1_1_x86_64.whl (911.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.21-cp39-cp39-musllinux_1_1_i686.whl (951.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyuwsgi-2.0.21-cp39-cp39-musllinux_1_1_aarch64.whl (908.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.21-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.21-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (974.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.21-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.21-cp39-cp39-macosx_10_9_x86_64.whl (574.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyuwsgi-2.0.21-cp38-cp38-musllinux_1_1_x86_64.whl (911.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyuwsgi-2.0.21-cp38-cp38-musllinux_1_1_i686.whl (951.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyuwsgi-2.0.21-cp38-cp38-musllinux_1_1_aarch64.whl (908.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.21-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.21-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (974.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.21-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.21-cp38-cp38-macosx_10_9_x86_64.whl (574.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyuwsgi-2.0.21-cp37-cp37m-musllinux_1_1_x86_64.whl (911.1 kB view details)

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

pyuwsgi-2.0.21-cp37-cp37m-musllinux_1_1_i686.whl (951.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyuwsgi-2.0.21-cp37-cp37m-musllinux_1_1_aarch64.whl (908.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.21-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.4 kB view details)

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

pyuwsgi-2.0.21-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (974.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyuwsgi-2.0.21-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.21-cp37-cp37m-macosx_10_9_x86_64.whl (574.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.21.tar.gz
  • Upload date:
  • Size: 867.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for pyuwsgi-2.0.21.tar.gz
Algorithm Hash digest
SHA256 211e8877f5191e347ba905232d04ab30e05ce31ba7a6dac4bfcb48de9845bb52
MD5 3f7df9c14e9f099ba4c818c86bc2b74d
BLAKE2b-256 a13dd55663eb0640154000804a5dc36e1f50d7948e25fc0ccb3c16577dea3c5b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 445998892e164e7f253d20ffd1ab6f7c9441c77e8d05e8a2525532ba663de0af
MD5 3cc89d59e512a1720a67c7ef0f992ce0
BLAKE2b-256 dfd12499a70b9938d7d913c2e5440fc0984745340fab3acaa3ad04db691eaccf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c9fdd5032bd4a5d697ccfb50e2e5296c419eb53a8b44cacfcc55d7ceb629be2f
MD5 022f38456fa2728eac995bb372c9f1fc
BLAKE2b-256 d6bab835e629457e8d9208782841bf7b85c77c5c9b91836cbe2c68398d011631

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c9b67d7211e5d9439d1ecc11cf909fc214d05c332e47121d5f92913ebdf5c28c
MD5 9fd0e1843d21f3b85da9666b999a9f2f
BLAKE2b-256 a25fede49b15d31319331656dc2ce16ee7aaef57d78b7b48aff10754f07c5f31

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8da171f2519739caad4bf4682a71b92527489eb71b3af41319bbc13f61e14dc
MD5 88d557d82ae73f517400cc6929fe81d5
BLAKE2b-256 73daff186f22c82b9d1226757c9ce6be2af87d7187c9581dc78bcab5d8dc7f8f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78c3aaf8e89ee912730ad57e60832c0d10a267b521715c8d832eef19373075aa
MD5 b7f6e4b3c311c6ea75988e3c4212bd4c
BLAKE2b-256 22123615ac38569df9131bec355fbb1885bd3fc5125e0be3b0fe52f9472e99b5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 871d0b9a61a143da0b0ba4a7249d198c804ad63a2374b5bccae7c584d805bdcd
MD5 b9ab2920c9ab35a89871d4aab243dc21
BLAKE2b-256 ec1ded6dee4093465ceb9cf0c580fb1bcb5f522de274cdaaf4a5fb8bfe36cfd1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7139eb6bdcb32b64431ba5d3058975d6a34cc52d58c2ffbf611625cd058018a7
MD5 101fa4c91f349560913e7ec363083204
BLAKE2b-256 e6d79429fabb717bcb80b75fae25a215c778f27864a9d1425dafb39520effdae

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 09942a86c5501367381b86561dcb69efa4207e1f604a4c5c4e58849f0b895619
MD5 c5abd125d554ce466f66e10dbd81b735
BLAKE2b-256 1717983558d9519dc157bf4d9e7e68a808308192e88f1fd2f5c6ec85d105cb14

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0a6209bf09e14d3ceee1db6d1381346c361245552307388a1cf65229d33d306c
MD5 363835cedbf406d645f0556535224bd2
BLAKE2b-256 09b428f90a1d86ca5554a45744c16618c9a161862abb9aca86155053619e0fa2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 47e29aca1e856315b18999e6527347cf461f7b333af13b33ba5926e2718c0a3c
MD5 8eb625f6ad71f94ac635177560763849
BLAKE2b-256 ee4491ba0084c006c049f2d4a5de99128dccc734f6c87b6c8dae5d2f8b8ba861

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 243de3964aa40e9f15cc4be64bf5594bb4d3e847f9b563b3d8f3b2df9c1c1581
MD5 bc4c1452f47ff88610444baa1589e4ae
BLAKE2b-256 4da6ffc5afe9306b50c96116a45c705729412f11dc6fd7f1a7c63e339d7473d8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 977ce0f87e3f07571267b6572dcbe8b3d5d488cbc351d33c93ec6cce9737099a
MD5 a5cb6f1c1f5eaab01e1cbe23a7696967
BLAKE2b-256 c290b2ff31b4363b51e78a172a3fa3e84acd382c95553c3ea53d0af0729ba529

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e06b41ad50b8d3d5a46374af8c8ed9bcf2627ea97f5718ef2da693ab3425656
MD5 4e246b7f4a5c28792763f7e2e213eb5a
BLAKE2b-256 81c48080a1050e1b559a0506cee8619b7d4fffde147ed08c328db41e5dd43a16

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 10cce470f3db6e5206c3fb9d46b86c5c915dcb6616a617101411006463e833ea
MD5 c74302130d0b8b7142bedb1c22a3fd22
BLAKE2b-256 5aac53694230adb1a84f8f91e8237073adc40543790a79be80c48af6b667e6a7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 92371cb638707574fe93127f9c270216d12751a96e6a624237820a089f846ef5
MD5 d7c97dc6e470bfacc173b8e7a3531130
BLAKE2b-256 190ecba405d07e83d37f70351b0a2f8eea3dcb6fef3fbfae6f13c763af5ffece

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 837d295d3df3d4b6e1a9850922e25fc7a8836949f424a36985491be473f00d21
MD5 99700b8f5cffa26d56b3100ad6a6414b
BLAKE2b-256 8b0e4559d15d3ea930a0c78b09325d5bb5c1d5cbd3df62b00c33c30cdedf0d34

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e448bdd8fbacbd27dcdd58f1191ee61c58795a672cedc4ca661a8b83606a158a
MD5 a073377d41c67281ca5a7fdf0bdb0dd1
BLAKE2b-256 50221003a1afbf1bf8d4964b84c22141a44383eaa8400d3bc269c26ced9850fc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8693e2a71da6e5f78fa4142893c1b201daadaf71d87275fd906ce6d02e3c9910
MD5 89ce403f0c2ec0c40dde4d225cbd0386
BLAKE2b-256 b2a286fd4422c113eba37881f5547faa1397126958f70e2e2747aabf77928b9c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10d36e255bd54e7d52ed7dc360821b06748e87a7d5aa826a48ddfa7c9baedb52
MD5 2084d635981afaa9813af97b1c96ff8e
BLAKE2b-256 9261e3dd9910d24bf69afad15a7b697319558c5f7f1f0043cd9a07d7b518cd6a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c005b1357c525fe63dfb83299ca77f478db4842ee8204e8ac6cb47267fc1920
MD5 37f4df9857eca50817c2f0beea609823
BLAKE2b-256 55c593cf192c15f784d1d86cc92828ce31d8260e9aa80e9f7a0e8142431284db

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 56f92e057461bcd32e991661db3fb505a59b8ff35da5af12b062b9ebf1ddfc57
MD5 6c31126edfdf2f0cc786ed8b591d1b9c
BLAKE2b-256 b4f6f679bfddae1424eedaa9590da46c341ec16a3f4fe33c4697c20dde243437

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7375666a7dd22f1c9ad4c7d01e957c5941baa489f02cd76cf2064a63a8946dfe
MD5 69726ac4683b21c9db2e6502b7b835aa
BLAKE2b-256 7c306cf5f81ef11b0b6ba034524d2ae3cf872ffb4f30a3172e95e28697a6572f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f44454a0cf419436c0a99bd37586ce9776e3c10454dd3387d2afa9c4c9c4404
MD5 fadac909bf5cdb912ff4906c4891a04a
BLAKE2b-256 792fe797718156ed41fd761f6d02097b870c0b3980809f4e25d10861fe167ab2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f5b6c6d413430015f9cbadef2687ce334b2960d0df3cfba4181e39c4af242933
MD5 4729d9e4c0336397ac21c3c54d8b64e8
BLAKE2b-256 5cd37540957419461df572dcd2b58cc20ffc1f9d439c3c43b5e3d6b4e62ed00c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13524cea71a1cd2bb4586c773cbf6a9a1085f3e4ba1c52648b2823385c8d7d74
MD5 069560f9a53a028502a13cff75808f38
BLAKE2b-256 3885eeed29844722029f5aa6961aa0489d47cef58ce73ec6ab5ab759225e421c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c17abbbba53eabdba7fc92a0321864adbf97e8460cfd9c01b714d6c3e3ccc4c
MD5 6c4a2386c7626794d676c5b81fc02fbb
BLAKE2b-256 fca69c3effdf69b791611cde00d9889bf0756c1b2d5224c983e16d26f39ad7aa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0753b7ec6174afa590bd5724d25541209387b67f080dbe13db7d9655ef0077df
MD5 d82aedcf455cd4a7e64dfe7ff59ca34d
BLAKE2b-256 17bb906493ea583719f68eae068e13db716f2f13b6daabff8d65cd8ad792c611

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be994a0cdaaf9733e00c2e3275b368586db067802cd0a1af682b0c55070f39c7
MD5 c6c7a5eaab141c3cb21f240e0d9c31ef
BLAKE2b-256 9713c732c9bc762b0714010bbf2c0bc7f98df043bec19021825c1985dd05ab8f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c38f1e68db1dea7e8b47a64b855cd15e491d1920908be5887189a98ce5e968e9
MD5 875f4348fa7a23557de3e82e6a85940f
BLAKE2b-256 2df1dba219db8303e238a353f504ff5427ab0415f4f304f5558885004f338a74

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ed867fa6d704338820304bd13bc6b20687e823ef70dfaf35c1db324598b60af4
MD5 b30bb513344d9938f2c2bedb4f15a82a
BLAKE2b-256 cc2b539927d964a820b11d05e3c382561ed0e4ab6510527ca7856cb7ee1326dc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 62d9927a1178af61285b697caa736dfa34fcc48090db45f965859e1fa641f4bc
MD5 e69639a5ce44207befb4a8b3dbf59c82
BLAKE2b-256 3441cd8495814448b89d961f2dcd64b5a687565da29a0203ebc9594f5253ade7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e77e27ce32b64b34de26a2ec84cb8fff620153d7a207ea3cbea69b39c0b571b1
MD5 22101defe5495146dc4e5fa1a2eb5284
BLAKE2b-256 366a37898e97b6000ecd981e13ec1b443862733c56076dd292b1f443b9d41555

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26876ce2e934e004d1d98a06abb170743ec743a5cecc3867260f071f31c269e0
MD5 5f91e3281c0a84a3dd0e70bf59cbb476
BLAKE2b-256 4602da41cc92e90992d6820b98aa5a2305bb51f73ac5b361706c29537fda15b0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32eace989380b3677131fea2d5e719a870fcecb2a1db5830d80997e9f501c6db
MD5 1470eb231c2b2a9c80c59a091eedf4f1
BLAKE2b-256 c9ce9cc761b85be7d64bc2045ac5326b6a35fae5ad6918546b4ceb124cc37bd6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.21-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f76540fbcea52d333acfe172c7c91f284c4526eae8b0d146c60672dbcaece705
MD5 4e21629db076d9bf2734ce029c7a074a
BLAKE2b-256 0a4ccdebe1beee11e0a0df1e016e32d0e2cf2391fb54dcae20d6a08e6b3a1787

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