Metadata-Version: 1.1
Name: django-phone-login
Version: 1.1.2
Summary: Django Phone Login: Login with OTP
Home-page: https://github.com/gonnamake/django-phone-login
Author: Ray Ch
Author-email: ray@jhink.com
License: BSD License
Description: |Documentation Status| |Build Status|
        
        Django Phone Login
        ==================
        
        Django Phone Login provides phone number login with no additional
        passwords to remember. It's a easy way to grow your customer base.
        Without any hassle.
        
        Installation
        ~~~~~~~~~~~~
        
        ``pip install django-phone-login``
        
        Read the `documentation <http://django-phone-login.rtfd.io/>`__ to get
        started.
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/django-phone-login/badge/?version=latest
           :target: http://django-phone-login.readthedocs.io/en/latest/?badge=latest
        .. |Build Status| image:: https://travis-ci.org/wejhink/django-phone-login.png?branch=master
           :target: https://travis-ci.org/wejhink/django-phone-login
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
