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.3.tar.gz
(31.8 kB
view details)
Built Distribution
saq-0.0.3-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file saq-0.0.3.tar.gz
.
File metadata
- Download URL: saq-0.0.3.tar.gz
- Upload date:
- Size: 31.8 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 | 44003b2587cee01eced6b119cffa8504393dbb9c1ba7f7b144252e0e671aa33c |
|
MD5 | 1d84f521b529e2afc9cbea596b701cdc |
|
BLAKE2b-256 | 4deb79e2f05c1731ed5aa43458ed5f14a017d5741d9bb2851d561c3577e6da0b |
Provenance
File details
Details for the file saq-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: saq-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.6 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 | 288aa35bac86e62464c5445c9ad4ba5e34024703ec81d24818db5d3e9f9b839d |
|
MD5 | 0f66c1f0bfff674a6b47dc7d529f2ce4 |
|
BLAKE2b-256 | 7fbcbbd0462259a37483c33b3b3f4c955fbfdaf17421bc2924254fade4b80ed5 |