aiotaskq

View on PyPIReverse Dependencies (0)

0.0.13 aiotaskq-0.0.13-py3-none-any.whl

Wheel Details

Project: aiotaskq
Version: 0.0.13
Filename: aiotaskq-0.0.13-py3-none-any.whl
Download: [link]
Size: 19791
MD5: c492dc8193d4e73c8f295efa3ac71760
SHA256: 94cb62c417563cfb860a4ab1913fbcf5c881ae2841d871d44be74590b4b8065b
Uploaded: 2024-08-12 10:54:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: aiotaskq
Version: 0.0.13
Summary: A simple asynchronous task queue
Author-Email: Imran Ariffin <ariffin.imran[at]gmail.com>
Project-Url: Bug Tracker, https://github.com/imranariffin/aiotaskq/issues
License: Copyright (c) 2018 The Python Packaging Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Requires-Dist: aioredis (<2.1.0,>=2.0.0)
Requires-Dist: jsonpickle (<3.1.0,>=3.0.0)
Requires-Dist: tomlkit (<0.12.0,>=0.11.0)
Requires-Dist: typer (<0.5.0,>=0.4.0)
Requires-Dist: black (<23.0.0,>=22.2.0); extra == "dev"
Requires-Dist: coverage (<6.5.0,>=6.4.0); extra == "dev"
Requires-Dist: mypy (<1.0,>=0.931); extra == "dev"
Requires-Dist: mypy-extensions (<0.5.0,>=0.4.0); extra == "dev"
Requires-Dist: pytest-asyncio (<0.20.0,>=0.19.0); extra == "dev"
Requires-Dist: pylint (<2.15.0,>=2.14.0); extra == "dev"
Requires-Dist: pytest (<7.2.0,>=7.1.0); extra == "dev"
Requires-Dist: typing-extensions (<4.2.0,>=4.1.1); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4497 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (72.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
aiotaskq/__init__.py sha256=_WTK1r3lG3I3dGY8Mlb5_9JPchZDC57tPNMIxXLJwOI 859
aiotaskq/__main__.py sha256=bxn2A6t-vzHaFy0HUWNW-Txpn1PfDxkOqzpNlqRGxYU 1561
aiotaskq/concurrency_manager.py sha256=UnzJogE5oLrF6ZfFFc95BBcVGTb7Lz_80SmkSwtniiE 2116
aiotaskq/config.py sha256=0CjjXLAXcLrJVJvhgwQAtZLbapt50BJI-NB5TB0eZHM 1266
aiotaskq/constants.py sha256=TjhspiDI8fx6cD2n7Qezsf1-Dv1uE8cMcUvc41tj0KQ 819
aiotaskq/exceptions.py sha256=HTkHK1rHDaB4DqUOPh-ks1hcqF7FDnq7qcO2KwKXGos 598
aiotaskq/interfaces.py sha256=IaNOMVAv_RCrN8_AL5yQhmA8YLOD5Aiqqjs1BUf2JEU 5967
aiotaskq/pubsub.py sha256=N6OkkEbluoAineDjvwxQz0clgg-lTyUR6IrzODUZKC0 2527
aiotaskq/serde.py sha256=tvao2BNtw0GFd9cK1nV4IQ67vHn-Kz2uCyoRWTQ2bkk 5748
aiotaskq/task.py sha256=B-LNlOdMITe8UOV5hGM9VW1MZ0YNuKTJrFuEIojThBI 8028
aiotaskq/worker.py sha256=7DO6HMEk2xIpP3-3UTeViUxKMVFadL1qFgIKLRFLoxQ 12651
aiotaskq-0.0.13.dist-info/LICENSE sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00 1073
aiotaskq-0.0.13.dist-info/METADATA sha256=MjGFdrreBocbSCBQSV8NoJfPJL6SvUXVc0-2hJjJjNc 6812
aiotaskq-0.0.13.dist-info/WHEEL sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs 91
aiotaskq-0.0.13.dist-info/entry_points.txt sha256=OT5cB71sRdSMJf-rmT46ufexmA3dcydtusx562db8SQ 51
aiotaskq-0.0.13.dist-info/top_level.txt sha256=3USLaIQfX_JfryUdBrWHMd4-UWAHtnEYwgz6oB_at38 9
aiotaskq-0.0.13.dist-info/RECORD

top_level.txt

aiotaskq

entry_points.txt

aiotaskq = aiotaskq.__main__:cli