{ "info": { "author": "Jorge Cisneros", "author_email": "jorge@remotsy.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "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 remotsylib\n\nExample\n========\n\n.. code-block:: python\n\n from remotsylib.api import API\n\n if __name__ == \"__main__\":\n\n client = API()\n\n #Do the login and get the token\n token = client.login(args.username, args.password)\n\n #Get the list of the controls\n lst_ctl = 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\n.. |Build Status| image:: https://travis-ci.org/jorgecis/RemotsyLib.svg?branch=master\n :target: https://travis-ci.org/jorgecis/RemotsyLib\n.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/79fb3255b464442983bb5b6b6fdecd98\n :target: https://app.codacy.com/app/jorgecis/RemotsyLib?utm_source=github.com&utm_medium=referral&utm_content=jorgecis/RemotsyLib&utm_campaign=Badge_Grade_Settings\n\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/remotsylib", "keywords": "Remotsy infrared remote control smarthome", "license": "", "maintainer": "", "maintainer_email": "", "name": "remotsylib", "package_url": "https://pypi.org/project/remotsylib/", "platform": "", "project_url": "https://pypi.org/project/remotsylib/", "project_urls": { "Homepage": "https://github.com/jorgecis/remotsylib" }, "release_url": "https://pypi.org/project/remotsylib/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A Remotsy python lib for use the Restfull API", "version": "0.0.2" }, "last_serial": 4848516, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "be1628af056d2ffda123a46857975b9c", "sha256": "6ae263520079791ac3c59cfa65c43a9ebe79b8815b28d4fd8441b35dd23713e0" }, "downloads": -1, "filename": "remotsylib-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be1628af056d2ffda123a46857975b9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3286, "upload_time": "2019-01-04T02:11:31", "url": "https://files.pythonhosted.org/packages/3a/d6/32a80f3a71bd3c3755d17ba6e9fce4447af30a8c7a1c3940e6bdb1eefab9/remotsylib-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "960b38801a995cfa1576cf8d5c7ff69f", "sha256": "5ac7813ba594537639c4d93e695384ccb275c67f5ab13cf69ccfd097bbd539a2" }, "downloads": -1, "filename": "remotsylib-0.0.1.tar.gz", "has_sig": false, "md5_digest": "960b38801a995cfa1576cf8d5c7ff69f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3692, "upload_time": "2019-01-04T02:11:33", "url": "https://files.pythonhosted.org/packages/d4/af/9408f20896db35748f513e0c5ecf88bde6801350438b8012c3d7dc18442d/remotsylib-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d63958f01811e9fd779b715a408f6c43", "sha256": "cb616957e525e3bb0f27400a05ee40090395faa6b09574c5bb911a93b1a6417b" }, "downloads": -1, "filename": "remotsylib-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d63958f01811e9fd779b715a408f6c43", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4023, "upload_time": "2019-02-21T05:02:06", "url": "https://files.pythonhosted.org/packages/57/8b/45ae8738d62b64f97e7628f02dd15ecc9160116983b8814d1e3fbf9f9f4a/remotsylib-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf75a267da92fced4678d3f7bcce9564", "sha256": "8be819f953cf5d89fc81fdf24e55cfda57cb66c6b3a132e09fd9751d7055a81f" }, "downloads": -1, "filename": "remotsylib-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cf75a267da92fced4678d3f7bcce9564", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3641, "upload_time": "2019-02-21T05:02:07", "url": "https://files.pythonhosted.org/packages/d2/1d/cb396fd8e20e1f7b677aaf3a99dfbb6210e2bf32041d3fb19896f1dff85f/remotsylib-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d63958f01811e9fd779b715a408f6c43", "sha256": "cb616957e525e3bb0f27400a05ee40090395faa6b09574c5bb911a93b1a6417b" }, "downloads": -1, "filename": "remotsylib-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d63958f01811e9fd779b715a408f6c43", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4023, "upload_time": "2019-02-21T05:02:06", "url": "https://files.pythonhosted.org/packages/57/8b/45ae8738d62b64f97e7628f02dd15ecc9160116983b8814d1e3fbf9f9f4a/remotsylib-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf75a267da92fced4678d3f7bcce9564", "sha256": "8be819f953cf5d89fc81fdf24e55cfda57cb66c6b3a132e09fd9751d7055a81f" }, "downloads": -1, "filename": "remotsylib-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cf75a267da92fced4678d3f7bcce9564", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3641, "upload_time": "2019-02-21T05:02:07", "url": "https://files.pythonhosted.org/packages/d2/1d/cb396fd8e20e1f7b677aaf3a99dfbb6210e2bf32041d3fb19896f1dff85f/remotsylib-0.0.2.tar.gz" } ] }