A stub file with correct signatures and docstrings for the python uwsgi module
Project description
This is a stub file for the python uwsgi module with function signatures and docstrings.
Normally if you import uwsgi in your python application your editor highlights it as an error and also doesn’t autocomplete any uwsgi.* functions since the module is only made available if you run your app in uwsgi.
You can install this package if you want autocompletion and docstrings for the uwsgi module.
Note that ImportError is still raised when importing the uwsgi stub module so you can savely install it just for autocompletion and still use your
try:
import uwsgi
# do stuff with uwsgi module here
except ImportError:
# do alternative things if not running in uwsgi
Installation
Install from PyPI using pip or easy_install.
$ pip install uwsgi-stub
Usage
Just import uwsgi in your editor and enjoy uwsgi docstrings and autocompletion.
1.0
First release
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
Built Distribution
Hashes for uwsgi_stub-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05c6b49d3b4b3c4b9bd595b05f09e41039ac45e04cf1b5c72ff18ab772c13e3f |
|
MD5 | 69530a3332e57aa8325bfe52fd374845 |
|
BLAKE2b-256 | 5580e949343349bc39dc2bfcc049bd67a88a2704d50eac54d32c05a1a3b0ac3a |