{ "info": { "author": "Jose Antonio Rodr\u00edguez", "author_email": "jarf@tid.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Topic :: Software Development :: Libraries" ], "description": "pyBlueVia: A Python wrapper around the BlueVia API\r\n==================================================\r\n\r\n**pyBlueVia** is an Apache2 Licensed library, written in Python, for making\r\neasier the usage of `BlueVia `_ API.\r\n\r\n**pyBlueVia** implements an ``Api`` class which wraps the BlueVia API,\r\noffering methods for:\r\n\r\n* Managing OAuth 2.0 authorization process for APIs which need an *access token*.\r\n* Sending SMS and MMS.\r\n* Asking for the delivery status of sent SMS/MMS.\r\n* Retrieve SMS/MMS sent to your app.\r\n* Parsing notifications (delivery status and incoming SMS/MMS) coming from BlueVia.\r\n\r\nInstallation\r\n------------\r\n\r\nTo install **pyBlueVia**:\r\n\r\n.. code-block:: bash\r\n\r\n $ pip install pyBlueVia\r\n\r\n\r\nExamples\r\n--------\r\n\r\nThose are a couple of examples about how to use **pyBlueVia** to send an SMS and query\r\nits delivery status:\r\n\r\n.. code-block:: python\r\n\r\n # Create the API wrapper\r\n bluevia_client = bluevia.Api(CLIENT_ID, CLIENT_SECRET, ACCESS_TOKEN)\r\n\r\n # Send an SMS\r\n sms_id = bluevia_client.send_sms(to='34600000000', message='Hello world!')\r\n\r\n # Ask for the delivery status of the sent SMS\r\n delivery_status = bluevia_client.get_sms_delivery_status(sms_id)\r\n print 'Delivery status for the SMS sent to {0}: {1}'.format(delivery_status['address'],\r\n delivery_status['status'])\r\n\r\nYou can see more usage examples `here `_.\r\n\r\nTake a look to the whole documentation at https://pybluevia.readthedocs.org/.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pybluevia.readthedocs.org/", "keywords": "bluevia api sms mms", "license": "Copyright 2013 Telefonica Investigaci\u00f3n y Desarrollo, S.A.U\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.", "maintainer": "", "maintainer_email": "", "name": "pyBlueVia", "package_url": "https://pypi.org/project/pyBlueVia/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyBlueVia/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pybluevia.readthedocs.org/" }, "release_url": "https://pypi.org/project/pyBlueVia/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A Python wrapper around the BlueVia API.", "version": "0.1.0" }, "last_serial": 761950, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ff1d621862c04722d1827b4c5e8a9d7d", "sha256": "be7e658e5210c17c9361e0f1b22f25a5d3ae85ec59a533c4c3386f9c9374aaf6" }, "downloads": -1, "filename": "pyBlueVia-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ff1d621862c04722d1827b4c5e8a9d7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12860, "upload_time": "2013-02-06T16:20:29", "url": "https://files.pythonhosted.org/packages/b6/e7/0c4a70f09718f2e0789525334f2aef850359505269a752c6a27ddf6ea79d/pyBlueVia-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff1d621862c04722d1827b4c5e8a9d7d", "sha256": "be7e658e5210c17c9361e0f1b22f25a5d3ae85ec59a533c4c3386f9c9374aaf6" }, "downloads": -1, "filename": "pyBlueVia-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ff1d621862c04722d1827b4c5e8a9d7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12860, "upload_time": "2013-02-06T16:20:29", "url": "https://files.pythonhosted.org/packages/b6/e7/0c4a70f09718f2e0789525334f2aef850359505269a752c6a27ddf6ea79d/pyBlueVia-0.1.0.tar.gz" } ] }