It's a plugin for Muffin framework which provides support for external APIs
Project description
Muffin-Donald – Its a plugin for Muffin framework which provides support for asyncronous tasks
Requirements
python >= 3.7
Installation
Muffin-Donald should be installed using pip:
pip install muffin-donald
Usage
Initialize and setup the plugin:
import muffin
import muffin_donald
# Create Muffin Application
app = muffin.Application('example')
# Initialize the plugin
# As alternative: tasks = muffin_donald.Plugin(app, **options)
tasks = muffin_donald.Plugin()
donald.setup(app)
And etc
Options
Name |
Default value |
Desctiption |
autostart |
True |
Auto start tasks workers |
fake_mode |
False |
Run tasks immediately (testing) |
num_workers |
<CPU_COUNT> - 1 |
Number of workers |
max_tasks_per_worker |
100 |
Maximum concurent tasks per worker |
filelock |
None |
File lock path |
loglevel |
INFO |
Logger Level |
queue_exchange |
tasks |
Tasks queue exchange |
queue_name |
tasks |
Tasks queue name |
queue_params |
{} |
Queue params |
You are able to provide the options when you are initiliazing the plugin:
donald.setup(app, num_workers=2)
Or setup it inside Muffin.Application config using the DONALD_ prefix:
DONALD_ROOT_URL = 'https://api.github.com'
Muffin.Application configuration options are case insensitive
Bug tracker
If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/muffin-donald/issues
Contributing
Development of Muffin-Donald happens at: https://github.com/klen/muffin-donald
Contributors
klen (Kirill Klenov)
License
Licensed under a MIT license.
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 muffin-donald-0.5.1.tar.gz
.
File metadata
- Download URL: muffin-donald-0.5.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a669f8e85dda0e05b1888c5b30a49bd2f81410c6eb7b0610b5d733d2dd5d4a03 |
|
MD5 | f4340ddc1394abcf038abb6cd6b21aea |
|
BLAKE2b-256 | 7770dc4e802a0e2ac53f7a73004675302c8eec2284aeae485c2837e52ee42106 |
File details
Details for the file muffin_donald-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: muffin_donald-0.5.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4842fe96b5a5ad5bad1ae9a13da71dbae93489e9cd41cb81acdebc3edef20436 |
|
MD5 | b209aa237673401c2020a747c71e7479 |
|
BLAKE2b-256 | a15587aeb927345aa7a736c4d2ce8fa7342ee52792dbb56fe7257018cdfb0210 |