Yet Another Python Queue
Project description
yapq
Yet Another Python Queue
Free software: MIT license
Documentation: https://yapq.readthedocs.io.
Usage
>>> from yapq import Yapq >>> yapq = Yapq() >>> yapq.start() >>> result = yapq.enqueue(lambda a, b: a + b, 5, 3) >>> result.get() 8
Installing
pip install yapq
Features
Executing tasks in thread-based workers
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2019-10-31)
First release on PyPI.
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
yapq-0.4.0.tar.gz
(10.0 kB
view details)
Built Distribution
File details
Details for the file yapq-0.4.0.tar.gz
.
File metadata
- Download URL: yapq-0.4.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61cae1b478f1e0ffcbebac0732ddfb555bc0711f1c3ab9930b900687c26e34db |
|
MD5 | 898479489c4eaeb3e9bc70f0c8131eed |
|
BLAKE2b-256 | 10396a83b35c5ae9cc589b71246a6c2567e21520c55b1ed5a99d75a56d6c4592 |
File details
Details for the file yapq-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: yapq-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76671d0aa494801f36507adfe99f9d00e4c6c1965ca524a8acce4b12100edfc1 |
|
MD5 | 6eee38088e658fbf2e4c8d6d2fa431b8 |
|
BLAKE2b-256 | 7593886f9ac18142d0a611abfc70e508f3a4772934aba9314fc36f26b8ccf517 |