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.1
Add websocket_* function definitions
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
File details
Details for the file uwsgi-stub-0.1.2.tar.gz
.
File metadata
- Download URL: uwsgi-stub-0.1.2.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8986305176c9d9103ac6972ac1e0bdbb8e87680034ba010d52b23cb3fd284d47 |
|
MD5 | 392e720e43f3e73f6816b305b88a8cbe |
|
BLAKE2b-256 | 19d30ac1090a855f9cfc73b5105f7600b895889e33452d180b9a8f5e5dbd3bdd |
File details
Details for the file uwsgi_stub-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: uwsgi_stub-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0118e5e6726920ce5381ab95d367a8f01dc661141f9d246a271c23b380eac51 |
|
MD5 | bb629bf16ff0d2d31b939653e29aad09 |
|
BLAKE2b-256 | 4dc1d646c5d7a60337cad3a4cd686205c6e6e11ecdcd7566fb9434771d8f8ff8 |