{ "info": { "author": "Funkbit", "author_email": "post@funkbit.no", "bugtrack_url": null, "classifiers": [], "description": "# pylinkmobile\n\npylinkmobile is a Python module for interacting with the Link Mobile Solutions API.\n\nThe API documentation is available here:\nhttp://msgw.linkmobility.com/MessageService.htm\n\n## Installation\n\nInstall `pylinkmobile` (available on PyPi):\n\n\tpip install pylinkmobile\n\n\n## Usage\n\n\tfrom linkmobile.service import MessageService\n\t\n\tservice = MessageService(username='YOUR_USERNAME', password='YOUR_PASSWORD', debug=False)\n\t\n\t# Send SMS\n sms = service.sms(\n Data='Hello World!',\n Originator='Santa',\n Msisdn='+4700000000'\n )\n response = sms.send()", "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/funkbit/pylinkmobile", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pylinkmobile", "package_url": "https://pypi.org/project/pylinkmobile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pylinkmobile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/funkbit/pylinkmobile" }, "release_url": "https://pypi.org/project/pylinkmobile/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Link Mobile Solutions API wrapper", "version": "0.3.0" }, "last_serial": 797360, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "196957ffd27820c09a09e063cee01d47", "sha256": "b639f34cdcfcad9d2c9b593b3c8f77912c23ba2927b20c6762cc089bf3f7a7c6" }, "downloads": -1, "filename": "pylinkmobile-0.1.0.tar.gz", "has_sig": false, "md5_digest": "196957ffd27820c09a09e063cee01d47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2756, "upload_time": "2012-05-09T11:15:45", "url": "https://files.pythonhosted.org/packages/75/35/ecd334b8c5abe9a068575b879e759ccc928a54ad7ffe5e43aaffe2a76115/pylinkmobile-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "fef1f87cdc47a40a9eaa899620eb177c", "sha256": "79e79e8d1631518e8d9851f72dd182dc892e0c0b124e454e8c42ec48348ac8c9" }, "downloads": -1, "filename": "pylinkmobile-0.2.0.tar.gz", "has_sig": false, "md5_digest": "fef1f87cdc47a40a9eaa899620eb177c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2851, "upload_time": "2012-05-09T15:53:53", "url": "https://files.pythonhosted.org/packages/fc/6b/ce0fbcbaa4c26a03bceaf4a6b605f92d2467f456aabe11a330bd0ef935ec/pylinkmobile-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "fa63622176ee7db5f7338dce9ef15962", "sha256": "f78fdd8132ab7025d31bb3d126f767b63da523f12af2773af32bdf238ded8d27" }, "downloads": -1, "filename": "pylinkmobile-0.3.0.tar.gz", "has_sig": false, "md5_digest": "fa63622176ee7db5f7338dce9ef15962", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2833, "upload_time": "2012-05-14T16:14:19", "url": "https://files.pythonhosted.org/packages/34/af/4905ae7a27c0d6de7eab5970960eb3e46778d325f55ad5733e0982f90a3a/pylinkmobile-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa63622176ee7db5f7338dce9ef15962", "sha256": "f78fdd8132ab7025d31bb3d126f767b63da523f12af2773af32bdf238ded8d27" }, "downloads": -1, "filename": "pylinkmobile-0.3.0.tar.gz", "has_sig": false, "md5_digest": "fa63622176ee7db5f7338dce9ef15962", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2833, "upload_time": "2012-05-14T16:14:19", "url": "https://files.pythonhosted.org/packages/34/af/4905ae7a27c0d6de7eab5970960eb3e46778d325f55ad5733e0982f90a3a/pylinkmobile-0.3.0.tar.gz" } ] }