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.
pyuwsgi
is sponsored by Lincoln Loop.
uwsgi
is the creation of Unbit.
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
pyuwsgi-2.0.17.2a3.tar.gz
(416.4 kB
view details)
File details
Details for the file pyuwsgi-2.0.17.2a3.tar.gz
.
File metadata
- Download URL: pyuwsgi-2.0.17.2a3.tar.gz
- Upload date:
- Size: 416.4 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 | b1941acbeff7d99ae7df5d5a3cb8db2b1ab842a8acc60e1b638fab6b81914fb2 |
|
MD5 | e126a44b90ed9bdf380c65f6737a69f8 |
|
BLAKE2b-256 | ac49828c98f28017f6c9ad466cdb11403ed9075ec3d1ef7534acb6f4b1d193db |