Metadata-Version: 1.1
Name: pyramid_sms
Version: 0.1.0
Summary: SMS service framework for Pyramid
Home-page: https://github.com/miohtama/pyramid_sms
Author: Mikko Ohtamaa
Author-email: mikko@opensourcehacker.com
License: ISCL
Description: ===============
        SMS for Pyramid
        ===============
        
        .. image:: https://img.shields.io/pypi/v/pyramid_sms.svg
                :target: https://pypi.python.org/pypi/pyramid_sms
        
        .. image:: https://img.shields.io/travis/miohtama/pyramid_sms.svg
                :target: https://travis-ci.org/miohtama/pyramid_sms
        
        .. image:: https://readthedocs.org/projects/pyramid_sms/badge/?version=latest
                :target: https://readthedocs.org/projects/pyramid_sms/?badge=latest
                :alt: Documentation Status
        
        
        SMS services for `Pyramid <http://trypyramid.com>`_ framework.
        
        * Free software: ISC license
        * Documentation: https://pyramid_sms.readthedocs.org.
        
        Features
        --------
        
        * Configurable SMS backend
        
        * Send outbound SMS using `Twilio <https://twilio.com>`_ or dummy backend for unit testing
        
        * Asynchronous operations that do not block HTTP response with `Websauna <https://websauna.org>`_
        
        * API type hinting
        
        Author
        ------
        
        `Mikko Ohtamaa <https://opensourcehacker.com>`_.
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2016-04-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyramid_sms
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
