https://github.com/fedora-infra/fedmsg
Federated Messaging with ZeroMQ
https://github.com/fedora-infra/fedmsg
data-science fedora-project message-bus python zeromq
Last synced: 4 months ago
JSON representation
Federated Messaging with ZeroMQ
- Host: GitHub
- URL: https://github.com/fedora-infra/fedmsg
- Owner: fedora-infra
- License: lgpl-2.1
- Created: 2012-02-01T21:50:18.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-01T13:06:34.000Z (over 1 year ago)
- Last Synced: 2025-02-19T19:08:09.462Z (4 months ago)
- Topics: data-science, fedora-project, message-bus, python, zeromq
- Language: Python
- Homepage: https://fedmsg.readthedocs.io/
- Size: 3.12 MB
- Stars: 170
- Watchers: 25
- Forks: 93
- Open Issues: 47
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
fedmsg - Federated Messaging
============================.. split here
.. 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.iofedmsg (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 `_ for installation and
configuration instructions.