Metadata-Version: 1.1
Name: django-mobilvest
Version: 0.1.1
Summary: This Django is a sms-sender backend for http://mobilvest.ru service
Home-page: https://bitbucket.org/ir4y/django-mobilvest
Author: Ilya Beda
Author-email: ir4y.ix@gmail.com
License: UNKNOWN
Description: 
        django-mobilvest
        ===============
        https://bitbucket.org/ir4y/django-mobilvest
        
        What's that
        -----------
        
        *django-mobilvest is a application for sending sms over mobilvest.ru web gate
        
        Dependence
        -----------
        
        - `django-celery` # for sending async request
        - `pycurl` # for http communication
        
        Getting started
        ---------------
        * Install django-mobilvest:
        
        ``pip install -e https://bitbucket.org/ir4y/django-mobilvest#egg=django-mobilvest
        ``
        
        * Add `'mobilvest'` to INSTALLED_APPS.
        
        * Add MOBILVEST_USER and MOBILVEST_PASSWORD to your settings file
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
