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.org.

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.18.post0.tar.gz (818.5 kB view hashes)

Uploaded Source

Built Distributions

pyuwsgi-2.0.18.post0-cp38-cp38-manylinux2010_x86_64.whl (750.5 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyuwsgi-2.0.18.post0-cp38-cp38-macosx_10_9_x86_64.whl (552.7 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyuwsgi-2.0.18.post0-cp37-cp37m-manylinux2010_x86_64.whl (664.5 kB view hashes)

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

pyuwsgi-2.0.18.post0-cp37-cp37m-manylinux1_x86_64.whl (718.5 kB view hashes)

Uploaded CPython 3.7m

pyuwsgi-2.0.18.post0-cp37-cp37m-manylinux1_i686.whl (711.7 kB view hashes)

Uploaded CPython 3.7m

pyuwsgi-2.0.18.post0-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 (634.2 kB view hashes)

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.18.post0-cp36-cp36m-manylinux2010_x86_64.whl (664.5 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pyuwsgi-2.0.18.post0-cp36-cp36m-manylinux1_x86_64.whl (718.5 kB view hashes)

Uploaded CPython 3.6m

pyuwsgi-2.0.18.post0-cp36-cp36m-manylinux1_i686.whl (711.7 kB view hashes)

Uploaded CPython 3.6m

pyuwsgi-2.0.18.post0-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 (634.2 kB view hashes)

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.18.post0-cp35-cp35m-manylinux2010_x86_64.whl (664.5 kB view hashes)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

pyuwsgi-2.0.18.post0-cp35-cp35m-manylinux1_x86_64.whl (718.5 kB view hashes)

Uploaded CPython 3.5m

pyuwsgi-2.0.18.post0-cp35-cp35m-manylinux1_i686.whl (711.7 kB view hashes)

Uploaded CPython 3.5m

pyuwsgi-2.0.18.post0-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 (634.2 kB view hashes)

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.18.post0-cp34-cp34m-manylinux2010_x86_64.whl (664.4 kB view hashes)

Uploaded CPython 3.4m manylinux: glibc 2.12+ x86-64

pyuwsgi-2.0.18.post0-cp34-cp34m-manylinux1_x86_64.whl (718.4 kB view hashes)

Uploaded CPython 3.4m

pyuwsgi-2.0.18.post0-cp34-cp34m-manylinux1_i686.whl (711.7 kB view hashes)

Uploaded CPython 3.4m

pyuwsgi-2.0.18.post0-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 (634.1 kB view hashes)

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.18.post0-cp27-cp27mu-manylinux2010_x86_64.whl (662.9 kB view hashes)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

pyuwsgi-2.0.18.post0-cp27-cp27mu-manylinux1_x86_64.whl (716.4 kB view hashes)

Uploaded CPython 2.7mu

pyuwsgi-2.0.18.post0-cp27-cp27mu-manylinux1_i686.whl (709.6 kB view hashes)

Uploaded CPython 2.7mu

pyuwsgi-2.0.18.post0-cp27-cp27m-manylinux2010_x86_64.whl (662.9 kB view hashes)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

pyuwsgi-2.0.18.post0-cp27-cp27m-manylinux1_x86_64.whl (716.4 kB view hashes)

Uploaded CPython 2.7m

pyuwsgi-2.0.18.post0-cp27-cp27m-manylinux1_i686.whl (709.6 kB view hashes)

Uploaded CPython 2.7m

pyuwsgi-2.0.18.post0-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 (632.0 kB view hashes)

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

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