Metadata-Version: 2.1
Name: yapw
Version: 0.0.12
Summary: A Pika wrapper with error handling, signal handling and good defaults.
Home-page: https://github.com/open-contracting/yapw
Author: Open Contracting Partnership
Author-email: data@open-contracting.org
License: BSD
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/x-rst
Provides-Extra: perf
Provides-Extra: test
Provides-Extra: types
Provides-Extra: docs
License-File: LICENSE

|PyPI Version| |Build Status| |Coverage Status| |Python Version|

Yet Another Pika Wrapper (yapw – pronounced yapu) makes it easier to create a `Pika <https://pika.readthedocs.io/en/stable/>`__ client that has error handling, signal handling, useful logging and good defaults.

(If you are viewing this on GitHub, open the `full documentation <https://yapw.readthedocs.io/>`__ for additional details.)

.. |PyPI Version| image:: https://img.shields.io/pypi/v/yapw.svg
   :target: https://pypi.org/project/yapw/
.. |Build Status| image:: https://github.com/open-contracting/yapw/workflows/CI/badge.svg
   :target: https://github.com/open-contracting/yapw/actions?query=workflow%3ACI
.. |Coverage Status| image:: https://coveralls.io/repos/github/open-contracting/yapw/badge.svg?branch=main
   :target: https://coveralls.io/github/open-contracting/yapw?branch=main
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/yapw.svg
   :target: https://pypi.org/project/yapw/


