{ "info": { "author": "Ryan Balfanz", "author_email": "ryan@ryanbalfanz.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Communications", "Topic :: Communications :: Telephony" ], "description": "# django-smsish\n\n[![PyPI version](https://badge.fury.io/py/django-smsish.svg)](https://badge.fury.io/py/django-smsish)\n[![Build Status](https://travis-ci.org/RyanBalfanz/django-smsish.svg)](https://travis-ci.org/RyanBalfanz/django-smsish)\n[![Code Health](https://landscape.io/github/RyanBalfanz/django-smsish/master/landscape.svg?style=flat)](https://landscape.io/github/RyanBalfanz/django-smsish/master)\n[![Coverage Status](https://coveralls.io/repos/github/RyanBalfanz/django-smsish/badge.svg?branch=develop)](https://coveralls.io/github/RyanBalfanz/django-smsish)\n\nInstallation\n------------\n\nAdd `smsish` to your `INSTALLED_APPS` and set `SMS_BACKEND`.\n\n\tINSTALLED_APPS += (\n\t\t'smsish',\n\t)\n\n\tSMS_BACKEND_CONSOLE = 'smsish.sms.backends.console.SMSBackend'\n\tSMS_BACKEND_DUMMY = 'smsish.sms.backends.dummy.SMSBackend'\n\tSMS_BACKEND_TWILIO = 'smsish.sms.backends.twilio.SMSBackend'\n\tSMS_BACKEND = SMS_BACKEND_DUMMY\n\nTo use the Twilio backend set some additional settings as well.\n\n\tTWILIO_ACCOUNT_SID = os.getenv(\"TWILIO_ACCOUNT_SID\", None)\n\tTWILIO_AUTH_TOKEN = os.getenv(\"TWILIO_AUTH_TOKEN\", None)\n\tTWILIO_MAGIC_FROM_NUMBER = \"+15005550006\" # This number passes all validation.\n\tTWILIO_FROM_NUMBER = os.getenv(\"TWILIO_FROM_NUMBER\", TWILIO_MAGIC_FROM_NUMBER)\n\nNote: You must also `pip install twilio` to use the Twilio backend.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RyanBalfanz/django-smsish", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-smsish", "package_url": "https://pypi.org/project/django-smsish/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-smsish/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/RyanBalfanz/django-smsish" }, "release_url": "https://pypi.org/project/django-smsish/1.3.2/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to send SMS messages using an API similar to that of django.core.mail.", "version": "1.3.2" }, "last_serial": 2016547, "releases": { "1.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "731d20421b403905a1ba72b8eb441a71", "sha256": "ac96f8a1d45354cf8bbd89a265793e77bd6be3ba428f265914f67d2c37b7ffbf" }, "downloads": -1, "filename": "django-smsish-1.0.1.tar.gz", "has_sig": false, "md5_digest": "731d20421b403905a1ba72b8eb441a71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4751, "upload_time": "2015-11-08T02:06:23", "url": "https://files.pythonhosted.org/packages/61/e1/1644a5377b11bf7b877b44f4ca7e86ca0cdb563b7ab5237aacedef84955c/django-smsish-1.0.1.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "0228ffeec76ab24a9df2fd87496259d4", "sha256": "613a220488d959e0e62ed7e61a7cdb7288b9f90ebf91698833027b176bd90989" }, "downloads": -1, "filename": "django-smsish-1.1.tar.gz", "has_sig": false, "md5_digest": "0228ffeec76ab24a9df2fd87496259d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5016, "upload_time": "2015-11-08T23:18:49", "url": "https://files.pythonhosted.org/packages/49/bb/135e94742d181211e1c361288c5a709209fe1fff185cd57587f1b88e2cd7/django-smsish-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "1f77fa4923bed96714cf3aa125b941a1", "sha256": "4b9c4226ae2b23cd67721354bb736fece330171701c4b68eed6977d7f31d7c0d" }, "downloads": -1, "filename": "django-smsish-1.1.1.tar.gz", "has_sig": false, "md5_digest": "1f77fa4923bed96714cf3aa125b941a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5391, "upload_time": "2015-11-08T23:55:21", "url": "https://files.pythonhosted.org/packages/82/3b/9f2ca8e8c6431c70a0f8a99844b0e52b5960d9654911eb558430d069d940/django-smsish-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "585620dea1f3cea6a42affe583f9fb4a", "sha256": "85ead59e20fb85a85ef1b76d33547fa849b7055d98287968f7eb136864edd423" }, "downloads": -1, "filename": "django-smsish-1.1.2.tar.gz", "has_sig": false, "md5_digest": "585620dea1f3cea6a42affe583f9fb4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5727, "upload_time": "2016-01-31T02:51:57", "url": "https://files.pythonhosted.org/packages/49/2e/21ba00485921fd0e26f9e87027f9afae5afd0ac03e18abd317df203fad75/django-smsish-1.1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "f13606c2013649b5f011caceb7c491f4", "sha256": "9c0b531d74ab6166b140a90336d1a54bc9980328dd799f7d07cc5fb4134d66c8" }, "downloads": -1, "filename": "django-smsish-1.2.1.tar.gz", "has_sig": false, "md5_digest": "f13606c2013649b5f011caceb7c491f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10331, "upload_time": "2016-03-20T00:09:26", "url": "https://files.pythonhosted.org/packages/2f/26/8b93c41c1bea57483fad0bd33a0c56a503938d1ad8e0f997d1564e5d9d1c/django-smsish-1.2.1.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "18c8cc98df9093fa67043c34e912354b", "sha256": "8fa9f975a3ee5489ca9a04df2145d7e91e8dd5244d320f022628f835341efc6a" }, "downloads": -1, "filename": "django-smsish-1.3.0.tar.gz", "has_sig": false, "md5_digest": "18c8cc98df9093fa67043c34e912354b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10906, "upload_time": "2016-03-20T05:31:27", "url": "https://files.pythonhosted.org/packages/86/b6/3d2dbc645a00b7fdb21afeaf298aac3b4c0887f60b8eba2f9d4c6fa3f742/django-smsish-1.3.0.tar.gz" } ], "1.3.1": [], "1.3.2": [ { "comment_text": "", "digests": { "md5": "c866959d154b1a8ba121292e5f871667", "sha256": "ee44e53116d0a636c72f310b7aa26eb08cb3342bedebfa2a48f4ca01995115ca" }, "downloads": -1, "filename": "django-smsish-1.3.2.tar.gz", "has_sig": false, "md5_digest": "c866959d154b1a8ba121292e5f871667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9823, "upload_time": "2016-03-20T07:14:00", "url": "https://files.pythonhosted.org/packages/79/3f/82caf43a113998b9f3aa9bd037a9089b35e3c9148fe5b7ec5f893c6685bc/django-smsish-1.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c866959d154b1a8ba121292e5f871667", "sha256": "ee44e53116d0a636c72f310b7aa26eb08cb3342bedebfa2a48f4ca01995115ca" }, "downloads": -1, "filename": "django-smsish-1.3.2.tar.gz", "has_sig": false, "md5_digest": "c866959d154b1a8ba121292e5f871667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9823, "upload_time": "2016-03-20T07:14:00", "url": "https://files.pythonhosted.org/packages/79/3f/82caf43a113998b9f3aa9bd037a9089b35e3c9148fe5b7ec5f893c6685bc/django-smsish-1.3.2.tar.gz" } ] }