yarqueue

View on PyPIReverse Dependencies (0)

0.4.1 yarqueue-0.4.1-py2.py3-none-any.whl

Wheel Details

Project: yarqueue
Version: 0.4.1
Filename: yarqueue-0.4.1-py2.py3-none-any.whl
Download: [link]
Size: 9966
MD5: 60e07073cd2b03c42f059c4f40c32305
SHA256: b43be3803f3f4623a80f8faa52ec73f4f2eadf3bc8807ba572c96960131dc9b1
Uploaded: 2019-08-02 15:41:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: yarqueue
Version: 0.4.1
Summary: Yet Another python queue backed by redis; but modern and compliant
Author: Chris L. Barnes
Author-Email: barnesc[at]janelia.hhmi.org
Home-Page: https://github.com/clbarnes/yarqueue
License: MIT license
Keywords: yarqueue queue multiprocessing hotqueue redis redislite
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: redis (>=3.2)
Requires-Dist: StrEnum (>=0.4)
Requires-Dist: redislite (>=5.0); extra == "all"
Requires-Dist: flask; extra == "all"
Requires-Dist: tqdm; extra == "all"
Requires-Dist: click; extra == "all"
Requires-Dist: pickle5; (python_version >= "3.6" and python_version < "3.8") and extra == "all"
Requires-Dist: click; extra == "cli"
Requires-Dist: tqdm; extra == "cli"
Requires-Dist: click; extra == "http"
Requires-Dist: flask; extra == "http"
Requires-Dist: pickle5; (python_version >= "3.6" and python_version < "3.8") and extra == "pickle"
Requires-Dist: redislite (>=5.0); extra == "redislite"
Provides-Extra: all
Provides-Extra: cli
Provides-Extra: http
Provides-Extra: pickle
Provides-Extra: redislite
[Description omitted; length: 2025 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.33.4)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
yarqueue/__init__.py sha256=brslx7nKVCelkrOXGu5IswY8VSeYHoyItH6GTIIPlB4 641
yarqueue/base_queue.py sha256=dtvf5wMEkhrIM7sZtegHrvduxUt25Bd6dJkx-ecIB1s 5883
yarqueue/compat.py sha256=G4INIdTq0Hag5WhXMb3dJVmPQptkErZDgnGP4tw_w08 72
yarqueue/constants.py sha256=hZpkl5M9m1xdJtNwBgRW7WnX5K0ct5vNUwaJrdqZi7A 343
yarqueue/queue.py sha256=MkaJjITQWKdzKEf9Oz0fhdQIbFHE9Suhx90GyyeHGtY 10383
yarqueue/serializer.py sha256=mC0XFGoDySUsO0YSiYoCKprLueweWM45O47Hp-GpHwA 1623
yarqueue-0.4.1.dist-info/LICENSE sha256=ofOx3Ktdr-K2qF5M4gyg8LbJmn5C5ecvoVV4S6AqkIU 1074
yarqueue-0.4.1.dist-info/METADATA sha256=E1bC-0REm-25OXbfsdXRUnUF9DyubNeDAucQ4zQuQWg 3440
yarqueue-0.4.1.dist-info/WHEEL sha256=h_aVn5OB2IERUjMbi2pucmR_zzWJtk303YXvhh60NJ8 110
yarqueue-0.4.1.dist-info/entry_points.txt sha256=rpxmaTQLGleYZwO2CBOxhYFBJogxBHe0B0VS_ME-fUk 102
yarqueue-0.4.1.dist-info/top_level.txt sha256=SCtJtJORzXerhXhYfQzQTs2Nzsywy_UfUwyRRguxOCs 9
yarqueue-0.4.1.dist-info/RECORD

top_level.txt

yarqueue

entry_points.txt

yarqserve = yarqueue.watch.http:yarqserve
yarqwatch = yarqueue.watch.cli:yarqwatch