aiotaskq

View on PyPIReverse Dependencies (0)

0.0.12 aiotaskq-0.0.12-py3-none-any.whl

Wheel Details

Project: aiotaskq
Version: 0.0.12
Filename: aiotaskq-0.0.12-py3-none-any.whl
Download: [link]
Size: 15692
MD5: 72e62e741a2557cd398c4f6ea2e21d24
SHA256: 2a769e00fc9e9d1e9305b91cf3aacb060e670993876335ea142c6667ad97f253
Uploaded: 2023-07-22 11:13:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: aiotaskq
Version: 0.0.12
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: tomlkit (<0.12.0,>=0.11.0)
Requires-Dist: typer (<0.5.0,>=0.4.0)
Requires-Dist: black (<22.2.0,>=22.1.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: 4487 characters]

WHEEL

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

RECORD

Path Digest Size
aiotaskq/__init__.py sha256=qJDi8Gy6fe85Fzu4sPGB4hjiC0fK4Z5aqdtU4Qsum-Q 857
aiotaskq/__main__.py sha256=RbE6DKClhBxbO4yBtnHsH11mC6Ft8z0-o0diOzfUiVc 1473
aiotaskq/concurrency_manager.py sha256=UnzJogE5oLrF6ZfFFc95BBcVGTb7Lz_80SmkSwtniiE 2116
aiotaskq/constants.py sha256=8UP4Zxi2xP_6x0-DRV4U_AMEYlYHW44tKKf3i3LS4vw 197
aiotaskq/exceptions.py sha256=GipceVoZcChBDQMfcX-3F4cmaBCxq0HPVcFMfbzpKRg 502
aiotaskq/interfaces.py sha256=-uRZzRP8nLA6lUFlQM16fFHX4M5-OkeKo-wRmtnAAbA 3863
aiotaskq/pubsub.py sha256=N6OkkEbluoAineDjvwxQz0clgg-lTyUR6IrzODUZKC0 2527
aiotaskq/task.py sha256=iBJvNf6ljRHkI6mwZ9MYhv-6TS7R374v6vT4zrbdI4Y 5662
aiotaskq/worker.py sha256=lJEt-zR3baK80snK4wlyzU5TH1_82DnQtH2VLJ6SB5o 11030
aiotaskq-0.0.12.dist-info/LICENSE sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00 1073
aiotaskq-0.0.12.dist-info/METADATA sha256=xxodKRgpeHqxB1DOP5fgFdpVOOaKuiQ7vqUXrCbDB7c 6803
aiotaskq-0.0.12.dist-info/WHEEL sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q 92
aiotaskq-0.0.12.dist-info/entry_points.txt sha256=OT5cB71sRdSMJf-rmT46ufexmA3dcydtusx562db8SQ 51
aiotaskq-0.0.12.dist-info/top_level.txt sha256=3USLaIQfX_JfryUdBrWHMd4-UWAHtnEYwgz6oB_at38 9
aiotaskq-0.0.12.dist-info/RECORD

top_level.txt

aiotaskq

entry_points.txt

aiotaskq = aiotaskq.__main__:cli