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.27.post1.tar.gz (855.9 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyuwsgi-2.0.27.post1-cp313-cp313-musllinux_1_2_aarch64.whl (861.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.27.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (889.3 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.27.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (881.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.27.post1-cp313-cp313-macosx_11_0_arm64.whl (589.4 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

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

Uploaded CPython 3.13 macOS 10.13+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.27.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (940.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyuwsgi-2.0.27.post1-cp311-cp311-musllinux_1_2_x86_64.whl (869.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.27.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.27.post1-cp311-cp311-macosx_11_0_arm64.whl (588.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyuwsgi-2.0.27.post1-cp311-cp311-macosx_10_9_x86_64.whl (661.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.27.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.27.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyuwsgi-2.0.27.post1-cp310-cp310-macosx_10_9_x86_64.whl (661.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.27.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.27.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (938.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.27.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyuwsgi-2.0.27.post1-cp39-cp39-macosx_10_9_x86_64.whl (661.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyuwsgi-2.0.27.post1-cp38-cp38-musllinux_1_2_aarch64.whl (861.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.27.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

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

pyuwsgi-2.0.27.post1-cp37-cp37m-musllinux_1_2_i686.whl (931.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyuwsgi-2.0.27.post1-cp37-cp37m-musllinux_1_2_aarch64.whl (860.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyuwsgi-2.0.27.post1.tar.gz
Algorithm Hash digest
SHA256 fc16abaaa0932758ecd5950c3927730a70ad0d5e4ad8189ff745455ec2a8ad21
MD5 c0b6286b781e6364f70ab90294fde9b9
BLAKE2b-256 c40d985b764f1588fe9b1f3703376e1b2cf8db93877b0d6de4c3660216fc7d75

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d90da1ba15003c24e678803f88c194937b902ff8729861b380752dc4025be420
MD5 810701fe6ccd69da210e83fb993732cb
BLAKE2b-256 a854222f140095de17999047297a4dadfa5f0cbd86ade3b97158cf572d526177

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1cd43982443c2084677cb6f2545144b049d54b37d79607f5e9c6c80438f05562
MD5 879a117d7f1a7ec52161fb4d417c7dc4
BLAKE2b-256 c68ab208aeb0c508448b198fa869f50224e4f247bc9f80276c5a9789b86f86fb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdc2b5788defc1adb796f23b358f81a1274486a8e3a8f1206491ed0313fdafc6
MD5 38a0406b5a4e3e03122ee50c9b238398
BLAKE2b-256 6aed4a76e647e4159053a9aa02cbf3253dca0c3dbdc6f4d46417108457c5b2a6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38e7ecce19e400e00828204ebaa34dee9b57eb434c324428d109be6b0d4ade91
MD5 e5edf6449b4adf38a9d71d5cc6806132
BLAKE2b-256 35bd9b87ef4bc9a7e5225162c15de423a484395f6ac60e9874d2a41df616b17e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9af975c6a0667013e4699b7c43f2e9c9b852f4ce7c3bf91a4c594b4558ff651
MD5 4978c6cbbf5bcf56f5a3e08a670fa0c2
BLAKE2b-256 6289815105640acb11722d59bf91ce3aafebb993a966d2782493feabe0ae48ae

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccae438085e7ad23dd745d0d89e6664925b0509642ff03d9d5160cc3727daa24
MD5 fdba8252d2d19856a5919aa1a1355cfb
BLAKE2b-256 9851a68126bd6a0066f754294d8e497168acae7fc1e6a68580573b440bb23cd0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18a2e020e984a2f9fbb2733b52cafa3ad6317916d76a2ca7c531fcd2af54bacd
MD5 13f72b9e240c5ff21a7eef5a2acda552
BLAKE2b-256 c4e64acb45458ffe520aaa917110bed203d17e2b0f83ceb121ac7018db1aa087

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fd3b42c638b2724e9fcc93241e31d6f15e7829ad23d144e914b1cea0d071d34a
MD5 5db7dec4cf9a42e7fd19d894a0f18a93
BLAKE2b-256 ca8faf3ef1955d3c380eec2a53b13aaf02c9d0f3334aece8624683bfc97df3ed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07f1da1b46c006f54546d09950c49d5828655896c14235ac1169ed955de8c50e
MD5 b31d75e216b72dd4a2de56fd74409eb1
BLAKE2b-256 654926ce417ba6fbd5cf732ae9785e1c4aab4374e376a6267ef2caadb9de75cc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 28523126a3e2593aef3b3d35e5c6dcf758a6139421e0c6509bea3bf1e70b59e3
MD5 298cdf0066ff98407a3fcb2509686c34
BLAKE2b-256 64b17bfd5ae6b86b56bda062555ca528537723af3afa8d98f36cf4a389cb9eb9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38559eb301add04b5fd765aa1b13517660926a603c27fe4a9c8a305ee6e65daf
MD5 f85e946fd2545c7377b8e4f5bf0e5e78
BLAKE2b-256 4b6288eec1dd786b6223a5bb7f01c8f7ac57d6e48e27fa1ff97881d289f10188

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f19ad6e39415f82ed2d6c5318802148ec5ff9f760d25208b58013432c3a24e7c
MD5 72eb124df2df1a252aec8a10cc4d0133
BLAKE2b-256 90283b2f60ea29a791133cbf4c76bd6dc9c4bc1c179e5380d22fa24ce84f9733

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97b6799f96e574a377b39d23817fd946d653daeaacac5e786d7f6f93211be0df
MD5 3701627ec8b7409e477b99742168db0f
BLAKE2b-256 a3ab508fe0f3961ea009b38c18d16387d858c5bc78240033ceb96ceccea07948

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e52d67f330ce1f310896ee12fc57b92a1d65c839c512ab22de5789873e84206
MD5 d233c40f6cba8a14a60a1019e3a99ead
BLAKE2b-256 c9e2867e14b759484adcf93f470efb8db62ebc8eabf0e8e7080c80ce43bd7fcf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f052d5c066e7818b483065b0cef579d662f14e56020f92c7fad224cc6ce48be
MD5 2de7af7e2f6248fe49e35bf6e35994ef
BLAKE2b-256 660c985d3d1a776a38eac724edda41ef6fb581f94f1dbfcc23f1d2f5cf160a9f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9eff11b2f7275e5c54e6b394a8b3c5d523159ea227a281b31ca93c41dfa206a9
MD5 c8df040fd840ac1b38c78bbc8a7901f2
BLAKE2b-256 f813515196350ac90d9a6fd59048186e01a4ebe05edbb5f461332e869be49f5c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3048fb40dec61b9a4dba4dfda7d30f697c4d233b0475d27cea39619c7981b18
MD5 b26035d55630bf250b968e5f370c2d6d
BLAKE2b-256 7a43e466cb8ca11e110fce498716d31d1a16370d9928329a025b5b3930106de9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d7cdc6aa3d42ab2d1f56136a9eccb9d9b0e7ca43c97bd514be69adc4705bc2d
MD5 4f1c110db7b549a9dc69ecae2c3ecb0e
BLAKE2b-256 0418f9d29d7f0e7a02e4c3da92047103da004bef0c9f5156fe3f1a637e976af5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d8e9e9d2dd44e72a0d99b0c5796fbfc3547e3dd4e7d7b71ca255f3af812839a
MD5 4d39f8b96da2494defaa19b0aeb64c02
BLAKE2b-256 ef675aaf8e59617812af2e5593ebd4f4e5d09ca334df3a887f1b2e44e1731ac1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9483e8d5025e3c273efc8ac32243a0c6dce95bc33d7401233dd6f0af1b8c077
MD5 539c0a99655f4062214f5acd27b34e85
BLAKE2b-256 9e53aa058ca637518d999b1584c9a582353ec5f9efb696d02250498643752353

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7404ca6e03eab163140d39028cc5918ae7332e557d3edc550a19b9b1640914db
MD5 60e1bbc152568af9f39d997825ff77c7
BLAKE2b-256 8c50980e73cdcf39b621130ff8ffb93206156243e5e118a8822d43cc87b4eb01

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3b072d74e1563e2e87c8f3899687227c5e4745637f2746e9ad2f9854fe2d0aa
MD5 6d15a5d8c827ea8f24cc49d5c511bf71
BLAKE2b-256 2172af5ef0dcaaed2f3a203dc3203142c7da350438de07085869dbdd721865da

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a49ac13c50f6f3d5015d448b912d68c20c4750d45f8b58208d1e300e36b60fa3
MD5 e9e17a56284647a56e3b5dc5cae4cbe5
BLAKE2b-256 9b41e444964d447ee65eefaf5f858ffd0918a0fcbaa53b8196c7fb28c8d99cbe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8addac8b24cc8c30f24875c8d4229deb872f64041a565e1bfbaa8fe14028bae3
MD5 e53464c7139b578b981a56b088d84bce
BLAKE2b-256 6c7dac5359f065fcab7a0aa7c0737606466123cf492f4f0632f22842ddbcd805

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a378b83d20884525344d18a84e806b7be7ada09e0f9fd4e4699e0c25ef535952
MD5 f524227e6843f37d941bb1953dd66224
BLAKE2b-256 5423af196e65c01c19b77b357df4f38919b9eb025f18d361ebab3d0d7e9b93d0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 35e03a040ef0d1b27b36b3f76fe42c47049f166682cb55da59afdc15c5326c42
MD5 a3597242bee8b2f9c28b6007f7ef6253
BLAKE2b-256 ccf9e49be7d22731c276aa70275bcd3abc3d8e4e8b7ab7886589ff50aed4a752

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e73056e0564803ca0adfaa6a657a78cd9576e1ae8c3ab6a797fb28d4e87ce6e3
MD5 56d6bbc750814ee17589aa848864e6e8
BLAKE2b-256 a1f7d4928d64ce3c156ed10674d1cccc5e4123e72812e004db4e2143b2815b71

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c4e9c2524812bf0839af2a14379f0b89d8a31fd975e6fbdbad652cce94d2582
MD5 b9cb7f46b2d33732be9f4a41444c4bbd
BLAKE2b-256 ee8ddc08eebcd9bb0e7999dd4bbe6273babaf2d876d7aa1fd2f896c827c75b8d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 354078fc4174683d0e52c02c19cf1646fae54c424d3506437c26bdcdb57980ef
MD5 975cbb9b67ffbf9ae5734afe656b69c6
BLAKE2b-256 4eae8a6eaab290fe927026d68d49959ce6aed4608fcbd1c2cc906f7981dd3eaa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f422324d55b52ca928fe6e48e94a4fa18da613b59f586a0c882ba84981e8aab0
MD5 435f1b88c2ca9d2d087031a608ac81ec
BLAKE2b-256 e3604fc5c2013cd6f573be20686c163023c7d9498efd366201833597fc97ce61

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4daccecaf11105ebe4ce69d8fa7fccb38a66eca5b0bfe508a07d1d935b79f1d
MD5 d864761df6ceb366ae5601ebc5b5454e
BLAKE2b-256 9c72c878b3a32b3cc1dc59cc81110b744954b2966d01613ca7270f3cdc45a8b4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 293295cc1a340dd26499871a2e2afee05b03eee17162209ded5b32f089ccf114
MD5 cf66d32e683745bd2fe451d972548ce8
BLAKE2b-256 46e09435705b98e5f542279fcd1a6ba1293c13d06027b819e5d2072565fe6289

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cda34be6ab18e9a58bbd668b5b382d321d16cffa36724afab4c58fa98d5e6b6
MD5 f2f544765ad3ef70af4b70fdf2295c23
BLAKE2b-256 e30ab32974fe51d29f16ce701753ed4e5d1c35d6a19eee184ad6b17206e6ada5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8de52a0e5d0d71c1bb572169d4850ca82d827f84b0efb0f60691327d74709122
MD5 0dbceb754c6f9f057dd3b5c921e5510c
BLAKE2b-256 2cad8abe82ee35e430dc99d593e78d8f96187f2c4b38e9b6110d96e8876d89ae

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 808aade4f82b41509567b6e6a8c9ee232ccf2d0fcd3523af88409400a2d001f9
MD5 a03af11278e41166150927cf5d6b214e
BLAKE2b-256 4db0724e794904b23c8d57073793dfc4d2c81fcf69e8e9945dfa9af0b2d0686d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 968363f71ae2059b85385a84b57a60207251282de8632294d79ea63519157c74
MD5 3a68cfd11026cf038ccc749a110b5ec8
BLAKE2b-256 60b4e7478a0004d1c7f5bde964c318c906d693d4ce9e2e7027049d109c00a0e3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01910d5ebaef2f0730c3e72f9ef8bc3d7eeb586d0c40e89b34bcb3c60a45582e
MD5 1eec0ef46ca1beb82521a268f2e4380a
BLAKE2b-256 d5657bbfc95293e62278fc1156e2346797883a718ea7065b88ea1c8eaab9f0f7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcd3bcb50b8b72e57c8bfb9bee7d8cfa2029c97f33bfbcb3609ab72659a80237
MD5 bdcb0e879d8e9e102846c23b7305b7e6
BLAKE2b-256 10d650a3be04ccebc8848b1b55953ed8b225fb8d47b05067ef1a05a623cb903c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4dc24d09406c281a411386827f9d86f004023e187a311e9bd24053bee18bdcc
MD5 615cb9b68433158da6df71a0c9fab8cb
BLAKE2b-256 0935127c7b20abf02c765bb740ab72930cf207ca9284d9d9d7099e1beb898bca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5a197cb9e59a9c8267a142d185a69ca743fbaeab040f3e70370f93718d27f3b
MD5 7fff6fb15c5d16138e43513da9835c20
BLAKE2b-256 3153b174d2ab9b785fa2191ae851e549b054dbaf85fe32e9cec4e2c52bb01b25

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c42e565d19ff66f1235c6d01b2333ae17b0e614046570b88f3a432624dc02ab0
MD5 03e9bb4114e6ef1bcc5ed4da5fc4eac2
BLAKE2b-256 2956bd1b7a0b311f7fc67e436354212ad91eadf72ea2fca0a354511a048410da

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86522f0e68aac8137551f2c2fe6aee2e532060b10b00e7cb5f1737026c2f7f88
MD5 c5dd869a814c5b850cb4a793617bf7d4
BLAKE2b-256 dc04a23902a9a1fbd622fed7557243fafaf397ec46ab1609474f02019747b79d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 889ca23e93d228570ee6704b66996fcd7bb9db34b0a13ebc845759a509881b84
MD5 a607ec59a75bd24f20b752593754ac96
BLAKE2b-256 2e45f26df16e5c7bc93bdf116480df1c0f66d93d6b799319f38bf8f625c379cb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e9feba9a85f4d4e006f7151c13aa74f0100bd4a148920046baa4bdd08318a5f
MD5 6712d991aa9e5409bb885cfbfde98a15
BLAKE2b-256 22c7820e13ee83db9ef0cd733cdedfcf424fcc144b2e302dce3fcf223ea8e109

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f1597b2e4610a676df8ea5e91e2365589f21dd62e5ea01094b6237d6d4365421
MD5 eb6777d38f0e4800392356cf6d7ac689
BLAKE2b-256 222876f212f55c1ee605e3f65500d00ff3381974b877ca5ddc13d031c32d8729

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7616268720cead0c8ac384cfdd3837c7805c4a8a371908d203c1a4c1c04c2d1f
MD5 3758d4ba6138037aa9ea00606f3c1e03
BLAKE2b-256 61d65da3fe2dcbbafba334ed24ef0822c18e3e71dec62cf23e46617846b9f7c5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b0acb872cf3780db11ff676b98f4995fba765479eef7ab9eec3ceeea79e2e1b
MD5 236bdea4ed681e31d54078da1e5ba11f
BLAKE2b-256 8aa8bf599b1e2b3eb0f7ede1976dad42dc203867a3e01f0c104181b2444d1cf4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7ab8b1b8a57f60a56691d080011a00bfc164d38454900d65867f6b6835984c8
MD5 97b73de4ec5c78dda28be76cba6d53e7
BLAKE2b-256 595c10209211ce64e4d2c49f78b52b34fa812b5dc2ce2e96b00cd5dca93ff0f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bd30983a6d001ad2a452853598f31e05c4113a6b4febb3288672e1cf8b335e68
MD5 0a4d044a13c0ccd71da8bc474d6d6139
BLAKE2b-256 76555bc93d41282b0396491d9a27ff3ea0f8988cffbdc0f04e40635f13e3baeb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2033cb5630bb411eded7864fa2eaf6c8f172d11a7182d8cd7d18585f50e8a9a9
MD5 c8e510126b517fdf1151eee91facfa0b
BLAKE2b-256 08cd01c982336906fba17d5fbfd8aabbaa446f475ee7bb870d8c0cac19ee0772

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91e5e3884c59f13eaadc41a774f72626eb77bf5dc7d9ab60c70446c76bf6af19
MD5 4acc85f6403588492050e1ea5e612b22
BLAKE2b-256 9e78c66f51cbf2265f057c49874c854ea7db7e29205c84703fae54dade460530

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 266c5f0bcc1659e27e504533208ccb66264a17439fbccc17507b363cf6fd21a1
MD5 f17c0ed91f26a48aa62dcb00208ff1b9
BLAKE2b-256 613a9655760e4009122ab0c63772cbc29f36371810ed9d2201bd6455d01d8ff1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fd638f9644ca32e914794ccfe87268a53a1c24dcc9cd709c3d936da6a6af175
MD5 d38f5089f834173cd6541840a68145fb
BLAKE2b-256 4852292732ba623e698de676f4d5769cbbcd14d7cddc48b3591707e1c3f9760b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.27.post1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37561914526e661ed6be022c34fec609ac8ebaa374ee99b0c06bb9fdd84c27fb
MD5 ff7e1de10dc9056527defb91da9e5045
BLAKE2b-256 51db2b97fb76a21e2501c90f6bd133ceb7796735d901091cd70aa55b22e01903

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