Metadata-Version: 2.1
Name: fedmsg-meta-fedora-infrastructure
Version: 0.31.0
Summary: fedmsg metadata providers for Fedora Infrastructure's deployment
Home-page: https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/
Author: Ralph Bean
Author-email: rbean@redhat.com
License: LGPLv2+
License-File: LICENSE



fedmsg metadata providers for Fedora Infrastructure's deployment
----------------------------------------------------------------

`fedmsg <http://fedmsg.com>`_ is a set of tools for knitting together services
and webapps into a realtime messaging net.  This package contains metadata
provider plugins for the primary deployment of that system:  `Fedora
Infrastructure <https://fedoraproject.org/wiki/Infrastructure>`_.

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/ralphbean/fedmsg_meta_fedora_infrastructure.png?branch=master
   :alt: Build Status - master branch
   :target: http://travis-ci.org/#!/ralphbean/fedmsg_meta_fedora_infrastructure

.. |develop| image:: https://secure.travis-ci.org/ralphbean/fedmsg_meta_fedora_infrastructure.png?branch=develop
   :alt: Build Status - develop branch
   :target: http://travis-ci.org/#!/ralphbean/fedmsg_meta_fedora_infrastructure

+----------+-----------+
| Branch   | Status    |
+==========+===========+
| master   | |master|  |
+----------+-----------+
| develop  | |develop| |
+----------+-----------+

Running the Tests
-----------------

::

    # Create a virtualenv and install deps
    $ sudo dnf install python-virtualenv libffi-devel
    $ virtualenv my-env
    $ source my-env/bin/activate

    # Install the dependencies
    $ python setup.py develop

    # Run the tests
    $ pip install nose
    $ $(which nosetests)

Building the Docs
-----------------

::

    # Install additional dependencies
    $ pip install -r doc/requirements.txt
    $ sphinx-build doc/ htmldocs/
