Metadata-Version: 1.1
Name: fedmsg-rabbitmq-serializer
Version: 0.0.5
Summary: Small utility to serialize fedmsgs into rabbitmq worker queue
Home-page: https://pagure.io/fedmsg-rabbitmq-serializer
Author: Fedora Infrastructure Team
Author-email: infrastructure@lists.fedoraproject.org
License: LGPLv2+
Download-URL: https://pypi.python.org/pypi/fedmsg-rabbitmq-serializer/
Description: 
        ``fedmsg-rabbitmq-serializer`` is a small utility that will serialize fedmsg
        data into a RabbitMQ worker queue.
        
        Testing/Hacking
        ---------------
        
        It is recommended that you are running this on the same system you have
        ``rabbitmq`` installed on for simplicity.
        
        For Fedora, this will suffice:
        
        ::
        
            $ dnf -y install rabbitmq-server
            $ systemctl start rabbitmq-server
        
        
        Next up you're going to want to setup a virtualenv for this, if you don't have
        the virtualenv wrapper utils installed, go ahead and do that.
        
        ::
        
            $ dnf -y install python2-virtualenvwrapper
        
            $ mkvirtualenv f-r-s
        
        Now run ``setup.py`` to get things going ... this will take a while.
        
        ::
        
            $(f-r-s) python setup.py develop
        
        
        With all the deps installed as needed and rabbitmq all setup, we can go ahead
        and run the ``fedmsg-hub`` (which this is a consumer plugin for).
        
        ::
        
            $(f-r-s)  fedmsg-hub
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
