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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyuwsgi-2.0.23.post0.tar.gz
Algorithm Hash digest
SHA256 04ec79c4a3acad21002ebf1479050c3208605d27cc6659008df51092951eeb8e
MD5 50f77cda1d698976808991ae443389ef
BLAKE2b-256 680bea6abe180caec0dac65daaa38d27f79539fb2b4d8a9283aa05bf76724132

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b531ac80155b6c839215d05f95569b34e614e97aab055072c74112b1d2a45546
MD5 e20b48cd740853785f6d9e0c022f4c76
BLAKE2b-256 2c345305b1caaa6f9d26b101981df3e3ea5993cdd1f1450884dee0ee19d89d12

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0d9dfb79bffa552e5985385bc114ecec1d4079b95ce24796f577ef0df727da06
MD5 7bb1d7cf825b3bef9d611833205941e2
BLAKE2b-256 2ebec12e648d33396cbb4f77056d75daef3d7a60c1803bafddbb4fd930e4825f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8c5283e38c4fd3130cd7384d57535d60435c63b81a41a6463f26f340efeda9de
MD5 97bf2de1bc63413a49450100f2e90770
BLAKE2b-256 67fdc2698ce92a8697937ba267771d38dd51af903d11c602cecc2271ca4bbb74

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a19ab0d5c43bc179a70cb079feb7804e39be6326bf98ec38808fcea5e7d44bd0
MD5 6722c6f0dc8949ae3aa7e2872e071596
BLAKE2b-256 72a0cdab3d7986df918d8552128c4e669dcc87a20882d29fc8d5565094bc700a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dcf93afec49f5cf29b0a68f4d2fb3e44a3ad1f205704ab2f41f9db47dacb8e13
MD5 c8b21ff676dc5d0860bfee0a63e310af
BLAKE2b-256 25eae4e06dcaa472150d87400b94bd37395756454d76c75642120d71d67b484b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 508f5d84cd677cecc640d0e321badc61080c40c61843cd130b32f356729a599f
MD5 b5ea9f52e79d3936c8234653c54f84fa
BLAKE2b-256 d7964717cf2a10bd3f38ae1eca9c662cc080914279b1eb6e576a4c94174bd3a2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7455976abfa1dd43b5f3376f7f04a925c16babba1c3fc6edcdd81f5c0f24383
MD5 a128e0575002de34539358c4488086e3
BLAKE2b-256 8e42b091bc4053e8aebbd21f812ee4e8df3c299198583bb9a83d3d6105efebc8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 52a45e98fe746ae9c9437c5b6f0cdb6117f979c8800f09c8e4dae2997786affd
MD5 030c54a16e4abae4e9033a7f25f99cad
BLAKE2b-256 9ce13b62e4923cd6b61c89fa9d375213a6ccc13d6204d2c09567fca0b323aae3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f361d168cf175796fe36ab6a88dee079245a2f08e587e8190a38bd1b33238fa8
MD5 1ca30d623fdda5d5ce94de4a5a3f07a0
BLAKE2b-256 736789b670183b076b99844a587824ae9c6d86813cdd86107b98a59fc67a1196

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7199009447770812056a5b417c4847bd44db1b0230d4bb64c48a4ffacd4e96f0
MD5 9ce2c0766edf6706ad54889a5d724c35
BLAKE2b-256 6562540bca56e7e8431fcf5e40f99aaf84e6c8a93d5044340520fb0e107994b1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c38b5bb59e1bf59030f2d43a3e67aa18e6089c8e7f43e9c5f2099567466d35f4
MD5 cca4f3e9fe889efe4b93361384b73a0e
BLAKE2b-256 581b0ca6590c4cb25d67bfb187b0c548949d77c81d00e8c7a2b6720c20ec331b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59d6a718ad42be54b2b80c8c236b728b8b83fb93438786e95f63fc259229ccd7
MD5 13608380d683b03b353233571320f780
BLAKE2b-256 b5e1d00f5215625ef0a86f38762048b005b6609a37191cd335c1db1aca964104

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8cac396c2e8e0d199bde9bb8fc90538c82207d0c3d722d08b9a63619b41945d6
MD5 81ad7720c4436be75b6db5a9af0dc167
BLAKE2b-256 2ae8f316c07461f087c142a22e61ee12f1e6b6410f7209ac07c676242295d872

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97c940a69242dc45658dba3330e64d809f34e33d9631547b6928fd20075b4bb9
MD5 285cbe153a94b53e932f2ee00d59f9d8
BLAKE2b-256 61c2fe9731ee119d949d532f84b952bd1cf6d48c1e5165e74ca821019eaee0fb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4270e68bb2633b0fc132aad6d415e4e0cde67093a97e64dd84bd186264a8c083
MD5 f1aad8c2774f9296090610e31b045ff3
BLAKE2b-256 8ab1cae10ad1edc3d150f8bd4cddb7eb98c490756e79e2efc16ae5de3faee4fb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f56a729808ed7aa1d7973d6f900a75bc36b976b7ab6c8867064f36e34cdafd4e
MD5 199ae18bdf4e19dd86142ec612d39a4e
BLAKE2b-256 d74ad2a619aa78d2cd5b45060f9f6dee02685551863b275492292336db92fc1b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 af376cafca1501b2d4b8184c427c55b32c1a3dcb6070dc27115ca552898c7ff8
MD5 e0570b8d01990b65ce70a022b08730af
BLAKE2b-256 a72778807a2205ef6b9ee65933500a163a4adee5a8e66262013851c454130d66

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1ae2abaa47cb9c0018c790935897aec8001fb709dfac54286a37ab2e0b88dca
MD5 f3d92d9d0947048f61ec11dfef7f9dd0
BLAKE2b-256 8d88a7904fd5812932df2c346db3da5938530601025c0ca1e1cd8ebe0e5a5b75

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7bc7c60d8e1242b3a638754d2487c505112c642010c460442993be85f3ca9ec7
MD5 cb2a72cfccdba699b6d0f0e2809636cd
BLAKE2b-256 081cd66164923aa05fc1840cb8af5012ea46b63c6e6404783f08bacc5a516a9c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65420b185003dd5b66f41a6d1aa03d63d953a18e818bd4a013fc8e9d580f11cb
MD5 086bb7017f70c120d77023c1a3852249
BLAKE2b-256 113ded18fc1be11f096bd46bad2a694809cece403f9a1bcd59ab4e33dfc65f7b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49dfe43726f4a71d3440f7a36eb3ba5b361e04807164d34ececda138e2dc2375
MD5 4dafc51debfc60a97a1ec05f6567da11
BLAKE2b-256 6da5bd6c23b3f8bbcbc70aec649ecab9faa07149411517639f5eb6ec8a60dca5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 17a8818ec98f92e7935cf0ff56ed4f02a069362e10554df969f70fcdf78d9199
MD5 6fa868d517b1a0a0aeac0e6aad3f18d3
BLAKE2b-256 6f9a5b8520d663ff953dbc0be33b6eb69c2ba820564d2856bd205c54b43448ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ed348cc4c5a4964c8e8fa61ab0ef50c00f7676179a6c0cb0f55f0122db1db1c2
MD5 0cdb5a6b7b479e1994a664b8ec25e0d4
BLAKE2b-256 019a2dbaa431ac21888c35c54a1e3626de55d44d5160451f47685741c7e01764

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e7140fc3548cd9d0f02c4511b679ba47d26593d2cceb249d2d147c9901d90022
MD5 eb323eb73a93bb8531cf69ba00261ede
BLAKE2b-256 bcaaeceac4406cc9f04594f396c1977c65def27b624f02e8eccb04183d7b7532

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f75e45e14462cbb94fc32242378eef7bda97173de57a68a5d46e4053677a7547
MD5 ca1bff3f9ac504bda7fc50baf5f6485b
BLAKE2b-256 1f2e7e914925581598f52466d0146801b66a27034c314d3e18234bd31af516a6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4f9c0694a11d8dfbbe2814b8b242a7c4dfa143b63e01447fabce9966a90fa60
MD5 9e0b14ab6d9c8faed928fbae510d52e2
BLAKE2b-256 f6d37ec4c21afa7f7ca6d86747237ec488dfa5187c6c6f18c0208a11fdb2384c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29ab8a02e812fbc34026ddb79f274a574c96fc488f384f320d3af37bd7edf932
MD5 78e9704ea506f716b3bfdcc5336cdd68
BLAKE2b-256 4fb9a21560dc5d7d65940dd0df3b819f86e286e51e150fca2041fea9c984b414

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ba86c6aa815635eefe7728b9b219af281a4e956bab240c5871db6c151c300a8
MD5 6cca0868301d65f72e258e1d22ca01cf
BLAKE2b-256 1ead089c1c79bccdd88ff24f28c14d5af2540a3ccccbe958530c79128def78b0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9565569474f9e9f02f6fa490d96d8c5c7e3004829c01c0446cdb74c618b6a433
MD5 0da932a546f1ced6091af5f16eb0964d
BLAKE2b-256 ae6965390e7f6183bd2cbd53f9d2dd061cffc622eb089a61502483ac2381bb40

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bae72689ddf8e0bdd1a974a364ed052dd19d7897f1d5c3efcf8d9010c60f56ef
MD5 70d6ec6c8591a71fe6ba66a88a6b5794
BLAKE2b-256 b8ccb5b65d0072189d9d64b76025f82bd98702a5266d5603e653f86cc6228738

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7887c2acc8262223ff9cdce974851da0917818c12ef3ec0f49ec11a9943731fe
MD5 786375aa60d07e5d5ae8c78ae6673bf7
BLAKE2b-256 2e3f18daa279a0dd810cdfacd33122ac1319e107c3a0a3891863a68b0013edb0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfcfeb1eaca5f4dd0e6ed9194e7ec98dcb3a8ac108e8f0414ed7c28d608517ef
MD5 e4293894273508cca22eaff61cdd7112
BLAKE2b-256 beffe2664af1bc7eb7907a4fb42ae5a25ce22022c2394ae25b62be258129d687

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52b7a837dbc8702b245481514a32c88418a42df7b5ee68d45695eba457abd3ee
MD5 044e4c7c159e44e8728265705e5277ae
BLAKE2b-256 a99793c39e3d0072a5e00b32e37505ae89924ae5ecb8a2b272ca6eabfd5a5e04

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 137db348bd5f585e8e5a609046d3ac9ef58483bba93de1e3c568c1a860c31b9c
MD5 5efb9c82bb83917bd87d54820cb71a8e
BLAKE2b-256 81ec7de138ce89752e8ec719ecbe9d9fba83e19d09f6aaaf858a683e117f51fd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 374142b106de187c4572b4441a367fa3466d9ea5aaabe475da42bb9f2202a690
MD5 6bce5c7ec840f83b82879499680eaa70
BLAKE2b-256 0329a778a42d209f6d8d8e1f4718879c1980f69f2ec093f9a7ffad9989854bea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3ad00212ffbb208b7146744ad3710b908734f844b5e2bf533fb09fc44726f37
MD5 d439977a6fdfff1ae510cf0fe4605715
BLAKE2b-256 2c8686c14114264266c46a32187a2c8c30dbed491fc26888f67738b3f11103ca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d75859311605a510a6050ec622ec4beb9f2f8cce5f090e5cea70a1ff74133f8b
MD5 0ea20d7bcc073d044077f8b781d8a562
BLAKE2b-256 0824e842d047eeda3ec03d78f60fdb844d73232bcb13d4d31f447e0e6a6c13c6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8de1d975be958cff9122ecc82bf393bf7f41fff6f1047e76ed972047763bbd31
MD5 4dc37423ba2ddaea646489f09934df7f
BLAKE2b-256 d7f6b35c2a4b3faec17725501cdc6358bb6d9549abc6a22e6aae87c531210501

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 245da016b424c261d148bbb83d2407aac77e6d5793cbd4e23a17f7e3a8aa061f
MD5 e6ffbb479a3cd40aa6b78b76011e7a54
BLAKE2b-256 913bba64fae33f5ddd98230de4d760f31e0ff106ab9977317ba99fe1c3a3e710

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc18481f336be63e80fc983aaa1a040e7c69c25c3145edcf93f0e6de2f1ad0d6
MD5 3951351a99014fa58811fc59a09a17d3
BLAKE2b-256 8fd2b2dcde3e6333ec1f42eab90c0a683eb07a755ac5c11a69c5ad43a91c280f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a34ab2863ff0120c6e0e75c63c9ced462bfb4777e6b8237e4e1df60fb34af51
MD5 565131ae5804c39599d6919d4f6470d0
BLAKE2b-256 0e806d287af45a139f810f6dbed54febce9a153b2fbc0edb076cca6590813fde

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.23.post0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eae183104f3fa26f3d9c28fe75f2ad914e3a365103a6a66e329c0f59f9e461d4
MD5 a5b710afb222b329f21a17057d2b21f8
BLAKE2b-256 364b084892e3a65bc33eb1a951c58271825b338268c7927da096b02d9038df4d

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