Metadata-Version: 1.1
Name: charpe
Version: 1.0.2
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
Description: 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`
        
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
