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

Uploaded Source

Built Distributions

pyuwsgi-2.0.26-cp312-cp312-musllinux_1_2_x86_64.whl (870.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.26-cp312-cp312-musllinux_1_2_i686.whl (933.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyuwsgi-2.0.26-cp312-cp312-musllinux_1_2_aarch64.whl (861.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.26-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.26-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.26-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (881.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.26-cp312-cp312-macosx_11_0_arm64.whl (589.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyuwsgi-2.0.26-cp312-cp312-macosx_10_9_x86_64.whl (663.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyuwsgi-2.0.26-cp311-cp311-musllinux_1_2_x86_64.whl (869.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.26-cp311-cp311-musllinux_1_2_i686.whl (932.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyuwsgi-2.0.26-cp311-cp311-musllinux_1_2_aarch64.whl (861.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.26-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.26-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (938.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.26-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.26-cp311-cp311-macosx_11_0_arm64.whl (588.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyuwsgi-2.0.26-cp311-cp311-macosx_10_9_x86_64.whl (661.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyuwsgi-2.0.26-cp310-cp310-musllinux_1_2_x86_64.whl (869.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.26-cp310-cp310-musllinux_1_2_i686.whl (932.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyuwsgi-2.0.26-cp310-cp310-musllinux_1_2_aarch64.whl (861.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.26-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.26-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (938.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.26-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.26-cp310-cp310-macosx_11_0_arm64.whl (588.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyuwsgi-2.0.26-cp310-cp310-macosx_10_9_x86_64.whl (661.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyuwsgi-2.0.26-cp39-cp39-musllinux_1_2_x86_64.whl (869.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.26-cp39-cp39-musllinux_1_2_i686.whl (932.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyuwsgi-2.0.26-cp39-cp39-musllinux_1_2_aarch64.whl (861.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.26-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.26-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (938.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.26-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.26-cp39-cp39-macosx_11_0_arm64.whl (588.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyuwsgi-2.0.26-cp39-cp39-macosx_10_9_x86_64.whl (661.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyuwsgi-2.0.26-cp38-cp38-musllinux_1_2_x86_64.whl (869.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyuwsgi-2.0.26-cp38-cp38-musllinux_1_2_i686.whl (932.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyuwsgi-2.0.26-cp38-cp38-musllinux_1_2_aarch64.whl (861.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.26-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (888.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyuwsgi-2.0.26-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (938.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.26-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.26-cp38-cp38-macosx_10_9_x86_64.whl (661.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyuwsgi-2.0.26-cp37-cp37m-musllinux_1_2_x86_64.whl (868.3 kB view details)

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

pyuwsgi-2.0.26-cp37-cp37m-musllinux_1_2_i686.whl (930.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyuwsgi-2.0.26-cp37-cp37m-musllinux_1_2_aarch64.whl (860.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

pyuwsgi-2.0.26-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (886.5 kB view details)

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

pyuwsgi-2.0.26-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (937.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyuwsgi-2.0.26-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.26-cp37-cp37m-macosx_10_9_x86_64.whl (660.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.26.tar.gz
  • Upload date:
  • Size: 854.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for pyuwsgi-2.0.26.tar.gz
Algorithm Hash digest
SHA256 c7f167545939764a1c6fcd0f861023f641ca09f9806f1f4b7e48b9ea2682db8e
MD5 13f207ac45b1f86e401250e01146a78e
BLAKE2b-256 ccbae2dad8002b79605c8bcccd2e75f6ea7e3e0b6edfcb212b05fcc021271714

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8ded279e1c4da7273f25d658979071520ae97712650f70ea50715618cb51910
MD5 5ca836c0c18a0953c539e8e99e84cec1
BLAKE2b-256 bc4bfdbda6b52f33939dddba1cb358a62bb47005b2b27e6bdc267c61cf3329d2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 70aec45ba640742df86e0f1a0baa01964b162d11f24ee70d56146bd6331462f9
MD5 e7931db26264d026469eb10503e5ca38
BLAKE2b-256 f341748f466d64cdce35a33a8af6ad9ccf07475504068a9b0c71ffd38892e598

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5f14b676f8aacd79a2106695657c212b4469cd98f1624dc0473e1e0e695bcc9
MD5 2a95879776a28610d7ea3490ed82132e
BLAKE2b-256 cb48fc3b13c3ba78e8d5f602d7fe94226c74c2c5a30123f1b70df28ed7aac3a1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c87bd20906bceebf0bfb3fc4f25b12ca3943aafeaf0dc289df9144d4ee41f9c5
MD5 39648769f6b305097fe0c8e8fad0ba08
BLAKE2b-256 af2cbd4b67412464fe5cc539fb6b5ce019151479dbc7d9096eee8c5fcef4f3ed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d48accc82c82d637be27ebb153c17a2773758df582602d7f8c1702e9dcf8ea3a
MD5 14844d35f2e04fc10d570e29635978a1
BLAKE2b-256 8d5a37729728d5c02476dcfb68004b6929c24eb4bc59556cb3291a5307a9e0b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf4e2828ca8c213f91673ff960a29ebbc037d743e57b2758ea5a76dd13c0b01c
MD5 b7a4dc03fffd97d2055d496c0bcb7515
BLAKE2b-256 3313d2631731d19951aee32780525c6f948addf075bccd010db408cb66245549

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ead0863e90397be562ca9816b2e0704f8e59e734ab158eb467db333814af704e
MD5 160a439b18d0be9eae4b69d4c38e16ad
BLAKE2b-256 d615bb0947c2b82e7802a3539e22a3466214c29caaf1bbf21ce3106c20ec8b38

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01aac38118cd35adb141a7ddbd721845c3b895a18d6cfddca3a237e0da5e5fc7
MD5 7f586a5ffb655daa4633b8274366e703
BLAKE2b-256 c979fda7c51731f2f34fb2b7629342a25ad05efb8e7d610c5a2c87fe88743d25

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7bb17f907f7e165d45b676939c9641dbf4d7c8c532caaa704006c6be69c3b60
MD5 f97033a89f2b592d4b5480e5b9d08971
BLAKE2b-256 fa93aa8026890c9282e7393d952bc6cd01a4d92739e7d908ae597344cc29c791

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb69885e3f02a7538137197a8618766cda7e29bd7da005fce699e6385215a786
MD5 65dfe7cf7df900971d78c144cd62d6cf
BLAKE2b-256 ee7c764a49d05ac0f4f47c5a64707640f161a2a626a2cf3b0955cafd5e8b3b90

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0bc7cb23a35b7da5ead97b2e9ea2894a74c96d9864782789526e66fdfcf5f91
MD5 690402b437607792e6d69ed9b298ecbc
BLAKE2b-256 3a29b12cc5e82512af540094370bd97dc1f90ef9dc226319763924bd502199a0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9b9bed61cf18002ed7e9cef81c42e6b825c01b7c8d983f2cff223f905987e64
MD5 b96c1e0830d44b2404d0ac60c3724790
BLAKE2b-256 d5996921b4bb508593bde98465e16e0060000e9f82f9531dd73dc28b294bf1c2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 85f8a3b09b41177496e5ed84aa9e0e3f815ac53422d37f72eec7933609f742e9
MD5 a5b96de6dc8f702b14e49a6a92efb715
BLAKE2b-256 a963deacadb519bd81aa0e8ca92532a94bfda89535f7ebcda753d26b625b1209

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46f95c39b8713121536e5f0c4292eab30adcb8dabd088641fd34b5641d4fd81d
MD5 0436ad9a61f52a06b9c064a65a85acf4
BLAKE2b-256 7995340e400258cf09f5fea9303b91590b4e1433cd6cc307d0c02c94505d10f8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35aeca4b60e883796f0c2fa4b78fa34e5f31947b317b7d63526aa68a31036467
MD5 d85720907c047b3ed87b0957b7c3eedb
BLAKE2b-256 2b1dbca643eb781704fcdfe211bc488e66883b1f72e9ebd385057dbf55d4f37f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b20664df152f225d56f6ba810347d47efa126d9ce751e6e5fbad07a12d7cdae2
MD5 cb3d23383f611af7335d6086e416f9fb
BLAKE2b-256 17efba4f22964e0f133a63efa66c7d5c19b5081d89119b12c922baec2e3848a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 910642f91877e8dac6d0286c79688543d0d573e43e78d030d998faee8ca49bdb
MD5 2d4b497953abac45df1831bfb85bab82
BLAKE2b-256 54702c4346f3e790a839822fd9a41f636cd81d4885e7b362d656059c626ab8f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ffa63939802f29873a8b92e437fd9e17fccde0a80004260a2abe8ad71b42bd1d
MD5 d52a9f8879c1f4c21c14c44e61e893fa
BLAKE2b-256 e8dbe67e5719f445681b5e8aa3b1296b7228076f5d459c56f19f8725a01e8a0d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df91af8b7dfd573683ccecfa646d447e4a23be7dc84329c0633e70faa9431ba8
MD5 0365bcc529a0c97610bd8329dbe3253e
BLAKE2b-256 f59ed9b46d521718c97a8a98fbfb60ca905d3c0a0d62696971b601527631204f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a9e82434e640eb5c7ce0845c3cfd6711088cff3b0265d98e6a34216972eec07
MD5 0c3d09653ed01cc40d105d72387f08eb
BLAKE2b-256 baaed313b7104a26009bc5bb4537798d7231c4f7ceccdbeaa9c2d6934976773c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 596c55b36b72fbb04b6e024578e8f9867185b6b07f50fcead75e71b6534154e7
MD5 96baf55b12925e580058265648f25689
BLAKE2b-256 b2422e27db8fab7352f9c2cfb5f5cdf03f1c752160955ca206a73092fbe3ba2c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 244c81e050e240ebc8a1c455db8aefc6b5c9f4582551b34905092da0e03415a3
MD5 f8cd1b74a600e1761ecca30736240063
BLAKE2b-256 910db02d2c56f1726ae0e3dcc2fd0ddd9717ce27a6c41546c18c46d36a8a41e3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03ce17f4a114e0ca53686748e7a4556e62c7a0edc8a6033e076eb3bc4db5489f
MD5 351c7dcef199693d6a99c4f7d3973c86
BLAKE2b-256 688a4508b9024e319baf3747e0d92228e8d83f96644747a9fc69748887123d66

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5fe6149521f6545548452ae66d670be7ece962045952d07af7fdd156409771d4
MD5 ae503b99704440b7249b5617c628cf0c
BLAKE2b-256 9618809e2e313fc59f62f7688eaff5028d53b0f1d59c4c2fe4328b572aec9bc1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea8e3e197f54902b34c5648880bc3c111ad4f677a7350203d1052606cc04119b
MD5 a844248ac406ce92e214ff420cbb44b8
BLAKE2b-256 c88cdd7adaf520c9a82823f391ef2e2e79a12f89ff5ea638de1b7a09b77e22ac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d839d584276784f660168b89209c28ce9a1cb14f8911322f21d919c2566e49d
MD5 be6d170281cc23282db6570b4a72d81b
BLAKE2b-256 d4b79f5ccf76c668e237df7291cbde271478d7ca28fc4bb23d1be339e95158fb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 312575bcc9513dfd7d76d993b7753d18b9a36e54cffca6b72ad2e1397636c7fd
MD5 d967d5ffd4377be4264e5da6d8433458
BLAKE2b-256 9da71a8c637fc3211c22f60a0637fca080d938b8ad5f5c02f317decb5f613d08

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14769dd0c41bc531dba7fc8fe202a11d984d93f251896ffcc74daa0476eda966
MD5 05360cd40a1e6c8bd6fecb105c14e646
BLAKE2b-256 b7b1e472d5a9842f37c189e70834ef5e4c2c5f048c92972eeef85aa7c9aed11a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fd517e4336ebae0493063a031da0e6a53ff436dc5cd551b57f387d38459085c
MD5 0d9498603c99a204c323536a4e193085
BLAKE2b-256 6ee3699300666dc0b4d9046d3ca73adbb2315079d7e26878be1f9a3ba9d006b8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 115cf76fe6358a7863e4f28d9dfd2fa51f1f198a7259ee5fec2e7cb52d0060bf
MD5 0e89e74f987cddfc272ae9586a8aea58
BLAKE2b-256 f866a3f32b5649c89bf4ec3172331ec7c23c4ba9e8c53c09041ada83a1696feb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb840399ff19b3e2308e33b2cd37143bc55b1666e99b38370660b95127b081aa
MD5 7aa18ef4a16e4f6e3cccc38c70f3a59d
BLAKE2b-256 ef8e7900e9e1d0cd311a078263437178759b13d1f0275c931ae6e8e1c1601480

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a81548e59852276af18d4404512cfcbaf20c40f38f345bb80b1a87f1dc7285c
MD5 ef93e2445ce3e46bd95c31a4980ae382
BLAKE2b-256 8054a4b9d49803864afd48eda1da6ab28199f8ed15930375f344187ccdccfc02

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 709d3704dcb9e85576a31a1c04782fe17df6a577a6eaf07dd2b7c34982ca905f
MD5 3d013ecff7a7661214f384f48ccdca53
BLAKE2b-256 5f72c742962f2ee7452e29b683d2a823f25f51c2312418510a9d529f08f79c57

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fb1ba584cd07339f2adad5eb33ab51854330748426a63fbd58cb39031ffb7498
MD5 8f7f79a833ec36a0c8c8d31325477413
BLAKE2b-256 b910a5309843f716acc4b8436c4e575831598d1ac004ee018a3989e394bf716f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af04d0ff93a89c65369c8b0b10d07394046e7d78694fad998b316aa7f8ca3e1d
MD5 a211d63fa43353ca246273866959fb0a
BLAKE2b-256 e57ad303c58b2852ed65dc3cec7fb0af65de66f607cb453f5fbf3df12232b760

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c807ae36058dd7ae2653451081536c10886c74fc06aa1bf7a28cc2f0c815307
MD5 8b571482273a0e459b6cf9007a4a275a
BLAKE2b-256 2b51bd4c541c6c6968c4ac1970d252b6c0077eca022a973c352541a0f836cc20

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 544e2f791912dc5f38cb1159eae8ba037cdd472b40e2fcfc0ea7fb973aaebaaa
MD5 c93df18d1cc11ebcdedc416ab621ceaf
BLAKE2b-256 00d7b24425125287ddfe8f4d3030af3c3cef7fa1a11b6c376dfb40412e88b0f0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a13acc603cca50510dd2b0772f398bad1bcfaa5c418069becba016edac22ac4
MD5 06dcf43af1004d5ef87ed8ca92f387d8
BLAKE2b-256 6da1a5f49adb3a5d30c2ad80a1418129290d920f1451c1081743bfb0486e842f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cfa8b9524bccca9052c6fd2682ec2fc744a9397eaf5febde8e60334fac4313a
MD5 cfd560f042b1517466a1510e426957f4
BLAKE2b-256 1b02b6aa8b29859844d74e8b631c2465d5ad2ce3afdf91e73eeea97eb39bb261

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9e21e147f851a77ab893a27466a166a52450558c88ce885974c2e63f6e3c298
MD5 4fe56e5acff56716af14e9838c104fec
BLAKE2b-256 fb72315258f9b5ab204348e2624a1fab8579dfbd8ac9564b72312a1eaa028571

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d07829faf43b5981487130a929eb8521aefdf39dd723c50e2e168362dafafdc
MD5 5d4b08246a0cc8e2ec0c725c06148e0a
BLAKE2b-256 9a52f71182ee96c8c4d30f46abf0a7b9ca17c546dc3258da792f4952e18f380b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 489ff6e77fcbe14ca7a853916388ddb4bd4e087dd243abef0b7a4732563401ba
MD5 5fd53bfe7128f9f93b0a75e04e948e0c
BLAKE2b-256 294d5d65430a31b9990f4f8537475acc49d2dae5e557d7954b6dc7bb23804cca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db26c9ca688fb19e1716c7ab8e09811a9bd431576432ca626d89e9ebbef96fc1
MD5 aca0ee416a66ec23fc0940fac5ff0f9f
BLAKE2b-256 7fdd8a773695fd9035dd11dbd7ec7764046d81d4919c9aff33d4cd42594ff759

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e9f5f0c377d9efc04d12937e79567628c4c1f72c0991f45c6dbb76541ca1b683
MD5 3423f2ed555096cb9135d276688bb135
BLAKE2b-256 debc8212e1d45aa16e121c20a2f7670fadd6f611a602b50a3006eb92a6c0d7aa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 524c5620aff07c72f9ef6526712f92a06ff9741c0c3ea7b46284045de1b8db40
MD5 e757a9f7667c9a28e8e5d1784f7c02d2
BLAKE2b-256 de92ddf2000c8c54084ca9c18ea6b3d1f39693cee8a71cfaabf5579f21adac1d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.26-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 288f34589e7d76e70f4ebaccfeb34b76cefa661f41302b38722f305a22310e1f
MD5 a6dcdb4f797fbf6005b183d88f1d6a37
BLAKE2b-256 b17f19487a94ef5a122b9f7555549dc6f49220be1a7da62010720aa984c8d4b7

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