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.
Release files for yapq 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yapq-0.4.0.tar.gz | 10.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yapq-0.4.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 15.4 kB
Release files / yapq-0.4.0.tar.gz
| Download URL | yapq-0.4.0.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61cae1b478f1e0ffcbebac0732ddfb555bc0711f1c3ab9930b900687c26e34db
|
|
BLAKE2b-256 checksum How to use checksums |
10396a83b35c5ae9cc589b71246a6c2567e21520c55b1ed5a99d75a56d6c4592
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / yapq-0.4.0-py2.py3-none-any.whl
| Download URL | yapq-0.4.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
76671d0aa494801f36507adfe99f9d00e4c6c1965ca524a8acce4b12100edfc1
|
|
BLAKE2b-256 checksum How to use checksums |
7593886f9ac18142d0a611abfc70e508f3a4772934aba9314fc36f26b8ccf517
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|