Metadata-Version: 1.0
Name: vumi
Version: 0.3.1
Summary: Super-scalable messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
Home-page: http://github.com/praekelt/vumi
Author: Praekelt Foundation
Author-email: dev@praekeltfoundation.org
License: BSD
Description: Vumi
        ====
        
        Documentation available online at http://vumi.readthedocs.org/ and in the `docs` directory of the repository.
        
        To build the docs locally::
        
            $ virtualenv --no-site-packages ve/
            $ source ve/bin/activate
            (ve)$ pip install Sphinx
            (ve)$ cd docs
            (ve)$ make html
        
        You'll find the docs in `docs/_build/index.html`
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
