qworker

View on PyPIReverse Dependencies (1)

1.13.0 qworker-1.13.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
qworker-1.13.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
qworker-1.13.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
qworker-1.13.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Wheel Details

Project: qworker
Version: 1.13.0
Filename: qworker-1.13.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Download: [link]
Size: 448837
MD5: e1353274e465005bca14898790a8fb8e
SHA256: c79a7703832d297aa9d4acc5ce891a0ae2aae48f39b0f6e2d55933d953efa1d9
Uploaded: 2024-11-24 02:07:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: qworker
Version: 1.13.0
Summary: QueueWorker is asynchronous Task Queue implementation built on top of Asyncio.Can you spawn distributed workers to run functions inside workers.
Author: Jesus Lara
Author-Email: jesuslara[at]phenobarbital.info
Home-Page: https://github.com/phenobarbital/qworker
Project-Url: Source, https://github.com/phenobarbital/qworker
Project-Url: Funding, https://paypal.me/phenobarbital
Project-Url: Say Thanks!, https://saythanks.io/to/phenobarbital
License: MIT
Keywords: distributed objects,workers,asyncio,task queue,RPC,remote method call
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: AsyncIO
Requires-Python: >=3.8.0
Requires-Dist: asyncio (==3.4.3)
Requires-Dist: ciso8601 (>=2.2.0)
Requires-Dist: navconfig[default,uvloop] (>=1.7.9)
Requires-Dist: asyncdb[default] (>=2.9.0)
Requires-Dist: async-notify[default] (>=1.3.4)
Requires-Dist: cloudpickle (>=3.0.0)
Requires-Dist: jsonpickle (>=3.0.2)
Requires-Dist: beautifulsoup4 (>=4.12.3)
Requires-Dist: async-timeout (==4.0.3)
Requires-Dist: msgpack (==1.1.0)
Requires-Dist: aiormq (==6.8.1)
Requires-Dist: modin (==0.32.0)
Requires-Dist: dask[complete] (==2024.8.2)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1382 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.44.0)
Root-Is-Purelib: false
Tag: cp39-cp39-manylinux_2_5_x86_64
Tag: cp39-cp39-manylinux1_x86_64
Tag: cp39-cp39-manylinux_2_17_x86_64
Tag: cp39-cp39-manylinux2014_x86_64

RECORD

