Metadata-Version: 2.1
Name: charpe
Version: 1.0.3
Summary: Sends messages from applications through different media
Home-page: https://github.com/tracsa/charpe
Author: Abraham Toriz Cruz
Author-email: categulario@gmail.com
License: MIT
Keywords: notification
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: jinja2
Requires-Dist: simplejson
Requires-Dist: requests
Requires-Dist: pika
Requires-Dist: itacate
Requires-Dist: pytz
Requires-Dist: case-conversion

Charpe
======

.. image:: https://travis-ci.org/tracsa/charpe.svg?branch=master
   :target: https://travis-ci.org/tracsa/charpe
   :alt: Build Status

**Distributes messages using different media**

Cacahuate's message delivery is in charge of distributing the  messages among
the users of the platform

Deploy
------

* Clone
* copy settings.py to settings_<environment>.py and modify (Don't override settings with default values)
* create virtualenv
* install requirements
* export settings to environment variable BROKER_SETTINGS
* run `python main.py`


