https://github.com/release-engineering/fedmsg_meta_umb
fedmsg metadata providers for the Unified Message Bus
https://github.com/release-engineering/fedmsg_meta_umb
Last synced: about 1 year ago
JSON representation
fedmsg metadata providers for the Unified Message Bus
- Host: GitHub
- URL: https://github.com/release-engineering/fedmsg_meta_umb
- Owner: release-engineering
- License: lgpl-2.1
- Created: 2017-04-11T21:22:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T20:01:20.000Z (over 2 years ago)
- Last Synced: 2025-03-25T13:11:32.832Z (about 1 year ago)
- Language: Python
- Size: 724 KB
- Stars: 4
- Watchers: 5
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
fedmsg_meta_umb
=================================
.. split here
fedmsg metadata providers for the Unified Message Bus
----------------------------------------------------------------
`fedmsg `_ is a set of tools for knitting together services
and webapps into a realtime messaging net. This package contains metadata
provider plugins for internal Red Hat services attached to the Unified
Message Bus.
If you were to deploy fedmsg at another site, you would like want to write your
own module like this one that could provide textual representations of *your*
messages.
Pop into ``#fedora-apps`` on freenode if you have questions or comments.
Build Status
------------
.. |master| image:: https://secure.travis-ci.org/release-engineering/fedmsg_meta_umb.png?branch=master
:alt: Build Status - master branch
:target: http://travis-ci.org/#!/release-engineering/fedmsg_meta_umb
.. |codecov| image:: https://codecov.io/gh/release-engineering/fedmsg_meta_umb/branch/master/graph/badge.svg
:alt: Code Coverage - master branch
:target: https://codecov.io/gh/release-engineering/fedmsg_meta_umb
+----------+-----------+-----------+
| Branch | Status | Coverage |
+==========+===========+===========+
| master | |master| | |codecov| |
+----------+-----------+-----------+
Running the Tests
-----------------
::
# install the test tool
$ sudo dnf install python2-detox
# Run it.
$ detox
If `detox` is unavailable on your system, you can also use plain old `tox`.
Building the Docs
-----------------
::
# Install additional dependencies
$ pip install -r doc/requirements.txt
$ sphinx-build doc/ htmldocs/