Path Digest Size
qw/server.py sha256=_GSoQ13b7mzyoYPmcOtLCUER1kX_qsEioUeCWqBJsS8 28655
qw/exceptions.cpython-39-x86_64-linux-gnu.so sha256=9gKl5-0bdFdvRhQ_Co3TEEa-JIBfOt9oNlzHRDnBfD8 778536
qw/process.py sha256=JEvUJoCzLZXuALXEaZqNuG9-BCS6cQ1wsPlQkJriBjk 8986
qw/discovery.py sha256=l_Lb3Bmni6WTTu5fxzj4-9KquiRak1rq8k9I70f_hSI 2160
qw/client.py sha256=htC1SNasO2g1rbZkq5v3xqmRBIk8qsdx1RFR7i1SU28 20006
qw/protocols.py sha256=V3bH_sL45ay5XpuTHRuqWpnNfEHJQ_CRGvTYj7cVnKw 5781
qw/__init__.py sha256=awMNjg7WGznbrNuJLoEJV6BbnREk4BPD8k9My8BD7Uo 137
qw/conf.py sha256=Z7e4q1lOq6LM9O1j9dweV8xvWVYFOqJk1clRb1irHN8 4373
qw/version.py sha256=TrPEGn5KOWjBwB1LkCeO_N1SPpQQiCsFbKn9MEMyCrg 623
qw/__main__.py sha256=liIaa7UrcXe1m-rO0rvZsKh_yc2ImeZyjiipgN4NEPE 3112
qw/decorators.py sha256=VNerlqY0KYHqomKm3LoWll9RZ6v7JWdlKDzhmPmpok4 550
qw/queues/manager.py sha256=9KSD75ITEfWLfYfvsJUlXX66XPqZo2n1yfu8WppyHvE 6650
qw/queues/__init__.py sha256=itGqt8q7feqZePbUWJTeA82Q2AwU0B2agUFXRmpLuDc 62
qw/executor/__init__.py sha256=-18_Ji4Clwo3Gbs6mqHdCn7C9kmomeFrnDre083SD6g 4206
qw/wrappers/di_task.py sha256=l05ZfgftL84o8kztxvYr3-V3SdgNGHwREvR0KGrGLm0 5222
qw/wrappers/__init__.py sha256=Ot_f0GTaDB50Za4Hxsz2FZSkZDn4zZoDHjXOvqj9T9k 320
qw/wrappers/func.py sha256=3GDhF6x9pR3gIFvSshlihV3aTOfyvCZDJ6-n5slpaGw 1389
qw/wrappers/base.py sha256=AVk6DIJQ0x3ls3-6NA7wOFReXSOpqEHcWOeax90lcUs 1432
qw/broker/rabbit.py sha256=JWg5mDPvpm1pipEyyqf9FBCvymoXI4hJP62HaFWkHCQ 14774
qw/broker/producer.py sha256=PdcvHkpLIubpM1Dmh7Y8F-7m4CshClNHts0NlV38qkI 9787
qw/broker/pickle.py sha256=EKEjM_x3n5Ef-dwc3z9Jn6IZ6iqNg1tr9Kv2Wd_YLsU 2059
qw/broker/consumer.py sha256=eOJnlKNs404XlDIaBwHp-JbiGbuz6Nv6j5qj1E-cbTk 5030
qw/broker/__init__.py sha256=2f8kj0lpftxTPCQ6v-UBwiGC17o8GL-0UPPVuIdlz00 100
qw/utils/events.py sha256=8mRDI_6reW0lpkxj6ZU-VIyEVxkCitBaWd6oFt1kJ_8 454
qw/utils/__init__.py sha256=bYf_I4ymTf8vsqMjK00NJi2-A-lVijPTwN6HDOVjcjQ 46
qw/utils/functions.py sha256=9iXVvYLtQzOK0tRecOV2Oqrl-2raxAHwBCNilLui1xQ 512
qw/utils/versions.py sha256=ooKtaj557Cs6rJnNPy83fXc9JhlQnBNYDeOAhlu1iqw 642
qw/utils/json.cpython-39-x86_64-linux-gnu.so sha256=HEHxo1zqypZVeJjVBheAh5sI-uj9u2lN0QhcvscjLyc 621832
qw/bots/telegram.py sha256=ScZOPKFz0RFf4p_rwW0Zx_wjuGMnkQ8btM8IGHhS8M4 7207
qw/bots/__init__.py sha256=lXT46AWXT1P4Z4zUTXLai9N75T4AsuvWhhjJGmfFiTo 31
qworker-1.13.0.dist-info/top_level.txt sha256=2NxbFCeI_G1kzzf628VnbDchanCX6rcTJORdENY-rHI 3
qworker-1.13.0.dist-info/RECORD
qworker-1.13.0.dist-info/LICENSE sha256=EW8vB8vWRFvBxGC3soG2HCxkuNrQpOGUgNFd81h7u54 1070
qworker-1.13.0.dist-info/entry_points.txt sha256=ooHTYYyEjHI9Rj79mHQmU_s4HP-PTvD3g3xSa26vIGc 40
qworker-1.13.0.dist-info/METADATA sha256=yOvM_whBiv3izqI7yG5HcultyCvaqWj8AacwQK4QZ5I 3329
qworker-1.13.0.dist-info/WHEEL sha256=UZh-bbmfC62AhYs3cn30YNLDsnjfzg-ljH4kTAyPyPc 217

top_level.txt

qw

entry_points.txt

qw = qw.__main__:main