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:
`python import pyuwsgi pyuwsgi.run(["--help"]) `
## Differences from uWSGI
This is built from uWSGI’s source without any modifications. A different [setup.py](https://github.com/unbit/uwsgi/blob/uwsgi-2.0/setup.pyuwsgi.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](https://www.python.org/dev/peps/pep-0427/).
The full uWSGI documentation can be found at [https://uwsgi-docs.readthedocs.org](https://uwsgi-docs.readthedocs.org).
—
[![Lincoln Loop](https://cldup.com/gyNz5rfTkR.png)](https://lincolnloop.com)
pyuwsgi is sponsored by [Lincoln Loop](https://lincolnloop.com).
[![Unbit](https://cldup.com/TTNag1Zlcw.png)](http://unbit.com/)
uwsgi is the creation of [Unbit](http://unbit.com/).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.