Metadata-Version: 2.0
Name: rabbithole
Version: 0.1.0
Summary: Store messages from rabbitmq into a SQL database
Home-page: https://github.com/jcollado/rabbithole
Author: Javier Collado
Author-email: javier@gigaspaces.com
License: MIT license
Keywords: rabbithole
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: PyYAML
Requires-Dist: blinker
Requires-Dist: pika
Requires-Dist: sqlalchemy

===============================
Rabbit Hole
===============================


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

.. image:: https://img.shields.io/travis/jcollado/rabbithole.svg
        :target: https://travis-ci.org/jcollado/rabbithole

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

.. image:: https://pyup.io/repos/github/jcollado/rabbithole/shield.svg
     :target: https://pyup.io/repos/github/jcollado/rabbithole/
     :alt: Updates


Store messages from rabbitmq into a SQL database


* Free software: MIT license
* Documentation: https://rabbithole.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.0.0 (2016-11-24)
------------------

* First release on PyPI.


