Metadata-Version: |
2.1 |
Name: |
kiwipy |
Version: |
0.8.4 |
Summary: |
Robust, high-volume, message based communication made easy. |
Author: |
Sebastiaan P. Huber, Jason Yu, Sonia Collaud |
Author-Email: |
Martin Uhrin <martin.uhrin[at]gmail.com> |
Project-Url: |
Documentation, https://kiwipy.readthedocs.io |
Project-Url: |
Home, https://github.com/aiidateam/kiwipy |
Project-Url: |
Source, https://github.com/aiidateam/kiwipy |
Keywords: |
ommunication,messaging,rpc,broadcast |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
License :: OSI Approved :: GNU General Public License v3 (GPLv3) |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Requires-Python: |
>=3.8 |
Requires-Dist: |
deprecation |
Requires-Dist: |
pyyaml (~=6.0) |
Requires-Dist: |
shortuuid |
Requires-Dist: |
docutils; extra == "docs" |
Requires-Dist: |
jupyter; extra == "docs" |
Requires-Dist: |
nbsphinx; extra == "docs" |
Requires-Dist: |
pandoc; extra == "docs" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-autobuild; extra == "docs" |
Requires-Dist: |
pre-commit (~=2.2); extra == "pre-commit" |
Requires-Dist: |
pylint (==2.12.2); extra == "pre-commit" |
Requires-Dist: |
aio-pika (~=9.0); extra == "rmq" |
Requires-Dist: |
pamqp (~=3.2); extra == "rmq" |
Requires-Dist: |
pytray (<0.4.0,>=0.3.4); extra == "rmq" |
Requires-Dist: |
coverage; extra == "tests" |
Requires-Dist: |
ipykernel; extra == "tests" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Requires-Dist: |
pytest (~=7.0); extra == "tests" |
Requires-Dist: |
pytest-asyncio (<0.17,~=0.12); extra == "tests" |
Requires-Dist: |
pytest-notebook (>=0.7); extra == "tests" |
Requires-Dist: |
pytest-benchmark; extra == "tests" |
Requires-Dist: |
pika; extra == "tests" |
Requires-Dist: |
msgpack; extra == "tests" |
Provides-Extra: |
docs |
Provides-Extra: |
pre-commit |
Provides-Extra: |
rmq |
Provides-Extra: |
tests |
Description-Content-Type: |
text/x-rst |