Metadata-Version: 2.0
Name: tg-pubsub
Version: 0.1.0-dev
Summary: Easy pubsub for django
Home-page: https://github.com/thorgate/tg-pubsub
Author: Thorgate
Author-email: code@thorgate.eu
License: ISCL
Keywords: tg-pubsub,tg_pubsub,pubsub,pub,sub,django
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: django (>=1.8,<1.10)
Requires-Dist: djangorestframework (>=3)
Requires-Dist: redis (>=2.10.3)
Requires-Dist: websockets

=========
tg-pubsub
=========

.. image:: https://img.shields.io/pypi/v/tg-pubsub.svg
        :target: https://pypi.python.org/pypi/tg-pubsub

.. image:: https://img.shields.io/travis/thorgate/tg-pubsub.svg
        :target: https://travis-ci.org/thorgate/tg-pubsub

.. image:: https://readthedocs.org/projects/tg-pubsub/badge/?version=latest
        :target: https://readthedocs.org/projects/tg-pubsub/?badge=latest
        :alt: Documentation Status


Easy pubsub for django models using redis messaging que.

* Free software: ISC license
* Documentation: https://tg-pubsub.readthedocs.org.

Features
--------

* Can mark own models as listenable
* Can mark external models as listenable
* Builtin control server

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.1.0 (2016-01-21)
----------------------

* First PyPI release

0.1.0-dev (2016-01-19)
----------------------

* Initial implementation


