Metadata-Version: 2.1
Name: fedmsg
Version: 1.1.7
Summary: Fedora Messaging Client API
Home-page: https://github.com/fedora-infra/fedmsg/
Author: Ralph Bean
Author-email: rbean@redhat.com
License: LGPLv2+
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
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.6
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: System :: Networking
License-File: LICENSE
Requires-Dist: pyzmq
Requires-Dist: kitchen
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: arrow
Requires-Dist: setuptools
Provides-Extra: crypto
Requires-Dist: M2Crypto; extra == "crypto"
Requires-Dist: m2ext; extra == "crypto"
Provides-Extra: crypto-ng
Requires-Dist: cryptography>=1.6; extra == "crypto-ng"
Requires-Dist: pyOpenSSL>=16.1.0; extra == "crypto-ng"
Provides-Extra: commands
Requires-Dist: pygments; extra == "commands"
Requires-Dist: psutil; extra == "commands"
Requires-Dist: click; extra == "commands"
Provides-Extra: consumers
Requires-Dist: moksha.hub>=1.3.0; extra == "consumers"
Requires-Dist: pygments; extra == "consumers"
Requires-Dist: psutil; extra == "consumers"
Provides-Extra: all
Requires-Dist: pyOpenSSL>=16.1.0; extra == "all"
Requires-Dist: click; extra == "all"
Requires-Dist: m2ext; extra == "all"
Requires-Dist: moksha.hub>=1.3.0; extra == "all"
Requires-Dist: cryptography>=1.6; extra == "all"
Requires-Dist: pygments; extra == "all"
Requires-Dist: psutil; extra == "all"
Requires-Dist: M2Crypto; extra == "all"



.. image:: https://img.shields.io/pypi/v/fedmsg.svg
    :target: https://pypi.python.org/pypi/fedmsg

.. image:: https://img.shields.io/pypi/pyversions/fedmsg.svg
    :target: https://pypi.python.org/pypi/fedmsg

.. image:: https://img.shields.io/pypi/l/fedmsg.svg
    :target: https://pypi.python.org/pypi/fedmsg

.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
    :alt: Documentation Status
    :target: https://fedmsg.readthedocs.io/en/latest/?badge=latest

.. image:: https://secure.travis-ci.org/fedora-infra/fedmsg.png?branch=develop
   :alt: Build Status - develop branch
   :target: https://travis-ci.org/#!/fedora-infra/fedmsg

.. image:: https://codecov.io/github/fedora-infra/fedmsg/coverage.svg?branch=develop
    :target: https://codecov.io/github/fedora-infra/fedmsg
    :alt: codecov.io


fedmsg (Federated Message Bus) is a library built on ZeroMQ using the PyZMQ Python bindings.
fedmsg aims to make it easy to connect services together using ZeroMQ publishers and
subscribers.

Note that this library is deprecated in favor of https://github.com/fedora-infra/fedora-messaging

Check out the `documentation <https://fedmsg.readthedocs.io/en/stable/>`_ for installation and
configuration instructions.
