uWSGI API - Python decorators - with fallback for running outside uwsgi
Project description
uWSGI API - Python decorators - with fallback for running outside uwsgi
Uwsgi offers a nice pyhton api in the form of decorators. It’s a shame that you can nolonger run your code outside of uwsgi. This package implements fallbacks for the uwsgi decorators, that either do nothing, or run the asynchronous stuff synchronously.
Beats import errors right?
this module provides fallbacks for the following uwsgi decorators:
spool lock cron timer
usage, just import the decorators from uwsgidecoratorsfallback instead of uwsgidecorators and your code will nolonger import error outside of uwsgi:
from uwsgidecoratorsfallback import spool, lock, cron, timer
After that just use as intended, outside of uwsgi you get alternatives that either do nothing or run the function synchronously.
Project details
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 uwsgidecorators-fallback-0.0.2.tar.gz
.
File metadata
- Download URL: uwsgidecorators-fallback-0.0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13cd6bc516df31d913e63c08258ca4a98fb837f2a70358176036a8dc6e43c1a7 |
|
MD5 | 15b972379936912dcf1d4bc446a4a186 |
|
BLAKE2b-256 | 63300b41c2a63d130a0d75c013f2b7a72e496673c7b1bb9753716a63bc8a20e2 |