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.2.tar.gz
(11.5 kB
view details)
Built Distribution
saq-0.0.2-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file saq-0.0.2.tar.gz
.
File metadata
- Download URL: saq-0.0.2.tar.gz
- Upload date:
- Size: 11.5 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 | 98550143783d55e3762c6d040d96091ae8065881c7bf82cb86fb784f159c6f9a |
|
MD5 | 6adf44e34bd31641d5cbd6bb7f9ce622 |
|
BLAKE2b-256 | 4a53e099f1f7d33b4fd1bb8d409a9469a4a97d27c3d2cca7224b4ebf9c61ade5 |
Provenance
File details
Details for the file saq-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: saq-0.0.2-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 | 9f626e97d90304880a9eaef16f33da42f596641b1a470ad8625838efe24d12f3 |
|
MD5 | 36a458b595401a5748e1fbdad653d492 |
|
BLAKE2b-256 | b550859c667cd04bd010f1427d96f912b38499b35e6c23369147ba5a844322e0 |