Metadata-Version: 1.1
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
Description: 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
        
Keywords: blinky
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
