Metadata-Version: 2.0
Name: blinky
Version: 1.1.1
Summary: This is the Blinky project.
Home-page: https://github.com/smn/blinky
Author: Simon de Haan
Author-email: simon@praekelt.org
License: BSD
Keywords: blinky
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: pika (==0.10.0)
Requires-Dist: Django (<1.11,>=1.10)
Requires-Dist: click (<7.0,>=6.0)
Requires-Dist: dj-database-url (==0.4.1)
Requires-Dist: pytz (==2016.7)
Requires-Dist: whitenoise (==3.2.2)
Requires-Dist: celery (==4.0.0)
Requires-Dist: requests (==2.12.1)
Requires-Dist: responses (==0.5.1)

Blinky
=============================

.. image:: https://img.shields.io/travis/smn/blinky.svg
        :target: https://travis-ci.org/smn/blinky

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


Blinky provides uptime for Vumi workers & Junebug Channels

::

  docker run --rm -it \
    -e SUPERUSER_PASSWORD='password' \
    -e BROKER_URL='amqp://username:password@host/vhost' \
    -e DATABASE_URL='sqlite:////full/path/to/your/database/file.sqlite' \
    -p 8000:8000 \
    sdehaan/blinky


