Skip to main content

The uWSGI server

Project description

The uWSGI server as a Python module

Install

pip install pyuwsgi

Run

The installed script, pyuwsgi, is a drop-in replacement for the uwsgi script.

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 full uWSGI documentation can be found at https://uwsgi-docs.readthedocs.org.


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.17.2a4.tar.gz (816.2 kB view details)

Uploaded Source

Built Distributions

pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_x86_64.whl (683.7 kB view details)

Uploaded CPython 3.7m

pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_i686.whl (678.5 kB view details)

Uploaded CPython 3.7m

pyuwsgi-2.0.17.2a4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (452.1 kB view details)

Uploaded CPython 3.7m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_x86_64.whl (683.7 kB view details)

Uploaded CPython 3.6m

pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_i686.whl (678.5 kB view details)

Uploaded CPython 3.6m

pyuwsgi-2.0.17.2a4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (452.1 kB view details)

Uploaded CPython 3.6m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_x86_64.whl (683.7 kB view details)

Uploaded CPython 3.5m

pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_i686.whl (678.5 kB view details)

Uploaded CPython 3.5m

pyuwsgi-2.0.17.2a4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (452.1 kB view details)

Uploaded CPython 3.5m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_x86_64.whl (683.7 kB view details)

Uploaded CPython 3.4m

pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_i686.whl (678.4 kB view details)

Uploaded CPython 3.4m

pyuwsgi-2.0.17.2a4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (452.0 kB view details)

Uploaded CPython 3.4m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_x86_64.whl (681.4 kB view details)

Uploaded CPython 2.7mu

pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_i686.whl (677.1 kB view details)

Uploaded CPython 2.7mu

pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_x86_64.whl (681.4 kB view details)

Uploaded CPython 2.7m

pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_i686.whl (677.1 kB view details)

Uploaded CPython 2.7m

pyuwsgi-2.0.17.2a4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (450.8 kB view details)

Uploaded CPython 2.7m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

File details

Details for the file pyuwsgi-2.0.17.2a4.tar.gz.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4.tar.gz
  • Upload date:
  • Size: 816.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4.tar.gz
