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.2b4.tar.gz (816.0 kB view details)

Uploaded Source

Built Distributions

pyuwsgi-2.0.17.2b4-cp37-cp37m-manylinux1_x86_64.whl (718.0 kB view details)

Uploaded CPython 3.7m

pyuwsgi-2.0.17.2b4-cp37-cp37m-manylinux1_i686.whl (711.3 kB view details)

Uploaded CPython 3.7m

pyuwsgi-2.0.17.2b4-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 (633.7 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.2b4-cp36-cp36m-manylinux1_x86_64.whl (718.0 kB view details)

Uploaded CPython 3.6m

pyuwsgi-2.0.17.2b4-cp36-cp36m-manylinux1_i686.whl (711.2 kB view details)

Uploaded CPython 3.6m

pyuwsgi-2.0.17.2b4-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 (633.7 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.2b4-cp35-cp35m-manylinux1_x86_64.whl (718.0 kB view details)

Uploaded CPython 3.5m

pyuwsgi-2.0.17.2b4-cp35-cp35m-manylinux1_i686.whl (711.2 kB view details)

Uploaded CPython 3.5m

pyuwsgi-2.0.17.2b4-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 (633.7 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.2b4-cp34-cp34m-manylinux1_x86_64.whl (718.0 kB view details)

Uploaded CPython 3.4m

pyuwsgi-2.0.17.2b4-cp34-cp34m-manylinux1_i686.whl (711.3 kB view details)

Uploaded CPython 3.4m

pyuwsgi-2.0.17.2b4-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 (633.6 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.2b4-cp27-cp27mu-manylinux1_x86_64.whl (716.0 kB view details)

Uploaded CPython 2.7mu

pyuwsgi-2.0.17.2b4-cp27-cp27mu-manylinux1_i686.whl (709.1 kB view details)

Uploaded CPython 2.7mu

pyuwsgi-2.0.17.2b4-cp27-cp27m-manylinux1_x86_64.whl (716.0 kB view details)

Uploaded CPython 2.7m

pyuwsgi-2.0.17.2b4-cp27-cp27m-manylinux1_i686.whl (709.1 kB view details)

Uploaded CPython 2.7m

pyuwsgi-2.0.17.2b4-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 (631.4 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.2b4.tar.gz.

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4.tar.gz
  • Upload date:
  • Size: 816.0 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.2b4.tar.gz
Algorithm Hash digest
SHA256 73f0ef9ce21c5184644719079aea11e60744562bd5c43cf4e577a8ca860f72dd
MD5 b2acf98e9c1177dcb823ab5c498968bf
BLAKE2b-256 c12640a300990a25f523ebb0d698fa0be6e76611bf9a9bdf497e54c0e6fc7d13

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 718.0 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.2b4-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 537d461d98d02b803aca885eb4a146286e6a5d933a03f5136bea309c80654106
MD5 fcbeaf1fceb746daabd1ecd2194c1dc4
BLAKE2b-256 f13a7038863ed40d2939bd048258d01e261018fb25ce13f0ce762d068ee042cc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 711.3 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.2b4-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e523bef8eb4ead9aa9448fab6f71b3d3326cd96ebb08c2916027e75cb2e91ec5
MD5 05807b840573dd41d3d12807c9068c3d
BLAKE2b-256 c010f447b0110e2345cd2ec4be0bfde685fdec3077ab332f51d35e01e2126b1c

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2b4-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.2b4-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 81004af0f9ffe4ace83f4f8a5acfd284059046f6a76558a7a0c0089202ade8ba
MD5 3a37a7d6c00440bd95eb82fb43249c10
BLAKE2b-256 2ba8a97827bdbaeaf94f8957cb1fb1549e4e9b4dbf67a6fc7c461fdb8c97f975

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 718.0 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.2b4-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 273dcc1ab8ea13e064ee371e0b2cde275412c5f5547e586154af60cace05dd09
MD5 b672195b9e041da0835391f4ceef8e81
BLAKE2b-256 8887897798a26319898d95176bec7b210267fea71e26583ef2c8b4f196dde0b5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 711.2 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.2b4-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 25d08cba81efb3d2b81d0726ea75f3fdd2e6f7dacf73c8fd1a32614799fad477
MD5 ca83d75e987ce9c96ad68c1f5a7c7ab0
BLAKE2b-256 552fa8f5bebad375d93e1a71d5fb7cafba37ea9244edcfe276c0c190dcd0de0d

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2b4-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.2b4-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 631f65d0162de6a1f3b54227dede5dc6949334f56facc31604157f15eb50af5e
MD5 950d4f4fb188960186498649d155bf06
BLAKE2b-256 676e0be95931eb0fecb21602edf45be6849794f7807cd908ac288de35730a5dc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 718.0 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.2b4-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0f00757a06328002bd655932776cafc17ee3ccc63319a8cdff9dea5b7cb2448a
MD5 1b9e8193fc601abccfb430d6f2bed27f
BLAKE2b-256 fdc93191c318a813fc1473df8b09ab56e18abb47792ccf1e2d5be5bac33a1476

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 711.2 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.2b4-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e70ad4ca52e2d7c5e8e447817ac1c3154f86d5321950ac574435297e1f8676a3
MD5 350703186f18b838f11977b2d03ce0bb
BLAKE2b-256 e249fbb5a30651bd6b3d914cc4086b4eb94494d39e60911affbf87c280b39f00

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2b4-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.2b4-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 3062848d4ad94719353881c16fdd17df54e7c75bde55ff0400537bc93d194e29
MD5 e65b087fe80b64ff1c5579b026eae506
BLAKE2b-256 854390485b448e9d915a546a203b6d3e329244d2996be41993ab021bce66c40d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 718.0 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.2b4-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7c3ccba3c75396ccf5faa008f45dc5f890c2e2e8686474a3511db599196cdac9
MD5 692bbde514f62795945c481bf18ef1d4
BLAKE2b-256 2be341a239bc1b99521268c99737cc77c6cb5d105797499f820ea17a8d750dbc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 711.3 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.2b4-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 00f82ff61d93397b66556d1da672aa114eeaa93eacf69b596612e6a4cfb6f6dc
MD5 2d4e6f50ac4f3ce4a1319f54242a539d
BLAKE2b-256 f65da30aa9124b66f957df49d54f3a4b0384f23068a9e99da5c784ded247413a

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2b4-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.2b4-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 d4fbf566426a96b7b4c47fdd719fed53b058b501c19409faba007728c5edc7f5
MD5 6b293946fc8cfd49ac3503b4d4f5c31f
BLAKE2b-256 024ddc8a39f980493dd86a0c838eca43d688279397424b954861fa52c03ca1f0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 716.0 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.2b4-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4dac13acef868aebc4258b8a9a75e3454cadbdf679fb30b884cf7be94e4f9ca9
MD5 d7e50393929bbcf47d9ed0b872c19166
BLAKE2b-256 a33ddfc52a7f54c05f2e86aefa7ba3c3d028f6c2008b6bb10aa879f610596073

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 709.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.2b4-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0b59db141547ec06de8672499f2d2f171b6d59988715b89d8c573b79e1e90158
MD5 63cc4286b27b734234387b4079ad06cf
BLAKE2b-256 c9d42d07c525bcb9b1bbbc7520dea2f1f2fdd6b6405a37015d1691f2bc440eaa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 716.0 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.2b4-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 99da85d6163d2fec67d5d0ae516311fa3b2a720f3328603af889a604945a62f7
MD5 cf6cdd987735c80a451ba34e251cff16
BLAKE2b-256 d39dc5fe50fa1b10ca74adc9b820e0ac70ce73318949275d367d1ed23e196a18

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pyuwsgi-2.0.17.2b4-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 709.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.2b4-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ec611c022ebe265df7da5470e00dd067279ad39574dbdeaaa8c705eb2dfd2f36
MD5 6b1850109e41aafbc754fe314ae53e30
BLAKE2b-256 a252b29351a3dcfb2f0532c18926219aa1199351d4bedd6c547bd58a0fcc2c0b

See more details on using hashes here.

Provenance

File details

Details for the file pyuwsgi-2.0.17.2b4-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.2b4-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 812ccb1688a6401fcc2ce7093a290eba62b149b829e2eead5c89196c4050eae9
MD5 38d4f0c86f829730ec8027c93d15ecbf
BLAKE2b-256 e6b50747991bce121e6596b75175fb22d83978497b165315d8019e30f68d4088

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