Metadata-Version: 1.2
Name: fedora-messaging
Version: 1.0.0a1
Summary: A set of tools for using Fedora's messaging infrastructure
Home-page: UNKNOWN
Maintainer: Fedora Infrastructure Team
Maintainer-email: infrastructure@lists.fedoraproject.org
License: GPLv2+
Description: Fedora Messaging
        ================
        
        .. image:: https://img.shields.io/pypi/v/fedora-messaging.svg
            :target: https://pypi.org/project/fedora-messaging/
        
        .. image:: https://img.shields.io/pypi/pyversions/fedora-messaging.svg
            :target: https://pypi.org/project/fedora-messaging/
        
        .. image:: https://readthedocs.org/projects/docs/badge/?version=latest
            :alt: Documentation Status
            :target: https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://codecov.io/gh/fedora-infra/fedora-messaging/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/fedora-infra/fedora-messaging
        
        This package provides tools and APIs to make using Fedora's messaging
        infrastructure easier. These include a framework for declaring message schemas,
        a set of synchronous APIs to publish messages to AMQP brokers, a set of
        asynchronous APIs to consume messages, and services to easily run consumers.
        
        This library is designed to be a replacement for the `PyZMQ`_-backed `fedmsg`_
        library in Fedora Infrastructure.
        
        To get started, check out our `user guide`_.
        
        Looking to contribute? We appreciate it! Check out the `contributor guide`_.
        
        
        .. _`user guide`: https://fedora-messaging.readthedocs.io/en/latest/#user-guide
        .. _`contributor guide`: https://fedora-messaging.readthedocs.io/en/latest/contributing.html
        .. _`PyZMQ`: https://pyzmq.readthedocs.io/
        .. _`fedmsg`: https://github.com/fedora-infra/fedmsg/
        
Keywords: fedora
Platform: Fedora
Platform: GNU/Linux
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
