{ "info": { "author": "cyr-ius", "author_email": "cyr-ius@ipocus.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: AsyncIO", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Home Automation" ], "description": "# aiosysbus\nManage your Livebox in Python\n\n\nEasily manage your Livebox in Python.\nCheck your config, configure your dhcp, disable your wifi, monitor your LAN activity and many others, on LAN or remotely.\n\naiosysbus is a python library implementing fir the Livebox v3.\n\nThis project is based on stilllman/aiofreepybox, which provides the same features as aiofreepybox in a synchronous manner.\n\nInstall\n-------\nUse the PIP package manager\n```bash\n$ pip install aiosysbus\n```\n\nOr manually download and install the last version from github\n```bash\n$ git clone https://github.com/cyr-ius/aiosysbus.git\n$ python setup.py install\n```\nGet started\n-----------\n```python\n# Import the aiosysbus package.\nfrom aiosysbus import Sysbus\n\nasync def reboot()\n # Instantiate the Sysbus class using default options.\n lvbx = Sysbus()\n\n # Connect to the livebox with default options. \n await lvbx.open('192.168.1.1','80','xxxxxx')\n\n # Do something useful, rebooting your livebox for example.\n await lvbx.system.reboot()\n\n # Properly close the session.\n await lvbx.close()\n```\nHave a look at the [example.py](https://github.com/cyr-ius/aiosysbus/blob/master/example.py) for a more complete overview.\n\nNotes on HTTPS\n--------------\nNot implemented\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cyr-ius/aiosysbus/tree/master/aiosysbus", "keywords": "livebox async", "license": "GPL-3", "maintainer": "", "maintainer_email": "", "name": "aiosysbus", "package_url": "https://pypi.org/project/aiosysbus/", "platform": "", "project_url": "https://pypi.org/project/aiosysbus/", "project_urls": { "Homepage": "https://github.com/cyr-ius/aiosysbus/tree/master/aiosysbus" }, "release_url": "https://pypi.org/project/aiosysbus/0.1.2/", "requires_dist": [ "requests (>=2)" ], "requires_python": "", "summary": "Provides asynchronous authentication and access to Livebox", "version": "0.1.2" }, "last_serial": 5727028, "releases": { "0.0.9": [ { "comment_text": "", "digests": { "md5": "594aaf10c1380e557d7b95f4b9dc7d1a", "sha256": "81b4773cc1e8f3a2ba63886021db6800fdf0ca85bb666ae944be30a74396c35a" }, "downloads": -1, "filename": "aiosysbus-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "594aaf10c1380e557d7b95f4b9dc7d1a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33839, "upload_time": "2019-08-19T13:28:30", "url": "https://files.pythonhosted.org/packages/f2/9c/59bc46bb4d53706bb0f2872dadd1feb63a185a5da7ba7bb177af47f3662b/aiosysbus-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4805948ec2c8f12696c976a2d26bec60", "sha256": "534ae29c20eb2e9d9a629c0e65aa49a27a609303c36836d41c02dec8a3d69d64" }, "downloads": -1, "filename": "aiosysbus-0.0.9.tar.gz", "has_sig": false, "md5_digest": "4805948ec2c8f12696c976a2d26bec60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26473, "upload_time": "2019-08-19T13:28:35", "url": "https://files.pythonhosted.org/packages/30/02/89cfd2d00cd7fa46ad2993f0a3f703ac49b3c8afbcad99795b063c620386/aiosysbus-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "8304a9a96d31a31253bdc4392e1f351f", "sha256": "6d0b91cbe74c62c51649a4b648165f5b44e5993505b3b4bba1aaa1709e83a564" }, "downloads": -1, "filename": "aiosysbus-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8304a9a96d31a31253bdc4392e1f351f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21842, "upload_time": "2019-08-20T12:54:29", "url": "https://files.pythonhosted.org/packages/d6/4f/1d6c3b1e6420e69b4367c30316ad397dd1cd984e90b7071cd4dbfd34a46c/aiosysbus-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a56d965d2ebf62a1ecb0aea2e6b12400", "sha256": "bc10e5e8571a25c117bac372576390adab9c0175ff740ae6c1cd6cd872945158" }, "downloads": -1, "filename": "aiosysbus-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a56d965d2ebf62a1ecb0aea2e6b12400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20143, "upload_time": "2019-08-20T12:54:48", "url": "https://files.pythonhosted.org/packages/73/d0/66b84e8d32afe36be800aee0624cf6d77b1e00fb94f7db17c8ca43f320dc/aiosysbus-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cdb799e5020bdc89dd6b4cf4c45b966a", "sha256": "9bc517ed7747c945ba63ce0fc9e18c744389eebb22e6500f6a23011ffc3ec9d4" }, "downloads": -1, "filename": "aiosysbus-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cdb799e5020bdc89dd6b4cf4c45b966a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21857, "upload_time": "2019-08-25T10:22:43", "url": "https://files.pythonhosted.org/packages/ed/f9/b5d13d8d5fe2d35ca2068697eea8eac4a10f5eb65d9116834e94ab890d8b/aiosysbus-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b282eef4ed2fe005a07ef902f062629", "sha256": "d4dc0433d71778009342fc0583d58e2bed2f4404a98a1494c0daf7e0316b6aa6" }, "downloads": -1, "filename": "aiosysbus-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4b282eef4ed2fe005a07ef902f062629", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20159, "upload_time": "2019-08-25T10:22:47", "url": "https://files.pythonhosted.org/packages/38/7c/b521076c74b8df32ae8bc5d4189f3d570133d2b36b4cebc2fd644d62157e/aiosysbus-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "55be94235b6109b20f38a14b5e3f16a8", "sha256": "7e2e1baf5fb327d8143d5a026955da972152284f4588d302285ef502fc6340f1" }, "downloads": -1, "filename": "aiosysbus-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "55be94235b6109b20f38a14b5e3f16a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21775, "upload_time": "2019-08-25T13:19:02", "url": "https://files.pythonhosted.org/packages/a3/ff/72ba1226512ede9b127cecf3be146f2c2a42a7df480c3d0b1f255d0e960d/aiosysbus-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c04e6c31e50f2759f114afb4ecc11a7e", "sha256": "2739cab7b87f640e053025eb0170b1dff95b09dc5057c09a436e42d962931c9e" }, "downloads": -1, "filename": "aiosysbus-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c04e6c31e50f2759f114afb4ecc11a7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20075, "upload_time": "2019-08-25T13:19:04", "url": "https://files.pythonhosted.org/packages/75/56/32f9d97e85da4265385f57dc0c72d5b43b14e822c578536605b223888e99/aiosysbus-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55be94235b6109b20f38a14b5e3f16a8", "sha256": "7e2e1baf5fb327d8143d5a026955da972152284f4588d302285ef502fc6340f1" }, "downloads": -1, "filename": "aiosysbus-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "55be94235b6109b20f38a14b5e3f16a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21775, "upload_time": "2019-08-25T13:19:02", "url": "https://files.pythonhosted.org/packages/a3/ff/72ba1226512ede9b127cecf3be146f2c2a42a7df480c3d0b1f255d0e960d/aiosysbus-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c04e6c31e50f2759f114afb4ecc11a7e", "sha256": "2739cab7b87f640e053025eb0170b1dff95b09dc5057c09a436e42d962931c9e" }, "downloads": -1, "filename": "aiosysbus-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c04e6c31e50f2759f114afb4ecc11a7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20075, "upload_time": "2019-08-25T13:19:04", "url": "https://files.pythonhosted.org/packages/75/56/32f9d97e85da4265385f57dc0c72d5b43b14e822c578536605b223888e99/aiosysbus-0.1.2.tar.gz" } ] }