Metadata-Version: 2.0
Name: rapidpro-dash
Version: 1.1
Summary: Support library for RapidPro dashboards
Home-page: https://github.com/rapidpro/dash
Author: Nyaruka Team
Author-email: code@nyaruka.com
License: BSD
Keywords: rapidpro dashboard
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: Pillow
Requires-Dist: celery-with-redis
Requires-Dist: django (>=1.9,<2.0)
Requires-Dist: django-compressor
Requires-Dist: django-guardian
Requires-Dist: django-hamlpy
Requires-Dist: django-redis
Requires-Dist: django-timezone-field
Requires-Dist: enum34
Requires-Dist: phonenumbers
Requires-Dist: psycopg2
Requires-Dist: python-dateutil
Requires-Dist: rapidpro-python
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: smartmin
Requires-Dist: sorl-thumbnail
Requires-Dist: xlrd
Requires-Dist: xlwt

RapidPro Dash Library
=====================

|Build Status| |Coverage Status| |PyPI Release|

Support library for building dashboards applications for
`RapidPro <https://github.com/rapidpro/rapidpro>`__.

-  Provides an organization app to support multi-tenant sites
-  Reusable user management views
-  Supports Python 2 and 3
-  Supports Django 1.9 and 1.10

.. |Build Status| image:: https://travis-ci.org/rapidpro/dash.svg?branch=master
   :target: https://travis-ci.org/rapidpro/dash
.. |Coverage Status| image:: https://coveralls.io/repos/github/rapidpro/dash/badge.svg?branch=master
   :target: https://coveralls.io/github/rapidpro/dash
.. |PyPI Release| image:: https://img.shields.io/pypi/v/rapidpro-dash.svg
   :target: https://pypi.python.org/pypi/rapidpro-dash/


