{ "info": { "author": "Chris Macklin", "author_email": "chris@imaginaryphotons.com", "bugtrack_url": null, "classifiers": [], "description": "# pyenttec\nPython module for sending DMX using the Enttec Pro (or compatible) DMX port. Supports Python 2 and 3.\n\nAvailable on PyPI:\nhttps://pypi.org/project/pyenttec/\n\nOn OS X, use is very simple using the select_port function:\n\n import pyenttec as dmx\n port = dmx.select_port()\n port.dmx_frame[0] = 123\n port.render()\n\nOn windows or linux, the select_port function must be modified before use. Windows uses\nnumbered com ports, and on linux your serial port directory and port name will\nprobably be different. You can also just call the DMXConnection constructor\ndirectly with the right argument.\n\nSupport is included for setting various port parameters such as refresh rate\nand universe length. For certain applications (very fast strobe control,\nfor example) using a truncated universe with refresh_rate = 0 permits faster\ncontrol.\n\nThis module started as bug fixes to the pySimpleDMX package.\nhttps://github.com/c0z3n/pySimpleDMX\n\nIt then mutated into a complete rewrite based on the Objective-C enttec implemention by Coil\nhttps://github.com/coil-lighting", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "pyenttec", "package_url": "https://pypi.org/project/pyenttec/", "platform": "", "project_url": "https://pypi.org/project/pyenttec/", "project_urls": null, "release_url": "https://pypi.org/project/pyenttec/1.2/", "requires_dist": null, "requires_python": "", "summary": "Control an Enttec Pro DMX from python.", "version": "1.2" }, "last_serial": 4509342, "releases": { "1.0": [], "1.1": [ { "comment_text": "", "digests": { "md5": "5e10783fe49509c78ee64b2b2019b3a3", "sha256": "aba83fb49da2e3fe046505fc79fd0f0e48d1871eab1bcba859b957803f620735" }, "downloads": -1, "filename": "pyenttec-1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "5e10783fe49509c78ee64b2b2019b3a3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2959, "upload_time": "2018-11-20T18:52:48", "url": "https://files.pythonhosted.org/packages/5c/a7/cedfb7e0f938c5e2e61517125b13bcc0c80bfe2ae4ab5adbdce660724292/pyenttec-1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d2a169bc4ae058356e8f4ab74f05501", "sha256": "b47ea2783968f9c61a654c98c9d9f35f660da3c25e6153925c5dc7f683a26e19" }, "downloads": -1, "filename": "pyenttec-1.1.tar.gz", "has_sig": false, "md5_digest": "1d2a169bc4ae058356e8f4ab74f05501", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1595, "upload_time": "2018-11-20T18:52:50", "url": "https://files.pythonhosted.org/packages/7b/cf/c85991d799dd4b12a22ce926c26472c16b8fdd218437139b28ace1a42058/pyenttec-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "fe3a944071b313ae02075367970a90ec", "sha256": "2b0e61fb6f57ae79b917b2dd42653eb33865447f6fde20e4dfc3b4e30a102b69" }, "downloads": -1, "filename": "pyenttec-1.2.tar.gz", "has_sig": false, "md5_digest": "fe3a944071b313ae02075367970a90ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4427, "upload_time": "2018-11-20T20:52:00", "url": "https://files.pythonhosted.org/packages/dd/f6/7adca37c6ef13f428002954d7981bc89695abfa4910e996264e110584a7c/pyenttec-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fe3a944071b313ae02075367970a90ec", "sha256": "2b0e61fb6f57ae79b917b2dd42653eb33865447f6fde20e4dfc3b4e30a102b69" }, "downloads": -1, "filename": "pyenttec-1.2.tar.gz", "has_sig": false, "md5_digest": "fe3a944071b313ae02075367970a90ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4427, "upload_time": "2018-11-20T20:52:00", "url": "https://files.pythonhosted.org/packages/dd/f6/7adca37c6ef13f428002954d7981bc89695abfa4910e996264e110584a7c/pyenttec-1.2.tar.gz" } ] }