Metadata-Version: 2.1
Name: pyramid_sms
Version: 0.1.4
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/websauna/pyramid_sms.svg
                :target: https://travis-ci.org/websauna/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 text messaging services for `Pyramid <http://trypyramid.com>`_ web framework.
        
        * Free software: ISC license
        
        * Documentation: https://pyramid_sms.readthedocs.org.
        
        Features
        --------
        
        * Configurable SMS backend
        
        * Send outbound SMS using `Twilio <https://twilio.com>`_ , `OVH <https://www.ovh.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.4 (unreleased)
        ------------------
        
        - Python 3.7 compatibility
        
        
        0.1.3 (2016-09-09)
        ------------------
        
        * Update to Websauna new Celery APIs
        
        0.1.2 (2016-06-29)
        ------------------
        
        * Added validation and normalization for international phone number
        
        0.1.1 (2016-06-25)
        ------------------
        
        * Added validator :py:func:`pyramid_sms.validators.valid_us_phone_number`
        
        
        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
Classifier: Framework :: Pyramid
Provides-Extra: twilio
