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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.22-cp312-cp312-macosx_10_9_x86_64.whl (575.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.22-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.22-cp311-cp311-macosx_10_9_x86_64.whl (575.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.22-cp310-cp310-macosx_10_9_x86_64.whl (575.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.22-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.22-cp39-cp39-macosx_10_9_x86_64.whl (575.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyuwsgi-2.0.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyuwsgi-2.0.22-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.22-cp38-cp38-macosx_10_9_x86_64.whl (575.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyuwsgi-2.0.22-cp37-cp37m-macosx_10_9_x86_64.whl (575.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyuwsgi-2.0.22.tar.gz
Algorithm Hash digest
SHA256 bed58e94ee0e497622d774c440c71bf6c472ad98cfedb934d0b14179f02e4adf
MD5 371e6623ba143612def8214380d3684f
BLAKE2b-256 83426502b8ba5585c57d62e3ca23ede9bab3ced9c72fdb1e4dd8e72553eeb2ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f80682b4419fdb85376c3e7b591b6512983ac09e28270f362eaab92238cfbf88
MD5 e6d84ac2a2105f4210ae522b8cb91d44
BLAKE2b-256 c0c92737e3b97b7dca328b18d47f8376e49c70052c6d60006dbcf4728fd2b2d3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dcaa03376f77c438eb54fcbea51274e58f474165a8a08a0ca6562a864c08dfa8
MD5 255cfd707d9b9013e76b3eb7c85279da
BLAKE2b-256 01f7bc56625cfb37f26dc7dae39ee526f06aef0e133c531ad63782a7c99bf4b4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 62fc4888caa104960245bcaa69220c15aa9bbc4bdeaa05ac9333777a4f4c7a7d
MD5 783d260e83ce3b87bf6c29e84f6f8055
BLAKE2b-256 b7d4202db1fdf1288cb327007b9d5bb02eed4ef344df60a323739fd061126599

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe68513a26fcc56151a44cea8e78ba412793806fb84260c8f0e2319d43def235
MD5 f4f8784d052a4085765dec6d354c8091
BLAKE2b-256 87b725ba37a0a665e941124ceba5493ea08922ba4909e4e08f3d4d76322f989c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 435981fe542452afd5c52e8206ca2487a6b2c9c6696bd0d756f4fff898f46928
MD5 c705ba9c047aa7af2de4be534f07c924
BLAKE2b-256 c9fc3dd54fe4d15a0abf248abfb3ec13b51fb7f3af76ae82c76c578b13f3e896

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa57f1e76b4bca45178810031667f89dd5e44714647e7ca18e1b0cc85f8730f8
MD5 d7087eae82b8b6bba51385410ec78351
BLAKE2b-256 24e682600e268a7b47dbce9a54ef0a5b00fb8c3939cb0fc9635bf3f825830508

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 097224803e580c9ed1ae3a85cb50de55fccac300c0b6e1fee2e8a2519a51c29c
MD5 05bc1ef289f18f5d2e648bc86f031eea
BLAKE2b-256 87651b7e5ef366e9cb264e0fe73dc75fe0576fcb0d9a2492729f383d5130eea2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b4f993181fd61858934c80a1467a67c8e99bf18335e7bda54a45bd66c07312b6
MD5 4858811fe02f4e13a074d23d8476d42e
BLAKE2b-256 6d03146e2c710b13c49004af6d8636c41a7973a6705743ced7be82a6872d9000

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7e458e9625868301bbca768f26a067b5a5cb4b41501ddebe6d473c78395765cb
MD5 64b53be43bce5d98b3f843aeed475bd1
BLAKE2b-256 7264dce50eecb18b276805c977ca51a1cc9bdd13c1a9feea98ee891c74298349

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5cfa678ea5c836425539f39d284a26ba1a51e28a72653a9e940059db569a9d23
MD5 4a7098ef1f63d3673ee1bbbd49ab976e
BLAKE2b-256 1b51e2393e416d9bd17554b3b3c755dbc6bf56b1f4efb8f8cee1babf819145ed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 820ef76fa84f8a412bfd67d68ec4739994f9c056937629c5f71e1844ed702cbc
MD5 a3e857faa0c2f5b350a1ba894124579b
BLAKE2b-256 aa3880a6ff1cf28659c6be8a508fe77bd437232a22028fbba6d25aa30ad3ab33

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b398d7e477aae52dfde03df294bb36fee6628da7a4a0ffc0c08af5a359fceb2c
MD5 731ea5803beed33adb0323b5e28a6158
BLAKE2b-256 18214e86b2705c6fd5941cb6b705f58195fa5c5bbc299d40f9e1175f37c7a161

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 697913cb027faf6018ce477c44a2f51c5664f8fbd15e55de0ab0fabdcc522e5a
MD5 379592d923ce59f99971d797a5c1660b
BLAKE2b-256 55daa3ad089b6fcfaff88341e5c64583aea62c531fe8e638b5f87289467056d9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 57132d305690b15e80742692021fba9fb16c5681329ee67639d99b3f37fbf828
MD5 a869736e6b692924e0323fc9374ce88c
BLAKE2b-256 f39190079924f478fe3f40eff94b5df0710db7ad383a2e461ec8d252149d01f7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c6f91278a833a0684269489115e1b381af2973d5563040e3cabd019703f25256
MD5 9b154ebb03f6338f8ae2d56fd31e9332
BLAKE2b-256 5a5d7a4f8fefc2b39f971c39cb38faac20d3952a268a06bab09e35191b2fb94e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3ba47ebba2db5f4937ba9324c54ad02810408120059c766c849e54a1cfee90c6
MD5 2027afdecb5b3f2f1383c5ddec15559c
BLAKE2b-256 d5f2bd0c283e3e4eca76a8172664a1eefe9e2940488bc2eeecec83a27e057a72

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bc5b33c33d3de6a15d569c80b8f78e1f131ccaf0bfdb35c51e8589df8a10191f
MD5 67645c192fa1d0307209052f921e9f0b
BLAKE2b-256 2fc54cbe4d0d47001e85615c01c78565032812f3789f95f78e9333464bc8a803

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 883a91c6dbde362910a23f22e08fab0f1291cf00b5f3f30d9fbbcb778fcd2579
MD5 cb899d4949e508ec1748fac08da7f741
BLAKE2b-256 f6c1d4e519531a63a4b26f6c9c1b560e7cd9afdb07baae43654e00eee8287048

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d7fa03dd3bc0639c918d071288f7b155867ab78c34852b8c596723bbf250920
MD5 651821c9b98e3fad66abb7c88ff4b36f
BLAKE2b-256 cca3a09f27fa003f23278920c756ff34bccb6530b6ec69cfa57f97f5ff8bf2a1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59c8b3a449999b9facb00d829d4f0558e8aa205b931214779285e7f2291d4c0b
MD5 dfafacf8cf500f1fcdb0a105dbd2c6c7
BLAKE2b-256 52e705446d1c70d546b0d023788bc4449b2614e888183f5a1a0e846074104291

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b55e897318af6a4d993fc0ae21d714c3bc7b799c605bf89d9664f2e24b661fe6
MD5 9168879dfa5a0b3c5810917b5006a930
BLAKE2b-256 41a6a23f17a060ab54a7aca9948c1226b010363626b46ca6042f847a8bb29efa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ec1c38976c781374b630f2f9a5e224da039c29432afdc00cfca02f99e24ffa4e
MD5 71d154ce0f7b4a482afadac7010cd321
BLAKE2b-256 daddcd5b0c4415d4029bc929af1ff265c85ac574a2d958636d1c7c21eb022ea5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 55d6845135c615d648d857b6e5e9bc3d891d46e8170bce4a4682df47ef8b54c4
MD5 217c9ab44bd7979c655e2ec06903b30a
BLAKE2b-256 9987a846c10f556903b5cfb97d6b89fb0eb54b8b9cb30d6f295e6ac6e2533f25

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 26debc953203f23ac7609628565ec4aa186bfc7ed1fc34e7d664ca65e33e1765
MD5 1aaa01bc1f227d30f3d9acbebe2a37c0
BLAKE2b-256 7804a2e3cbe420aa665a7a704e5ee33f8f5979fa82f53eb438f4dfc0d3b345f5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79f0fd3fa83e58f05ebddb8ffbb2c91da1b8a921f447c3f22f580f5dabef1d4f
MD5 537f6d608b8a361a3412ee004a5e3a76
BLAKE2b-256 c079fb57379f6d014d9aa08606e6884207a8de148e85b6c026af49d28889bbae

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 248e5358eb04caff4d9e035d35e47d761c38a9f834fb72e31c1bd50347dac599
MD5 be3102077e2b75b8e8f3ff110c74b053
BLAKE2b-256 b7f8801def6c75aa8444beeea21d5fe5180dae3156854be0c97a652e22ededda

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e337758df2d715a505d7d3d39cfde2ce68a2dc9bee51016a3126151151cc5d97
MD5 de509d7ccb0ed6a68e2bb2407b43162e
BLAKE2b-256 a8bcb28f5a08a7d836317a679deab21f48ebb21a7d3c0cbb51a33b51efbd52af

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afaca18a6b7dcf51a9da5c7d88276206dcda10ed693f5e61b4d4607c0c130a1b
MD5 866da84ffca64f71bbfb805408e03de5
BLAKE2b-256 6d3b442380c0d81463edfd80068648714f6b4b4cb109b5eff17da6704de5eadf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bfc96fc6fa3173480f6f4148c2152eac256e1979420a6feb25232dbc3a4026e9
MD5 ed6a29db2bf39933b2ae860dac878c6b
BLAKE2b-256 22db1231942b9ee50e7427cadb37dcf69d2fcbad39d2a00cb5eb826101f151d4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dbc9ef80f3ddeea0225ac7f03165474d49162816982835d186ef820616fdc06f
MD5 34d430a1ba85fcb22e552adf58a3c82c
BLAKE2b-256 8f25a19ffa1db1c90c0317f13781ad3757fc4810dcc58656f6503bd6b8713acd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2ec41159a30d5ef93c47ea4a211771d3d5a5d769b97c314af2129cb777aeb318
MD5 28560ba8cf107e31f56397e13d1359a1
BLAKE2b-256 a471996539c51f1950df7382f2e83977af2d64bc35e1a1ebf444b02e6bb16f69

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f142c633a33906fa82a1a9afbeedd743402a513e9e2b6b38463b54fd8bed1d0
MD5 bca0ea89f3a636d2bb9fdd526f0db28e
BLAKE2b-256 f04873246458472ee6c4cfd080aaa9db43296cff4eaa334bac2f30f545392232

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0d8788294d9ff207e572d7e7d04e2e3b8fd6d118c285177ab0c7d1f0d65588e
MD5 0bde0bd67000706aac6b45762fbbd85a
BLAKE2b-256 cbc0aee06a2b0372c21898fb7312bb7c4c5f629b036d5502a23d75cbcd5844fc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41f5bcacea5c1c3e4a6def1cd229535a2789e884e7a26471b1dbc3afea35e682
MD5 5b7d6156a18bfb5c09fb4d2871c9bab3
BLAKE2b-256 5d7976771fcb3ed8395cb24fda6e4be7acd38578b1d93f2ebe10729b374de680

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8da89b3ece90eceda36996601835b066edf4dae4d5b7a194e5ddea3e021009c
MD5 5f57d51a17a18fc55577b2249ca28a21
BLAKE2b-256 04f9aae8a13e9519c7252ae12cca88e1d7a183162f3e3029f3408cf17baff085

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d19e11fc8cf9d90b837484755690338110fdc7e38bf62a21fe2c066d2ca4315
MD5 032587ee2cc4c8430a371775cd005c25
BLAKE2b-256 f49c39298072343fde41bfbc073942ccbf432d40ad462c40c26b59a36295737b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 24823dcf6fadabeb4c15a8bff8de8796441db095033c9036854bae17194809e2
MD5 baf67c996c1998535fc961a1c4268b2c
BLAKE2b-256 0d1723e7537ef445fba093ef07a7210ead1087830c4412bf42e9f13c624186f4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1b7ad28d8ad5277ffa95102ec21e0651c68becce90655fdc51d033991c125fbe
MD5 738aa36992d622a414754c2b58a22ed0
BLAKE2b-256 9906a71527d9420993e93b901d06e4cd6f6f9e9fb06fd27652f9d189f2df7b7a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc35750a0969c129832af169867a7d6ad3e20ddd240a8fa4975fec0d996ea463
MD5 6667f85978884972dbe0f0c6558e9708
BLAKE2b-256 60d77ab8cb96f55d3c78b488c03926b70430e4550dad2c99ddc741cca2493f9c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6f8f67ab1f87188f33f30f2d1e77c02ea3132f7e36be0f9201f22522c7828e9
MD5 b172a162a86c726bbed5af1cef7d64b6
BLAKE2b-256 10ecbf0781898ecf41911a7bff2665eddfc14a3bc86541f296baa06d8c9afe40

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c5e008fd88f5f79dd22463339fa90ac2e2d4a1c4698fb09ac9dc3efc8268d7a
MD5 84799fcf570d9227b27eafb508eab354
BLAKE2b-256 fbc4818f653539709d46e49aeb3483b06fee22c05e1210b07858fcda739418bf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pyuwsgi-2.0.22-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad6363b4d70a63a0954f9d0b802282861b683c13537493a4053d1160b93c0f8c
MD5 b96134d5d9c8b0820412de756de252dd
BLAKE2b-256 64810c032a3b5e2bd17d771bdcb97f0b161f86a30a86f8e1c7ed7446787b60a5

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