Distributed Python job queue with asyncio and redis
Project description
SAQ
SAQ (Simple Async Queue) is a simple and performant job queueing framework built on top of asyncio and redis.
Install
pip install saq
Usage
saq mymodule.settings
Development
python -m venv env
source env/bin/activate
pip install -e .[development,web]
docker run -p 6379:6379 redis
./run_checks.sh
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
saq-0.0.4.tar.gz
(32.9 kB
view details)
Built Distribution
saq-0.0.4-py3-none-any.whl
(32.1 kB
view details)
File details
Details for the file saq-0.0.4.tar.gz
.
File metadata
- Download URL: saq-0.0.4.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 513dae8d74eebcb5ca3d94d556224d01edc2947a3dfcc2639731981f7d58ae7e |
|
MD5 | c1d208e4ec2e2b206da0ead5cb8d60bc |
|
BLAKE2b-256 | 800de70b86d694227a3bfe1c66c4661ffc4dbc04105e280bc58f79ef93c59aed |
Provenance
File details
Details for the file saq-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: saq-0.0.4-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4101ddb0bde46322c0a829cb688a42cb23ef353f86013bf1cc512e4d21267ba |
|
MD5 | 24fc790d6e44137de9a7b0d36e6fefd2 |
|
BLAKE2b-256 | 1f2e78ed29049700d10c994c114de18b011c1c545f4ae430ceaeaef9922d4224 |