{ "info": { "author": "Eric Pulvino", "author_email": "ericpulvino@gmail.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", "Programming Language :: Python :: 3.6", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "# pyBusylight\n\npyBusylight is a native python library which controls Kuando Busylight devices. It is intented to serve as a foundational component which can be integrated into other higher-level scripts.\n\npyBusylight makes use of PyUSB to control Busylight and used extensive cues from the [busylight node library](https://github.com/porsager/busylight).\n\n## Dependencies\n* signal\n* pyusb\n\n_Note: Pyusb requires at least one of the three supported backends to be installed. Install a backend like so._\n\n If you're on a MAC you can install libusb via:\n```\n $ brew install libusb\n```\n On Windows you can follow the info here.\n https://github.com/walac/pyusb/blob/master/README.rst#installing\n\n On Ubuntu 16.04/18.04\n```\n sudo apt-get install libusb-1.0-0 \"\"\")\n```\n\n## Most Simple Use Case\n```\nuser@hostname$ sudo python3\n\nfrom pybusylight import pybusylight\n\nbl=pybusylight.busylight()\n\nbl.send()\n```\n\n## Run the Example.py script to see all supported features\n```\nsudo python3 ./example.py\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/ericpulvino/pyBusylight", "keywords": "kuando busylight", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyBusylight", "package_url": "https://pypi.org/project/pyBusylight/", "platform": "", "project_url": "https://pypi.org/project/pyBusylight/", "project_urls": { "Documentation": "https://github.com/ericpulvino/pyBusylight/docs", "Homepage": "https://github.com/ericpulvino/pyBusylight", "Source": "https://github.com/ericpulvino/pyBusylight", "Tracker": "https://github.com/ericpulvino/pyBusylight/issues" }, "release_url": "https://pypi.org/project/pyBusylight/0.9.2/", "requires_dist": [ "setuptools", "pyusb" ], "requires_python": ">=2.7", "summary": "Python Library for Kuando Busylight device.", "version": "0.9.2" }, "last_serial": 4194915, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "9c895557c43397d8b6ea542535e5512f", "sha256": "76a7a5f50ee89826e66595b2ad161f803f74025429e9e8343e17c94b7ad1789e" }, "downloads": -1, "filename": "pyBusylight-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9c895557c43397d8b6ea542535e5512f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 9749, "upload_time": "2018-08-22T04:09:44", "url": "https://files.pythonhosted.org/packages/c3/f7/d1de4988a6ec4ae03a52dd5c899e5daafba9da3ebbd61c3a1256b97db2ce/pyBusylight-0.9.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19eff76fdf3eb265812bbb963ebee7ab", "sha256": "20314128955881ead8eff15bd326fc709237e67b888884fc0438a4f4ecf1d270" }, "downloads": -1, "filename": "pyBusylight-0.9.2.tar.gz", "has_sig": false, "md5_digest": "19eff76fdf3eb265812bbb963ebee7ab", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 7951, "upload_time": "2018-08-22T04:09:45", "url": "https://files.pythonhosted.org/packages/26/19/06f9c96f44722dc0689ab02c145f4db56861500aa25dc8b134904445e4c4/pyBusylight-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c895557c43397d8b6ea542535e5512f", "sha256": "76a7a5f50ee89826e66595b2ad161f803f74025429e9e8343e17c94b7ad1789e" }, "downloads": -1, "filename": "pyBusylight-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9c895557c43397d8b6ea542535e5512f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 9749, "upload_time": "2018-08-22T04:09:44", "url": "https://files.pythonhosted.org/packages/c3/f7/d1de4988a6ec4ae03a52dd5c899e5daafba9da3ebbd61c3a1256b97db2ce/pyBusylight-0.9.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19eff76fdf3eb265812bbb963ebee7ab", "sha256": "20314128955881ead8eff15bd326fc709237e67b888884fc0438a4f4ecf1d270" }, "downloads": -1, "filename": "pyBusylight-0.9.2.tar.gz", "has_sig": false, "md5_digest": "19eff76fdf3eb265812bbb963ebee7ab", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 7951, "upload_time": "2018-08-22T04:09:45", "url": "https://files.pythonhosted.org/packages/26/19/06f9c96f44722dc0689ab02c145f4db56861500aa25dc8b134904445e4c4/pyBusylight-0.9.2.tar.gz" } ] }