{ "info": { "author": "Incuna Ltd", "author_email": "admin@incuna.com", "bugtrack_url": null, "classifiers": [], "description": "django-txtlocal\n===============\n\nFor sending and receiving text messages (SMS) from textlocal.com\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install django-txtlocal\n\n\nReceiving Messages\n~~~~~~~~~~~~~~~~~~\n\nAdd to your ``urls.py``:\n\n.. code-block:: python\n\n url(r'^', include('txtlocal.urls'))\n\nAdd to your ``settings.py``:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'txtlocal',\n ...\n )\n\nRun:\n\n.. code-block:: bash\n\n python manage.py syncdb\n\n\nSending Messages\n~~~~~~~~~~~~~~~~\n\nAdd to your ``settings.py``:\n\n.. code-block:: python\n\n TXTLOCAL_USERNAME = Your username with textlocal\n TXTLOCAL_PASSWORD = Your password with textlocal\n TXTLOCAL_FROM = Word up to 11 characters or number up to 14 digits. String.\n\n\nYou can also set ``TXTLOCAL_ENDPOINT``. This defaults to ``https://www.txtlocal.com/sendsmspost.php``\n\n\nInfrequently Asked Questions\n----------------------------\n\n**Why txtlocal, not tExtlocal?**\n\nBecause textlocal.com used to be txtlocal.co.uk", "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/incuna/django-txtlocal/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-txtlocal", "package_url": "https://pypi.org/project/django-txtlocal/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-txtlocal/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/incuna/django-txtlocal/" }, "release_url": "https://pypi.org/project/django-txtlocal/1.1.3/", "requires_dist": null, "requires_python": null, "summary": "App for sending and receiving SMS messages via http://www.textlocal.com", "version": "1.1.3" }, "last_serial": 825455, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3fd3fcb5b388e30292f8604cfe5163be", "sha256": "9cc1d8914649b6b6e0d84d4bc524b852c7b4203cad3d6a2a04f1278cc5864e5c" }, "downloads": -1, "filename": "django-txtlocal-1.0.tar.gz", "has_sig": false, "md5_digest": "3fd3fcb5b388e30292f8604cfe5163be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3202, "upload_time": "2013-07-12T16:43:58", "url": "https://files.pythonhosted.org/packages/b4/04/7f1cdfd6127a60c04a58f600266d257891d5340dfb9a4995ae9b2f77db9e/django-txtlocal-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f55d56a8d88669be87c39762a5e4f0fc", "sha256": "8fafd849a6db9bc59df4884eb6d4dd73a632539b77dbddb94c6de5fb51f0e457" }, "downloads": -1, "filename": "django-txtlocal-1.1.tar.gz", "has_sig": false, "md5_digest": "f55d56a8d88669be87c39762a5e4f0fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3440, "upload_time": "2013-07-18T14:01:20", "url": "https://files.pythonhosted.org/packages/b4/2d/f7b6f1fdf4bf960f6c8064b46bb1346bf1b692087feb0e6b98319b14c6b6/django-txtlocal-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "dcb692e36fec75c514eaaf375828cd29", "sha256": "7e8419c57dcdb785c1062905430c507ae322b25ea3a625f84b09f6b8da389cfd" }, "downloads": -1, "filename": "django-txtlocal-1.1.1.tar.gz", "has_sig": false, "md5_digest": "dcb692e36fec75c514eaaf375828cd29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3478, "upload_time": "2013-07-19T12:12:31", "url": "https://files.pythonhosted.org/packages/21/58/5f18d08d16fe91fea54c77ea1a7c2fe1b69153ce509aed5dd4091b666a13/django-txtlocal-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "c63dc1ce6829a1e8f57c1e23555e8235", "sha256": "71d7cfb4d916e00addd69811d9e2ba7f1de31e9b4a3035c16390ab7cd6b60c2f" }, "downloads": -1, "filename": "django-txtlocal-1.1.2.tar.gz", "has_sig": false, "md5_digest": "c63dc1ce6829a1e8f57c1e23555e8235", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3503, "upload_time": "2013-07-26T09:40:38", "url": "https://files.pythonhosted.org/packages/12/67/fbe5d2f0f6b0a6be9154b7b78aa2a0eb5487e576538b54250d74d2ec394c/django-txtlocal-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "8982203d6286d720da87622c9348facb", "sha256": "b69f25651d1effa8161b93b86e83ac5c828f1a39c366bc87cea09b09aa464d76" }, "downloads": -1, "filename": "django-txtlocal-1.1.3.tar.gz", "has_sig": false, "md5_digest": "8982203d6286d720da87622c9348facb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3508, "upload_time": "2013-07-26T09:52:18", "url": "https://files.pythonhosted.org/packages/0f/56/64fb961b3de910b865b15a78e98a6fa2d15e85f85ce1987c90d9faa308ae/django-txtlocal-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8982203d6286d720da87622c9348facb", "sha256": "b69f25651d1effa8161b93b86e83ac5c828f1a39c366bc87cea09b09aa464d76" }, "downloads": -1, "filename": "django-txtlocal-1.1.3.tar.gz", "has_sig": false, "md5_digest": "8982203d6286d720da87622c9348facb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3508, "upload_time": "2013-07-26T09:52:18", "url": "https://files.pythonhosted.org/packages/0f/56/64fb961b3de910b865b15a78e98a6fa2d15e85f85ce1987c90d9faa308ae/django-txtlocal-1.1.3.tar.gz" } ] }