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
- Host: GitHub
- URL: https://github.com/websauna/pyramid_sms
- Owner: websauna
- License: isc
- Created: 2016-04-28T18:06:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T11:28:46.000Z (about 6 years ago)
- Last Synced: 2025-11-21T11:03:11.000Z (7 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-pyramid - pyramid_sms - (Services)
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