Metadata-Version: 2.0
Name: vumi
Version: 0.5.30
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
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: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Requires-Dist: PyYAML
Requires-Dist: Twisted (>=13.1.0)
Requires-Dist: confmodel (>=0.2.0)
Requires-Dist: cryptography
Requires-Dist: hyperloglog
Requires-Dist: iso8601
Requires-Dist: pyOpenSSL
Requires-Dist: python-smpp (>=0.1.5)
Requires-Dist: pytz
Requires-Dist: redis (>=2.10.0)
Requires-Dist: riak (>=2.1)
Requires-Dist: service-identity
Requires-Dist: treq
Requires-Dist: txAMQP (>=0.6.2)
Requires-Dist: txJSON-RPC (==0.3.1)
Requires-Dist: txTwitter (>=0.1.4a)
Requires-Dist: txredis
Requires-Dist: txssmi (>=0.3.0)
Requires-Dist: wokkel
Requires-Dist: zope.interface

Vumi
====

Documentation available online at http://vumi.readthedocs.org/ and in the `docs` directory of the repository.

|vumi-ver| |vumi-ci| |vumi-cover| |python-ver| |vumi-docs| |vumi-downloads| |vumi-license|

.. |vumi-ver| image:: https://pypip.in/v/vumi/badge.png?text=pypi
    :alt: Vumi version
    :scale: 100%
    :target: https://pypi.python.org/pypi/vumi

.. |vumi-ci| image:: https://travis-ci.org/praekelt/vumi.png?branch=develop
    :alt: Vumi Travis CI build status
    :scale: 100%
    :target: https://travis-ci.org/praekelt/vumi

.. |vumi-cover| image:: https://coveralls.io/repos/praekelt/vumi/badge.png?branch=develop
    :alt: Vumi coverage on Coveralls
    :scale: 100%
    :target: https://coveralls.io/r/praekelt/vumi

.. |python-ver| image:: https://pypip.in/py_versions/vumi/badge.svg
    :alt: Python version
    :scale: 100%
    :target: https://pypi.python.org/pypi/vumi

.. |vumi-docs| image:: https://readthedocs.org/projects/vumi/badge/?version=latest
    :alt: Vumi documentation
    :scale: 100%
    :target: http://vumi.readthedocs.org/

.. |vumi-downloads| image:: https://pypip.in/download/vumi/badge.svg
    :alt: Vumi downloads from PyPI
    :scale: 100%
    :target: https://pypi.python.org/pypi/vumi

.. |vumi-license| image:: https://pypip.in/license/vumi/badge.svg
    :target: https://pypi.python.org/pypi/vumi
    :alt: Vumi license


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`

You can contact the Vumi development team in the following ways:

* via *email* by joining the the `vumi-dev@googlegroups.com`_ mailing list
* on *irc* in *#vumi* on the `Freenode IRC network`_

.. _vumi-dev@googlegroups.com: https://groups.google.com/forum/?fromgroups#!forum/vumi-dev
.. _Freenode IRC network: https://webchat.freenode.net/?channels=#vumi

Issues can be filed in the GitHub issue tracker. Please don't use the issue
tracker for general support queries.