Algorithm Hash digest
SHA256 6a084aac6f6f6180f6b2998a45502f34b6c39cbd19aa56ce1930708abc21ecb6
MD5 691b0add78e64dcf1ef7efe4b3d01bd1
BLAKE2b-256 cddbe4c0074d74951b343ce498c7889b78c1ac595ca77aed14af309eb087afad

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 683.7 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4069868c071a08ee579ff72c001d0d2b8f4eb30df5e2215a62b487c67bc252db
MD5 3bbe1d3fb9858fd95f6d4c2295411016
BLAKE2b-256 1774c087b86ce410e3f13b76069e55f41d67f64e0e6b153b32700f41d43a55a9

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 678.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b50097afc60f18777ada039cbde8effccb87380841a4d878a23af056500ecbbd
MD5 673844ff7f1430eec8612785dee9384f
BLAKE2b-256 82343a8d385c81249e65a879df1f3882fff2c0ae2c12c46c9c10dbed530c17fe

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 6e5d064149ff1384665c80ed151727b626e180d781d93abaa98d78b814602113
MD5 57e9171aba57745a2a3a38f2fc9b2a3e
BLAKE2b-256 afe3117ae3194cca19cbea66cc577b9fe0538bd0c36844dc64edc44c940e8760

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 683.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 18963a3ee2f90d9cd03bec3c1027c3c4dd77b199d03546412553fa276c48e05c
MD5 4282c457813a8bf0b8550b69da0d3f7b
BLAKE2b-256 6c56fdb6e441323d3bf064f14743939c014dc776f5c2a47a36e222afc985b085

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 678.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c3d843b0bb12299a984d85885a4a6d7a69fc4cdccc46a62e63c33f55e03d9e5
MD5 26155b6422268cbbc8ecaf0b2c27ac48
BLAKE2b-256 9a2248c9bab3fb2004963b5b05c966e4619b2135496b3059e11aad3c7be08054

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 b154f35d85e7d07d2b9ab9ac51d847a2ddb94d0d00fa6e852891f46a54a9ee56
MD5 767b15a93dfd0bde279bce56c8442a7a
BLAKE2b-256 b88e528b6e6cd7e357a14e3ea82145d85abe00be1c4ae6db980f7cd3394c5f05

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 683.7 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4ef398edb71e3f39833b56757b27f27aca7b129b824b3c5cb10f99a390230ec1
MD5 08aae50ce4d6a6d589422184cf40f033
BLAKE2b-256 c9a946039ab86b9092435c6e7ca0fec5a292926a5c710b2478075b339e938f99

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 678.5 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a5a9533104dd9109409a0c5e55cdfa582d7ecb75c9e62711cb3acad1d11bc35b
MD5 15a02b488325e62b25e0b59592f9795e
BLAKE2b-256 3959a33aee786b8b20931139031ef6f0b4c46dc025a6b964d2459b1e477e25f3

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 0f7546d780e67219ff072bcfcb7aba66911cd9e3fdb0720c62c8b5cf6970e607
MD5 2e1f03ebf054521309ab6c2dc7677e54
BLAKE2b-256 c75cbaa7b7ff08f47ab867b6294dcb4190f0ce8b310836fa1744eced3a196e79

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 683.7 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5111c4f22a7b0572ed20dcd124b4b4a094ddcb5149f4ecc451789bf19c6067af
MD5 5e0c32f4b43e60c02d6053f9f9b4ad72
BLAKE2b-256 3eea6d248e9474a8748cfbfd886654a671a45adf7ca0dca34528d2d9de5b6ec6

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 678.4 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 640abe237f9513202d249729c34f2df893d2941cb7d66a974a30d740e4c0a967
MD5 62cc7de53e66b2015b06a97f1891f67c
BLAKE2b-256 286aac24231f6b13ca4fee0790e35302caf6709c0a5a454f79bc8cdff077be6b

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 0f4b0223e53d9faa5e99009a330235c89327a2d5d6304d4501a1d8e439402d89
MD5 5d6b63faacf324f9e7c544f76600aa6d
BLAKE2b-256 3f0afc6121cde1b103143470e666b1bf8f9febd8dac40c46f592d9e3e600c989

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 681.4 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bee99164640b9d12a53d160596ed47388138a043b6d9ab1e28557cf2a47ba8ec
MD5 582dfe14af220df6f4a6c135df769f91
BLAKE2b-256 1b088ee7cd92e695ac213ddb66d1f5393cc61073d17ceaf1261dc2ea83426d4b

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 677.1 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f20930372009fa6f2f14fbbe4e5b52a1f483c952d64465e624bade31a4d77e9b
MD5 7d008c54b5d67cf76951d1ef6fa205af
BLAKE2b-256 8a849844ef9e4a033d5188cb78afebea42ee28a42f5e7d5e8bcba8850b6e1870

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 681.4 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 426b592014c61eb335061459f9de8b7df545940e40e22dfb6d61cc7b74bc5a73
MD5 91a00ad6d821ef9b4599001bf1bfa1b5
BLAKE2b-256 386421cc6100ed01e698ce87b92c6c98fb6f8985ca0ebbd24960b70d5f5f7d90

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 677.1 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 904560fc531c4308889527c6b6c4984d1dd2bf01339e5f3a0432df9fa4a35b54
MD5 f0ca9b62a3b886d68816cf824f5b46d1
BLAKE2b-256 32922be88b7e3987c0e736780cdfa22c7c83054ac948e4bb738af225962ed38a

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2a4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for pyuwsgi-2.0.17.2a4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 22c3ac0a922f0530e17010b8fa2ab90ef7358cd5fa80f93b4b0ad184360e2c22
MD5 39e6899199abe8feb1a7bfc1bc5eb6b2
BLAKE2b-256 4f9a36e0a8e5e5df72f2d4488ab6fd69860cf3d1509eda10136f7d5dbdde882e

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