{ "info": { "author": "Caktus Consulting Group", "author_email": "solutions@caktusgroup.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "rapidsms-clickatell\n===================\n\n.. image:: https://travis-ci.org/caktus/rapidsms-clickatell.svg?branch=develop\n :alt: Build Status\n :target: https://travis-ci.org/caktus/rapidsms-clickatell\n\n\nrclickatell is a basic `Clickatell `_ backend for the\n`RapidSMS `_ project. Currently, rclickatell only\nsupports Mobile Terminated (MT) SMS communication (sending outgoing messages\nusing the Clickatell API), but could be extended in the future to support\nMobile Originated (MO) messages.\n\nRequirements\n------------\n\n* Python 2.7 or Python 3.3+\n* `Django `_ >= 1.7\n* `RapidSMS `_ >= 0.18.0\n\nInstallation\n------------\n\n * Install via pip::\n\n pip install rclickatell\n\nFeatures and Settings\n---------------------\n\n * Status Notification: rclickatell can be configured to enable Clickatell's\n callback functionality. When setup, after sending a an outgoing message,\n Clickatell will ping the callback URL defined in your Clickatell API\n account.\n\nUsage\n-----\n\nOnce ``rclickatell`` is installed, add it to ``INSTALLED_APPS`` and ``INSTALLED_BACKENDS`` in settings.py::\n\n INSTALLED_APPS (\n ...\n 'rclickatell',\n ...\n )\n\n INSTALLED_BACKENDS = {\n \"clickatell\": {\n \"ENGINE\": \"rclickatell.backend\"\n 'user': '',\n 'password': '',\n 'api_id': '',\n 'callback' 3, # enable (levels 1-3) to enable Clickatell status notifications\n },\n }\n\n\nTesting\n-------\n\nInstall ``tox`` and then run it::\n\n $ pip install tox\n $ tox", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/caktus/rapidsms-clickatell/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "rclickatell", "package_url": "https://pypi.org/project/rclickatell/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rclickatell/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/caktus/rapidsms-clickatell/" }, "release_url": "https://pypi.org/project/rclickatell/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Clickatell backend for the RapidSMS project.", "version": "0.1.0" }, "last_serial": 1647142, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "ea567b4cb561c4178ddf1f581bf24dbf", "sha256": "1501deb28779293fb2bd8927893e6c1abf2dd74647fa3d8a6b82220d44a6d15a" }, "downloads": -1, "filename": "rclickatell-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ea567b4cb561c4178ddf1f581bf24dbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5754, "upload_time": "2015-07-23T15:09:20", "url": "https://files.pythonhosted.org/packages/78/d9/d6c70e918c89e875f3a90bce23ea33f5b6c8cc995b73f496b1b9daf1042d/rclickatell-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "dddf1f547e946953a554ff2931198114", "sha256": "ec78ae807d118bb41548b7650f8a382d77a93aba9417c960a91d249480af4736" }, "downloads": -1, "filename": "rclickatell-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dddf1f547e946953a554ff2931198114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7491, "upload_time": "2015-07-23T18:30:28", "url": "https://files.pythonhosted.org/packages/0d/43/208214e6d4c2a2398316b10cc4ae7b0ec419f5d0238b090a1a179421ecd5/rclickatell-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dddf1f547e946953a554ff2931198114", "sha256": "ec78ae807d118bb41548b7650f8a382d77a93aba9417c960a91d249480af4736" }, "downloads": -1, "filename": "rclickatell-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dddf1f547e946953a554ff2931198114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7491, "upload_time": "2015-07-23T18:30:28", "url": "https://files.pythonhosted.org/packages/0d/43/208214e6d4c2a2398316b10cc4ae7b0ec419f5d0238b090a1a179421ecd5/rclickatell-0.1.0.tar.gz" } ] }