Create a disk-based queue
Project description
Installation
pip install .
or pip install simple-disk-queue
By default, a folder called .cache/simple_disk_queue
is created under your home directory, and will be used to store queues.
If you want to change it, see "Global Settings" below.
Quick Start
An example can be found in examples/test.py
.
We can first call init_queue()
to initialize the jobs, and then run sdq.DiskQueue.run('test')
in different processes.
0.0.1
==================
- Core functionality: Add jobs to a queue and run jobs from a queue.
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
Close
Hashes for simple_disk_queue-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e78febe774149a0b15ed89a4f4f668a1d7fc88d2f8eac45bb27a7271eb46c710 |
|
MD5 | 8ba79a7902e12670419be67966b66353 |
|
BLAKE2b-256 | 20c0db615268f3ecd680aa5b6fb0f32907d5155add5a802448b11238e8ef7030 |