Metadata-Version: 2.0
Name: django-twilio
Version: 0.5
Summary: Build Twilio functionality into your Django apps.
Home-page: http://twilio.com/
Author: Randall Degges
Author-email: rdegges@gmail.com
License: UNLICENSE
Keywords: twilio telephony call phone voip sms
Platform: UNKNOWN
Requires-Dist: twilio (>=3.3.6)
Requires-Dist: Django (>=1.3.1)
Requires-Dist: django-phonenumber-field (>=0.2a3)

=============
Django-Twilio
=============


Integrate Twilio into your Django apps with ease.


.. image:: https://badge.fury.io/py/django-twilio.png
    :target: http://badge.fury.io/py/django-twilio

.. image:: https://travis-ci.org/rdegges/django-twilio.png?branch=master
        :target: https://travis-ci.org/rdegges/django-twilio

.. image:: https://pypip.in/d/django-twilio/badge.png
        :target: https://crate.io/packages/django-twilio?version=latest

Meta
----

* Author: Randall Degges
* Email:  rdegges@gmail.com
* Maintainer: Paul Hallett
* Email: paul@twilio.com
* Status: active development, stable, maintained


Purpose
-------

Twilio makes it easy for developers to send and receive voice calls and
SMS messages.

Django-twilio has been built to make integrating Twilio into your projects simple.

Documentation
-------------

The documentation is hosted at ReadTheDocs. You can check out the docs
here - http://django-twilio.rtfd.org/


