{ "info": { "author": "Jasmit Tarang", "author_email": "jaytarang92@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "Remotsy python library |Build Status| |Codacy Badge|\n====================================================\n\n`Remotsy `_ is an infrared blaster device, is cloud controlled,\nthis a Python library to control the Remotsy device via Rest API.\n\nInstallation\n============\n\n $ pip install remotsylib3\n\nExample\n========\n\n.. code-block:: python\n\n from remotsylib3.api_async import (API, run_remotsy_api_call)\n\n if __name__ == \"__main__\":\n\n client = API()\n\n #Do the login and get the token\n token = run_remotsy_api_call(client.login(args.username, args.password))\n\n #Get the list of the controls\n lst_ctl = run_remotsy_api_call(client.list_controls())\n for ctl in lst_ctl:\n print(\"id %s Name %s\" % (ctl[\"_id\"], ctl['name']))\n\n\nAuthentication\n==============\n\nYou can use your remotsy username and password, but for security is recomended to generate\na application password, logon in https://home.remotsy.com and use the option App Passwords.\n\n\nDocumentation API\n-----------------\n\nThe API documentation and links to additional resources are available at\nhttps://www.remotsy.com/help\n\n.. |Build Status| image:: https://travis-ci.org/jorgecis/RemotsyLib3.svg?branch=master\n :target: https://travis-ci.org/jorgecis/RemotsyLib3\n.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/79fb3255b464442983bb5b6b6fdecd98\n :target: https://app.codacy.com/app/jorgecis/RemotsyLib3?utm_source=github.com&utm_medium=referral&utm_content=jorgecis/RemotsyLib3&utm_campaign=Badge_Grade_Settings\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jorgecis/remotsylib3", "keywords": "Remotsy infrared remote control smarthome", "license": "", "maintainer": "", "maintainer_email": "", "name": "remotsylib3", "package_url": "https://pypi.org/project/remotsylib3/", "platform": "", "project_url": "https://pypi.org/project/remotsylib3/", "project_urls": { "Homepage": "https://github.com/jorgecis/remotsylib3" }, "release_url": "https://pypi.org/project/remotsylib3/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A Remotsy lib for use the Restfull API", "version": "0.0.1" }, "last_serial": 4903496, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0ba65fce63986b8830bcb18979092e89", "sha256": "c0e7458f8da96922bc7c6f783147af687e0ee382a6c24fcdf17fce053b9f8cad" }, "downloads": -1, "filename": "remotsylib3-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0ba65fce63986b8830bcb18979092e89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4337, "upload_time": "2019-03-06T04:53:37", "url": "https://files.pythonhosted.org/packages/67/e2/16d0a43d3269cba9d237d9a028ba8d010a075826b47d9c1f2a627fdba15c/remotsylib3-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bc281442c445713984cc482182d212c", "sha256": "860db83e0509b033adbd8c08448a9ff6290898985b8e07454c45e8eb9ed9e232" }, "downloads": -1, "filename": "remotsylib3-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0bc281442c445713984cc482182d212c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4050, "upload_time": "2019-03-06T04:53:39", "url": "https://files.pythonhosted.org/packages/ea/7f/bccbb037705dbe432321cbc80383041543774cdb749cba42e5ca064b5c25/remotsylib3-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ba65fce63986b8830bcb18979092e89", "sha256": "c0e7458f8da96922bc7c6f783147af687e0ee382a6c24fcdf17fce053b9f8cad" }, "downloads": -1, "filename": "remotsylib3-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0ba65fce63986b8830bcb18979092e89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4337, "upload_time": "2019-03-06T04:53:37", "url": "https://files.pythonhosted.org/packages/67/e2/16d0a43d3269cba9d237d9a028ba8d010a075826b47d9c1f2a627fdba15c/remotsylib3-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bc281442c445713984cc482182d212c", "sha256": "860db83e0509b033adbd8c08448a9ff6290898985b8e07454c45e8eb9ed9e232" }, "downloads": -1, "filename": "remotsylib3-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0bc281442c445713984cc482182d212c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4050, "upload_time": "2019-03-06T04:53:39", "url": "https://files.pythonhosted.org/packages/ea/7f/bccbb037705dbe432321cbc80383041543774cdb749cba42e5ca064b5c25/remotsylib3-0.0.1.tar.gz" } ] }