An open API service indexing awesome lists of open source software.

https://github.com/websauna/pyramid_sms

SMS services for Pyramid web framework
https://github.com/websauna/pyramid_sms

Last synced: 4 months ago
JSON representation

SMS services for Pyramid web framework

Awesome Lists containing this project

README

          

===============
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 `_ web framework.

* Free software: ISC license

* Documentation: https://pyramid_sms.readthedocs.org.

Features
--------

* Configurable SMS backend

* Send outbound SMS using `Twilio `_ , `OVH `_ or dummy backend for unit testing

* Asynchronous operations that do not block HTTP response with `Websauna `_

* API type hinting

Author
------

`Mikko Ohtamaa `_.

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