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.
Source Distribution
File details
Details for the file pyuwsgi-2.0.17.2b2.tar.gz
.
File metadata
- Download URL: pyuwsgi-2.0.17.2b2.tar.gz
- Upload date:
- Size: 5.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6353ee1f4dc585a4e96e82ba255acdfdef851957d4ca8c53ec34cdb967eab873 |
|
MD5 | aa14761afef0b0fab0ae0092b94056c3 |
|
BLAKE2b-256 | 02b9ea7c0a85a80bc6f890f1e5f233c2aa2923078695442bc3202ac6d30e5b1c |