{ "info": { "author": "Onset Technology", "author_email": "support@onsettechnology.com", "bugtrack_url": null, "classifiers": [], "description": "=====================\nOnPage HUB API CLIENT\n=====================\n\nOnPage HUB API CLIENT allows to send Pages to the OnPage Pagers. For more information visit\nhttp://www.onpage.com. To use this script you have to change ENTERPRISE_NAME, TOKEN and Pager\nnumbers to real values.\n\nYou can send Page using your own Python script or using CLI script from here:\n\nhttps://github.com/onsetinc/onpage_hub_api_cli_py\n\nSample of usage your own Python script to send Page from your own Python script:\n\n```python\nfrom random import randint\nimport sys\n\n\nfrom onpage_hub_api_client.Message import Message\nfrom onpage_hub_api_client.OnPageHubApi import OnPageHubApi\n\nif __name__ == \"__main__\":\n\n message = Message()\n\n # CHANGE THIS WITH UNIQUE MESSAGE ID\n message.messageId = randint(200, 10000)\n\n message.subject = 'YOUR_SUBJECT_HERE'\n message.body = 'YOUR_MESSAGE_HERE'\n message.sender = 'SENDER_EMAIL_ADDRESS'\n message.recipients = ['RECIPIENT_PAGER_NUMBER_1', 'RECIPIENT_PAGER_NUMBER_2', ..., 'RECIPIENT_PAGER_NUMBER_N']\n\n try:\n hubApi = OnPageHubApi('https://nps.onpage.com/hub-api?wsdl', 'ENTERPRISE_NAME', 'TOKEN')\n\n result = hubApi.sendPage([message])\n\n print result\n\n except Exception as ex:\n type, value, traceback = sys.exc_info()\n error_description = '%s\\n%s\\n%s\\n%s' % (type, value, traceback, ex)\n print error_description\n```\n\nIf everything is configured right the output of the script has to be something like:\n\nMessage 170315170855-8836 accepted by OnPage\n\nand recipients will receive it immediately.\n\n\nFor more information contact support@onsettechnology.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.onpage.com", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "OnPage-HUB-API-Client", "package_url": "https://pypi.org/project/OnPage-HUB-API-Client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/OnPage-HUB-API-Client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.onpage.com" }, "release_url": "https://pypi.org/project/OnPage-HUB-API-Client/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Send Page to pager using OnPage HUB API", "version": "0.1.1" }, "last_serial": 1483142, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "aaf4194aa492a79b640955b199b0399d", "sha256": "b5de71965576facb4abee9130ad110776db9716a05d4c4b4a4317d84d4d68ced" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "aaf4194aa492a79b640955b199b0399d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3899, "upload_time": "2015-03-20T16:01:47", "url": "https://files.pythonhosted.org/packages/a8/c5/8a88e80b997cdd4adbaf99c5d7b88146524122726329ceeeb3360c4506f9/OnPage_HUB_API_Client-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c5e9fcf5b782afb44e731ec8ce1e519c", "sha256": "f3c896446c65c33fe5a18805c0f29350e7cdc6b59f868a334b6cd1e14830d430" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c5e9fcf5b782afb44e731ec8ce1e519c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5674, "upload_time": "2015-03-20T16:01:44", "url": "https://files.pythonhosted.org/packages/3f/fc/060a8c5842f266f7efedf73ae5c586073c2ffd1b8035df52569e0e19abda/OnPage_HUB_API_Client-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1fd68f2a363dd70729715d640b383d9", "sha256": "ec50c73516027f61a766fc1248c148f9df56517ad881ca15b1ac3964fef601ba" }, "downloads": -1, "filename": "OnPage HUB API Client-0.1.0.win32.zip", "has_sig": false, "md5_digest": "f1fd68f2a363dd70729715d640b383d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8447, "upload_time": "2015-03-20T16:01:05", "url": "https://files.pythonhosted.org/packages/62/be/e9abaa6ca81172cda7054b66441c66f9d1357becb4fd15df4efcc7a417b3/OnPage%20HUB%20API%20Client-0.1.0.win32.zip" }, { "comment_text": "", "digests": { "md5": "cb3a1d15e5ca2a41a9183896a29fb66d", "sha256": "54ad4c15f4fa255b48a08247c3d5d5f5c481da1a6a28adf037e2d34580bf976d" }, "downloads": -1, "filename": "OnPage HUB API Client-0.1.0.zip", "has_sig": false, "md5_digest": "cb3a1d15e5ca2a41a9183896a29fb66d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6531, "upload_time": "2015-03-20T15:51:25", "url": "https://files.pythonhosted.org/packages/df/6a/e435b604123bf456aaba12a83ca90c66fbaef7c2fd6728f0331e4ee85630/OnPage%20HUB%20API%20Client-0.1.0.zip" } ], "0.1.0.1": [ { "comment_text": "", "digests": { "md5": "3bd6012e9ffb95faaf911d175d8131ab", "sha256": "b8d908b96187551c482ccb4f1c3f7d8345d63738f47727046662d60bcdd63b14" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.0.1-py2.7.egg", "has_sig": false, "md5_digest": "3bd6012e9ffb95faaf911d175d8131ab", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3902, "upload_time": "2015-03-20T16:04:48", "url": "https://files.pythonhosted.org/packages/3d/de/1dc3fe502f5b876ed975541fc3fae37c27eae35a657983a8b49e07f763f6/OnPage_HUB_API_Client-0.1.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "427aa43c0b8be727dc45c65d85df91de", "sha256": "e4b856fbf334580f0092d036a314dd1262dba1c8ec2795efdaceffa2d4df83bf" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "427aa43c0b8be727dc45c65d85df91de", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5707, "upload_time": "2015-03-20T16:04:27", "url": "https://files.pythonhosted.org/packages/a2/43/297f0d8eb6f82bc383f93e73318659283e06c1b6799525f2a6d1c095a9b2/OnPage_HUB_API_Client-0.1.0.1-py2-none-any.whl" }, { "comment_text": "built for Windows-8", "digests": { "md5": "7713507e06b34d440b3329e9ea0e7706", "sha256": "33a938773863c3c4dca047f725612a41e91572f2d25921059b1458ccdd9e4c9b" }, "downloads": -1, "filename": "OnPage HUB API Client-0.1.0.1.win32.zip", "has_sig": false, "md5_digest": "7713507e06b34d440b3329e9ea0e7706", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 8470, "upload_time": "2015-03-20T16:04:13", "url": "https://files.pythonhosted.org/packages/fa/cd/5bbb43778f1139749dda0c288b244da29d1c111fc3bc6cf981be930af688/OnPage%20HUB%20API%20Client-0.1.0.1.win32.zip" }, { "comment_text": "", "digests": { "md5": "7a0033d783032c66de08ac603800f116", "sha256": "a0827cf602ef8143a7aad309f7247a9c5164714f53a73942be44973f59238125" }, "downloads": -1, "filename": "OnPage HUB API Client-0.1.0.1.zip", "has_sig": false, "md5_digest": "7a0033d783032c66de08ac603800f116", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7204, "upload_time": "2015-03-20T16:04:02", "url": "https://files.pythonhosted.org/packages/47/65/c4be2ba09350761ef638b48a6fcdee12d2cefd7d3882cf01fbde00ea8663/OnPage%20HUB%20API%20Client-0.1.0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a6a36cb52ef824bea1134f9b86f120d1", "sha256": "9efbcc5c3485e348ed8eff4ba8e4045014ca5e19e27c4248f58e202617df5cac" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.1-py2.7.egg", "has_sig": false, "md5_digest": "a6a36cb52ef824bea1134f9b86f120d1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7623, "upload_time": "2015-03-30T12:54:30", "url": "https://files.pythonhosted.org/packages/4b/cc/bfdc3a083f2868ae659a698c63d251edf46beb63d5315372f8d9ff381970/OnPage_HUB_API_Client-0.1.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "96818ae95c479235a22d5fad7730e8ee", "sha256": "e4708ff4f5bff009d983411d47344c7d41d1977aa5ee24cb0effbd79d7bc087b" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "96818ae95c479235a22d5fad7730e8ee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5918, "upload_time": "2015-03-30T12:54:34", "url": "https://files.pythonhosted.org/packages/15/1a/9f0c8faebae04e78c734e6a0e60650cf0148b1723d0970ef53b97fa209bb/OnPage_HUB_API_Client-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc16d4c7bff2fa628ad1fd642d6647d9", "sha256": "863889b4d960b994a204869a04123c8a7ab0c13d2b99c6de4431469b076f76c4" }, "downloads": -1, "filename": "OnPage HUB API Client-0.1.1.win32.exe", "has_sig": false, "md5_digest": "fc16d4c7bff2fa628ad1fd642d6647d9", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 202782, "upload_time": "2015-03-30T12:54:27", "url": "https://files.pythonhosted.org/packages/47/0f/0d77b1ed11a2900ac56a8a0090777d63dc54a87c7c0d33ca0aa3331293c2/OnPage%20HUB%20API%20Client-0.1.1.win32.exe" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6a36cb52ef824bea1134f9b86f120d1", "sha256": "9efbcc5c3485e348ed8eff4ba8e4045014ca5e19e27c4248f58e202617df5cac" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.1-py2.7.egg", "has_sig": false, "md5_digest": "a6a36cb52ef824bea1134f9b86f120d1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7623, "upload_time": "2015-03-30T12:54:30", "url": "https://files.pythonhosted.org/packages/4b/cc/bfdc3a083f2868ae659a698c63d251edf46beb63d5315372f8d9ff381970/OnPage_HUB_API_Client-0.1.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "96818ae95c479235a22d5fad7730e8ee", "sha256": "e4708ff4f5bff009d983411d47344c7d41d1977aa5ee24cb0effbd79d7bc087b" }, "downloads": -1, "filename": "OnPage_HUB_API_Client-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "96818ae95c479235a22d5fad7730e8ee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5918, "upload_time": "2015-03-30T12:54:34", "url": "https://files.pythonhosted.org/packages/15/1a/9f0c8faebae04e78c734e6a0e60650cf0148b1723d0970ef53b97fa209bb/OnPage_HUB_API_Client-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc16d4c7bff2fa628ad1fd642d6647d9", "sha256": "863889b4d960b994a204869a04123c8a7ab0c13d2b99c6de4431469b076f76c4" }, "downloads": -1, "filename": "OnPage HUB API Client-0.1.1.win32.exe", "has_sig": false, "md5_digest": "fc16d4c7bff2fa628ad1fd642d6647d9", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 202782, "upload_time": "2015-03-30T12:54:27", "url": "https://files.pythonhosted.org/packages/47/0f/0d77b1ed11a2900ac56a8a0090777d63dc54a87c7c0d33ca0aa3331293c2/OnPage%20HUB%20API%20Client-0.1.1.win32.exe" } ] }