{ "info": { "author": "Richard Hull", "author_email": "richard.hull@destructuring-bind.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "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 :: Education", "Topic :: System :: Hardware", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "`luma.core `__ **|** \n`luma.docs `__ **|** \n`luma.emulator `__ **|** \n`luma.examples `__ **|** \n`luma.lcd `__ **|** \nluma.led_matrix **|** \n`luma.oled `__ \n\nLuma.LED_Matrix \n===============\n**Display drivers for MAX7219, WS2812, APA102**\n\n.. image:: https://travis-ci.org/rm-hull/luma.led_matrix.svg?branch=master\n :target: https://travis-ci.org/rm-hull/luma.led_matrix\n\n.. image:: https://coveralls.io/repos/github/rm-hull/luma.led_matrix/badge.svg?branch=master\n :target: https://coveralls.io/github/rm-hull/luma.led_matrix?branch=master\n\n.. image:: https://readthedocs.org/projects/luma-led_matrix/badge/?version=latest\n :target: http://luma-led-matrix.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/pypi/pyversions/luma.led_matrix.svg\n :target: https://pypi.python.org/pypi/luma.led_matrix\n\n.. image:: https://img.shields.io/pypi/v/luma.led_matrix.svg\n :target: https://pypi.python.org/pypi/luma.led_matrix\n\n.. image:: https://img.shields.io/maintenance/yes/2019.svg?maxAge=2592000\n\nPython library interfacing LED matrix displays with the MAX7219 driver (using\nSPI) and WS2812 & APA102 NeoPixels (inc Pimoroni Unicorn pHat/Hat and Unicorn\nHat HD) on the Raspberry Pi and other Linux-based single board computers - it\nprovides a Pillow-compatible drawing canvas, and other functionality to\nsupport:\n\n* multiple cascaded devices\n* LED matrix, seven-segment and NeoPixel variants\n* scrolling/panning capability,\n* terminal-style printing,\n* state management,\n* dithering to monochrome,\n* pygame emulator,\n* Python 2.7 and 3.4+ are both supported\n\nDocumentation\n-------------\nFull documentation with installation instructions and examples can be found on https://luma-led-matrix.readthedocs.io.\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/devices.jpg\n :alt: max7219 matrix\n\nA LED matrix can be acquired for a few pounds from outlets\nlike `Banggood `_.\nLikewise 7-segment displays are available from `Ali-Express\n`_\nor `Ebay `_.\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/IMG_2810.JPG\n :alt: max7219 sevensegment\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/matrix_cascaded.jpg\n :alt: max7219 cascaded\n \n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/box_helloworld.jpg\n :alt: max7219 box\n \n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/emulator.gif\n :alt: max7219 emulator\n\nBreaking changes\n----------------\nVersion 0.3.0 was released on 19 January 2017: this came with a rename of the\ngithub project from **max7219** to **luma.led_matrix** to reflect the changing\nnature of the codebase.\n\nThere is no direct migration path, but the old `docs `_\nand `PyPi packages `_ will remain\navailable indefinitely, but that deprecated codebase will no longer recieve \nupdates or fixes.\n\nThe consequence is that any existing code that uses the old **max7219** package\nshould probably be updated. \n\nLicense\n-------\nThe MIT License (MIT)\n\nCopyright (c) 2013-2019 Richard Hull & Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\nContributing\n------------\nPull requests (code changes / documentation / typos / feature requests / setup)\nare gladly accepted. If you are intending some large-scale changes, please get\nin touch first to make sure we're on the same page: try and include a docstring\nfor any new methods, and try and keep method bodies small, readable and\nPEP8-compliant.\n\nGitHub\n^^^^^^\nThe source code is available to clone at: http://github.com/rm-hull/luma.led_matrix\n\nContributors\n^^^^^^^^^^^^\n* Thijs Triemstra (@thijstriemstra)\n* Jon Carlos (@webmonger)\n* Unattributed (@wkapga)\n* Taras (@tarasius)\n* Brice Parent (@agripo)\n* Thomas De Keulenaer (@twdkeule)\n* Tero Korpela (@terokorp)\n* Qinkang Huang (@pokebox)\n* Shawn Woodford (@swoodford)\n* Phil Howard (@gadgetoid)\n* Petr Krac\u00edk (@petrkr)\n* Emlyn Corrin (@emlyn)\n* Bram Verboom (@bramverb)\n* Thanassis Tsiodras (@ttsiodras)\n\n\nChangeLog\n---------\n\n+------------+------------------------------------------------------------------------+------------+\n| Version | Description | Date |\n+============+========================================================================+============+\n| **1.4.0** | * Rework namespace handling for luma sub-projects | 2019/06/16 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.3.1** | * Fix alpha-channel blending for Unicorn Hat HD display | 2019/05/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.3.0** | * Add support for Pimoroni's Unicorn Hat HD | 2019/05/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.2.0** | * Add option to control if 8x8 blocks are arranged in reverse order | 2019/04/20 |\n| | * Add (approximations of) more characters for 7-segment displa | |\n| | * Documentation updates | |\n+------------+------------------------------------------------------------------------+------------+\n| **1.1.1** | * Fix unicode warning | 2018/09/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.1.0** | * Add degree symbol to segment mapper charmap | 2018/09/18 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.8** | * Use DMA channel 10 (rather than ch. 5) for WS2812 NeoPixels | 2018/01/23 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.7** | * Use ``extras_require`` in ``setup.py`` for ARM dependencies | 2017/11/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.6** | * Version number available as ``luma.led_matrix.__version__`` now | 2017/11/23 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.5** | * Conditionally install WS2812 packages if Linux/ARM7L only | 2017/10/22 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.4** | * Make wheel universal | 2017/10/22 |\n| | * Minor documentation fixes | |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.3** | * Explicitly state 'UTF-8' encoding in setup when reading files | 2017/10/18 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.2** | * Setup fails due to programmer not understanding basic Python ... | 2017/08/05 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.1** | * Setup on Python 3 fails due to hyphen in package name | 2017/08/05 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.0** | * Stable release (remove all deprecated methods & parameters) | 2017/07/30 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.11.1** | * Add Python3 compatibility for neopixels/neosegments | 2017/07/29 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.11.0** | * Alternative WS2812 low level implementation | 2017/07/21 |\n| | * Add support for @msurguy's modular NeoSegments | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.10.1** | * Add block_orientation=180 option | 2017/05/01 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.10.0** | * **BREAKING CHANGE:** Move sevensegment class to | 2017/04/22 |\n| | ``luma.core.virtual`` package | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.9.0** | * Add support for APA102 RGB neopixels | 2017/03/30 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.8.0** | * Change MAX7219's block_orientation to support \u00b190\u00b0 angle correction | 2017/03/19 |\n| | * Deprecate \"vertical\" and \"horizontal\" block_orientation | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.7.0** | * **BREAKING CHANGE:** Move sevensegment class to | 2017/03/04 |\n| | ``luma.led_matrix.virtual`` package | |\n| | * Documentation updates & corrections | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.6.2** | * Allow MAX7219 and NeoPixel driver constructors to accept any args | 2017/03/02 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.6.1** | * Restrict exported Python symbols from ``luma.led_matrix.device`` | 2017/03/02 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.6.0** | * Add support for arbitrary MxN matrices rather than a single chain | 2017/02/22 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.5.3** | * Huge performance improvements for cascaded MAX7219 devices | 2017/02/21 |\n| | * Documentation updates | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.5.2** | * Add apostrophe representation to seven-segment display | 2017/02/19 |\n| | * Deprecate ``luma.led_matrix.legacy`` (moved to ``luma.core.legacy``) | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.4** | * Support both common-row anode and common-row cathode LED matrices | 2017/02/02 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.3** | * Add translation mapping to accomodate Pimoroni's 8x8 Unicorn HAT | 2017/01/29 |\n| | * MAX7219 optimizations | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.2** | * Fix bug in neopixel initialization | 2017/01/27 |\n| | * Improved demo scripts | |\n| | * Additional tests | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.0** | * Add support for WS2812 NeoPixel strips/arrays | 2017/01/23 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.3** | * Fix for dot muncher: not handling full-stop at line end | 2017/01/21 |\n| | * Documentation updates | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.2** | * Replace bytearray with ``mutable_string`` implementation | 2017/01/20 |\n| | * More tests | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.1** | * Python 3 compatibility (fix exception in bytearray creation) | 2017/01/20 |\n| | * Begin to add tests & test infrastructure | |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.0** | * **BREAKING CHANGE:** Package rename to ``luma.led_matrix`` | 2017/01/19 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.2.3** | * Bit-bang version using wiringPi | 2013/01/28 |\n+------------+------------------------------------------------------------------------+------------+\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/rm-hull/luma.led_matrix/tarball/1.4.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rm-hull/luma.led_matrix", "keywords": "raspberry pi", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "luma.led_matrix", "package_url": "https://pypi.org/project/luma.led_matrix/", "platform": "", "project_url": "https://pypi.org/project/luma.led_matrix/", "project_urls": { "Download": "https://github.com/rm-hull/luma.led_matrix/tarball/1.4.0", "Homepage": "https://github.com/rm-hull/luma.led_matrix" }, "release_url": "https://pypi.org/project/luma.led_matrix/1.4.0/", "requires_dist": null, "requires_python": "", "summary": "A library to drive a MAX7219 LED serializer (using SPI) and WS2812 NeoPixels (using DMA)", "version": "1.4.0" }, "last_serial": 5407464, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "9ba038fa122ec213cacfda255450db6c", "sha256": "b7a3f16ee397feb0bfc52ec819b87115e67dd5f12971119d4d563032229d1438" }, "downloads": -1, "filename": "luma.led_matrix-0.10.0-py2-none-any.whl", "has_sig": false, "md5_digest": "9ba038fa122ec213cacfda255450db6c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15680, "upload_time": "2017-04-22T19:22:37", "url": "https://files.pythonhosted.org/packages/19/62/ae623d19cc1c14674b986c454bd95a6f87f0c0ecb9f606843f0e9a09711f/luma.led_matrix-0.10.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "101b049922dab82f0d54b57c56dda42a", "sha256": "485f81ff4e4d6872a99748c6be90a419d85f571f464d8beec43735ab67f92fd6" }, "downloads": -1, "filename": "luma.led_matrix-0.10.0.tar.gz", "has_sig": false, "md5_digest": "101b049922dab82f0d54b57c56dda42a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10330244, "upload_time": "2017-04-22T19:22:32", "url": "https://files.pythonhosted.org/packages/02/46/e1dc85de6a0ac55d9f190b1cdf7803e5825d998bd6395dcc582c456b2670/luma.led_matrix-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "e215323b011e660daeedf7e8f3fa73b5", "sha256": "40a2bba63cc49eae2b616626e307e7a9e0223400f0eef001551d914aacf5c6dd" }, "downloads": -1, "filename": "luma.led_matrix-0.10.1-py2-none-any.whl", "has_sig": false, "md5_digest": "e215323b011e660daeedf7e8f3fa73b5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15725, "upload_time": "2017-05-01T22:06:05", "url": "https://files.pythonhosted.org/packages/fa/17/b4da67c9163bbc69bbb35d762b3ca7399ff46896eaeac536b801a1931ae6/luma.led_matrix-0.10.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "915f8620e92e3e26a8b540653dd7722d", "sha256": "2ba1f1b0811021fcb92d3f4a5f17fa75968a54daaa705d8318a5f4f47666eab5" }, "downloads": -1, "filename": "luma.led_matrix-0.10.1.tar.gz", "has_sig": false, "md5_digest": "915f8620e92e3e26a8b540653dd7722d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10330282, "upload_time": "2017-05-01T22:06:01", "url": "https://files.pythonhosted.org/packages/98/ad/797013d4db8ee2742aa3c2ffe9f95550b45d5ca50dd3e2b2a20f0fef14c1/luma.led_matrix-0.10.1.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "430c7b6cca3c66545776b4fae9f576a3", "sha256": "bfda171471195266ebab371d3843c742191254fd2aa1ecf01cd335a0614fd61c" }, "downloads": -1, "filename": "luma.led_matrix-0.11.0-py2-none-any.whl", "has_sig": false, "md5_digest": "430c7b6cca3c66545776b4fae9f576a3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16849, "upload_time": "2017-07-21T10:22:57", "url": "https://files.pythonhosted.org/packages/44/8d/bfbc4d6a6d44608de186dd06a502d035476bff6bc4aa35315f48a3f60c71/luma.led_matrix-0.11.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24641410b3ebd5ab50211c9608b5d6c9", "sha256": "c091abdb5d4fdff4cf0960fe794a9526e9c1619a6e267351110c491bf912251c" }, "downloads": -1, "filename": "luma.led_matrix-0.11.0.tar.gz", "has_sig": false, "md5_digest": "24641410b3ebd5ab50211c9608b5d6c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10327504, "upload_time": "2017-07-21T10:22:47", "url": "https://files.pythonhosted.org/packages/5e/23/67003030daf5915e74890f78d3583bb7a320ccec15ca905fee2f15651236/luma.led_matrix-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "82923d86304c12c36f15208deb2d2cf4", "sha256": "0cddf5019858ca467519278641b1bb8abea520517c33903a47c8952f8d92d76e" }, "downloads": -1, "filename": "luma.led_matrix-0.11.1-py2-none-any.whl", "has_sig": false, "md5_digest": "82923d86304c12c36f15208deb2d2cf4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17411, "upload_time": "2017-07-29T15:54:42", "url": "https://files.pythonhosted.org/packages/2e/af/f2185b43ef5b9c792473f9029810799c9802780af63e63da70443f85ac8e/luma.led_matrix-0.11.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e3f8c3c5e5cd6781f6402b7129e4af6", "sha256": "2e4a2ee09bf0b0497bdb5cd3f64e449906e510ff7cb74109934cd9a9604bc13c" }, "downloads": -1, "filename": "luma.led_matrix-0.11.1.tar.gz", "has_sig": false, "md5_digest": "8e3f8c3c5e5cd6781f6402b7129e4af6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10332562, "upload_time": "2017-07-29T15:54:26", "url": "https://files.pythonhosted.org/packages/c9/7b/7c56a0db2385db5a45afbe028985aa16a7df3c91891f1bbd764787f5234d/luma.led_matrix-0.11.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "359b6a1c81b69bb05b01e947bf83fe5f", "sha256": "0d763f8ae98a4746fdebdcc7108609e5ab98c2d00a724fd2ab1cbb9af0f8e6c9" }, "downloads": -1, "filename": "luma.led_matrix-0.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "359b6a1c81b69bb05b01e947bf83fe5f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 21909, "upload_time": "2017-01-19T01:05:06", "url": "https://files.pythonhosted.org/packages/10/7f/812f09e0c2b1cc15a6a35db8121c3163873c80d0f34a3d1ba786b0608a24/luma.led_matrix-0.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e96c367aba16e2416654eb5282819c69", "sha256": "79b4e2ef5d81c7466cac7282705cccb8ef7e297bb0d8f9e91a4a6c53dafe285f" }, "downloads": -1, "filename": "luma.led_matrix-0.3.0.tar.gz", "has_sig": false, "md5_digest": "e96c367aba16e2416654eb5282819c69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7807234, "upload_time": "2017-01-19T01:05:02", "url": "https://files.pythonhosted.org/packages/31/c1/170b055c5b3919aaae3e2314c04c843cfccc78e8ca6b768e0be5ded0718a/luma.led_matrix-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "d40aa140235fbe74da31f3ff3a279fd8", "sha256": "339c9f14bc258f3cdb823b98a884833a233fa293ec3c081ddf83cf5c29380c91" }, "downloads": -1, "filename": "luma.led_matrix-0.3.1-py2-none-any.whl", "has_sig": false, "md5_digest": "d40aa140235fbe74da31f3ff3a279fd8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 22103, "upload_time": "2017-01-20T00:15:12", "url": "https://files.pythonhosted.org/packages/0d/61/afd0a7b4da6bd692dc6d52c9e1a0f56c366f3671c96ab9bb02b2888d3234/luma.led_matrix-0.3.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6eaf352253f1aa5e031d45faad95b9f9", "sha256": "b0da48058aeaf17fd13370bc51b630c0ab0a9e9b4b0fb4c961cf9fd2432ed171" }, "downloads": -1, "filename": "luma.led_matrix-0.3.1.tar.gz", "has_sig": false, "md5_digest": "6eaf352253f1aa5e031d45faad95b9f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7807583, "upload_time": "2017-01-20T00:15:08", "url": "https://files.pythonhosted.org/packages/b7/1e/17710370eb7e089dd6d0623578b67f265ff4440233e717b43090c41d24bf/luma.led_matrix-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "0176387aa64a6cd04d690d4018dbaa0a", "sha256": "4a6797bac3954dfccf8c4632daf0dc293728a093182a1f634778d8f9391104db" }, "downloads": -1, "filename": "luma.led_matrix-0.3.2-py2-none-any.whl", "has_sig": false, "md5_digest": "0176387aa64a6cd04d690d4018dbaa0a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 23338, "upload_time": "2017-01-20T23:19:54", "url": "https://files.pythonhosted.org/packages/32/b1/dfb34da42ffa27dd323cafabcc6906263bb9a4850c76caa2b0826c03e83f/luma.led_matrix-0.3.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "566dfb23a5b6b03a92f7df42b92cfa50", "sha256": "0192df157f805a86e60fe306a03e983f0a316071923df2e7d019fc539dea58e9" }, "downloads": -1, "filename": "luma.led_matrix-0.3.2.tar.gz", "has_sig": false, "md5_digest": "566dfb23a5b6b03a92f7df42b92cfa50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7808475, "upload_time": "2017-01-20T23:19:50", "url": "https://files.pythonhosted.org/packages/df/24/2fcfd4d76b5f2b5acc9bbf7645cdf0899c21960a4b4b4aa8ab6821f2b0f4/luma.led_matrix-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "2276ebf493c518bc9ffcef1f8beb3a89", "sha256": "9642d051038f2470d811fafe8ec821edbe66e1c2e5a6d909356d1d5232cc85fd" }, "downloads": -1, "filename": "luma.led_matrix-0.3.3-py2-none-any.whl", "has_sig": false, "md5_digest": "2276ebf493c518bc9ffcef1f8beb3a89", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 23443, "upload_time": "2017-01-21T01:14:02", "url": "https://files.pythonhosted.org/packages/d1/72/c6c64a9576ea93212273e796256c023eb64f053e3166f9dfa7cc63813935/luma.led_matrix-0.3.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80218172bf13e30ed634cce3f56cf008", "sha256": "810bc22d4c4465f2f5b414ef52fef7a00e9b0e40f5cc6c87246a432d57ecbeee" }, "downloads": -1, "filename": "luma.led_matrix-0.3.3.tar.gz", "has_sig": false, "md5_digest": "80218172bf13e30ed634cce3f56cf008", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7808695, "upload_time": "2017-01-21T01:13:56", "url": "https://files.pythonhosted.org/packages/0c/b0/cac11cda07f5288f8ebe8fb0e6eabf11ec58e750176dda923f42f910bfa1/luma.led_matrix-0.3.3.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "bb932105c6f090dec2e4b65f096d8bfc", "sha256": "813954533873fc19d944e22ba8b70e51a1d7509401230af105d3a9ea5c571b73" }, "downloads": -1, "filename": "luma.led_matrix-0.4.0-py2-none-any.whl", "has_sig": false, "md5_digest": "bb932105c6f090dec2e4b65f096d8bfc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 24513, "upload_time": "2017-01-23T21:50:58", "url": "https://files.pythonhosted.org/packages/a6/07/e01fbed0851513847fb9ee7f32cbbed184328bd299b28baae7b3d3c76d19/luma.led_matrix-0.4.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "769508430ae64fa24d021991c5558b6c", "sha256": "7cdd44b35a215cc63342a4a46cbffcb5e5b6c30ce8c5dc805945f61d370b7e40" }, "downloads": -1, "filename": "luma.led_matrix-0.4.0.tar.gz", "has_sig": false, "md5_digest": "769508430ae64fa24d021991c5558b6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7813635, "upload_time": "2017-01-23T21:50:53", "url": "https://files.pythonhosted.org/packages/a3/74/a22ce4c7c13677f241e1ff35649a89074e3aeacb5aca31cfb4bc3d40f9c8/luma.led_matrix-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "f5841870463ebc49a6a6d3b4bcb3231f", "sha256": "a7205ec64d5ce8eaade58c1915d8b65256630f4a42110504a09df36ccb68ca2f" }, "downloads": -1, "filename": "luma.led_matrix-0.4.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f5841870463ebc49a6a6d3b4bcb3231f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 24765, "upload_time": "2017-01-27T20:11:05", "url": "https://files.pythonhosted.org/packages/f3/39/80601bc634ea164626c80f844819f9d417a06f5d7189a4166adc788bbc91/luma.led_matrix-0.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "67c829806af5b24552b08b9b7c27b241", "sha256": "e023bf8d6c4678596618f5f1d569f590babec3446a6627b9b6e24eead4643368" }, "downloads": -1, "filename": "luma.led_matrix-0.4.1.tar.gz", "has_sig": false, "md5_digest": "67c829806af5b24552b08b9b7c27b241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7814145, "upload_time": "2017-01-27T20:11:00", "url": "https://files.pythonhosted.org/packages/34/09/4eb59e91cfccd6740ff58b30a78540e3192885f6e691659a24a306d4e037/luma.led_matrix-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "e799634c0e526383548ef3c6dc74e67e", "sha256": "9e0b5b05843d5e1bc0ba93bc2a9016471da22a89e0630b452bf42a796892c43d" }, "downloads": -1, "filename": "luma.led_matrix-0.4.2-py2-none-any.whl", "has_sig": false, "md5_digest": "e799634c0e526383548ef3c6dc74e67e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 24758, "upload_time": "2017-01-27T21:22:11", "url": "https://files.pythonhosted.org/packages/aa/8f/f24dc69bf473951e5307abaf66feb1ec2715cf7e950d4ea94fb733229d73/luma.led_matrix-0.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a72aa56df058c605551e2e5f35739a63", "sha256": "37d98b5dc9c82578c1b7967269341e21898d61f7263114f8d5dd911c9b0e9a18" }, "downloads": -1, "filename": "luma.led_matrix-0.4.2.tar.gz", "has_sig": false, "md5_digest": "a72aa56df058c605551e2e5f35739a63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7814154, "upload_time": "2017-01-27T21:22:07", "url": "https://files.pythonhosted.org/packages/49/cc/8cf74a617b077764e89b8b3d0d4ce255af5a781e2c92105b79e6388fc539/luma.led_matrix-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "04543e39a03c10b32266cb306031f727", "sha256": "c20a8552fc1b983fa993abc8a9f84c8274b0f570c20180de95f339d8ecc74bc1" }, "downloads": -1, "filename": "luma.led_matrix-0.4.3-py2-none-any.whl", "has_sig": false, "md5_digest": "04543e39a03c10b32266cb306031f727", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25335, "upload_time": "2017-01-29T12:41:22", "url": "https://files.pythonhosted.org/packages/16/3c/6752fc7deceb5f3b8b383eae0bab329dcccb5af569798c918736a2f8886a/luma.led_matrix-0.4.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c69aea6e75a0513ba5b063ff69e3f21", "sha256": "1affefa451fe6d46e9190de4b8040f25de839c3cc15752b3e3f6f748145ac8e5" }, "downloads": -1, "filename": "luma.led_matrix-0.4.3.tar.gz", "has_sig": false, "md5_digest": "5c69aea6e75a0513ba5b063ff69e3f21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7815039, "upload_time": "2017-01-29T12:41:17", "url": "https://files.pythonhosted.org/packages/d2/18/eb59b88007d5efdcdeb6265e790656d9bb583463448cac4b05e103721547/luma.led_matrix-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "4e24212c959eaad489e2ea29c69485a5", "sha256": "32185e5b96d9367e87267ef4614346da3b38000c0bb339bc7e7525e4a438ca76" }, "downloads": -1, "filename": "luma.led_matrix-0.4.4-py2-none-any.whl", "has_sig": false, "md5_digest": "4e24212c959eaad489e2ea29c69485a5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25625, "upload_time": "2017-02-02T08:04:56", "url": "https://files.pythonhosted.org/packages/53/ee/7cb4557c3a05fb3a7f7405c57a9538668fa8bc5a9796d21a6b07aee207d3/luma.led_matrix-0.4.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab3a4c917dadbee660924a4660423b1a", "sha256": "6e0a8e9bfc3eb84a3b1b1934fb14357cc1c0314fc7174888d27ed87dd712f735" }, "downloads": -1, "filename": "luma.led_matrix-0.4.4.tar.gz", "has_sig": false, "md5_digest": "ab3a4c917dadbee660924a4660423b1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8039719, "upload_time": "2017-02-02T08:04:53", "url": "https://files.pythonhosted.org/packages/61/63/f1d700c299905ccd7f7688ab95559494836a9af899678d727c465d99c688/luma.led_matrix-0.4.4.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "af40509d5ce8b3a907cb51d1ed7d0cc7", "sha256": "9b2dba6ff75d8ba086503baeff3d507174562b201512ad0a0df9c4b710d795aa" }, "downloads": -1, "filename": "luma.led_matrix-0.5.0-py2-none-any.whl", "has_sig": false, "md5_digest": "af40509d5ce8b3a907cb51d1ed7d0cc7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15637, "upload_time": "2017-02-19T18:04:01", "url": "https://files.pythonhosted.org/packages/ef/76/6c870b02bbef732d32dec45bf05df40e366e052f3cb40e2f42ea02b0c19f/luma.led_matrix-0.5.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a53c30b9663eb9db7a9b377210e3d593", "sha256": "6c079c358f0da40631b249ce30b57fa1df41ab8b6f0801422c203cd0abaddc84" }, "downloads": -1, "filename": "luma.led_matrix-0.5.0.tar.gz", "has_sig": false, "md5_digest": "a53c30b9663eb9db7a9b377210e3d593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8029713, "upload_time": "2017-02-19T18:03:56", "url": "https://files.pythonhosted.org/packages/36/78/1578d5401b258d1acbbba9788e415fce037873d9f84c70a223062bd57dbd/luma.led_matrix-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "447aa499bdf0f84372a2134ede636a8e", "sha256": "a80158e18ac9090c1d0e3e246060c01a036401c0a730672b71e5350863f0fe73" }, "downloads": -1, "filename": "luma.led_matrix-0.5.1-py2-none-any.whl", "has_sig": false, "md5_digest": "447aa499bdf0f84372a2134ede636a8e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15639, "upload_time": "2017-02-19T18:06:34", "url": "https://files.pythonhosted.org/packages/85/26/306c4eae80022bae032a18164abe3583b6a586c8e7280a382ca96fd11565/luma.led_matrix-0.5.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07f4d22a883b3ac0912c77c6a9b21dc2", "sha256": "bb02037cf7da2e5b7c79d77d49b84bf358f5bfe7235545f3f619c54d7b633db9" }, "downloads": -1, "filename": "luma.led_matrix-0.5.1.tar.gz", "has_sig": false, "md5_digest": "07f4d22a883b3ac0912c77c6a9b21dc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8029725, "upload_time": "2017-02-19T18:06:30", "url": "https://files.pythonhosted.org/packages/d2/f2/210bc673155aae133693aeca2cba28018217b4c87b3dbe1217a4f667cad4/luma.led_matrix-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "a2d0eb55df16a0ad6c60ca9672ef4165", "sha256": "00fb743a919d5e1de32b1dd96aa55583ba1517fdbc2cf70af573812222b79834" }, "downloads": -1, "filename": "luma.led_matrix-0.5.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a2d0eb55df16a0ad6c60ca9672ef4165", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15639, "upload_time": "2017-02-19T18:52:28", "url": "https://files.pythonhosted.org/packages/91/4a/411ac54880e208056e216389ec2672029852a1536e802cd9c3b5ae1c16b7/luma.led_matrix-0.5.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "94b5e57f79a740f6c12904578a17050e", "sha256": "40b765bc3fd4086d472d03b96f7e037ecea0fef006df190df0fa0b3e5584296e" }, "downloads": -1, "filename": "luma.led_matrix-0.5.2.tar.gz", "has_sig": false, "md5_digest": "94b5e57f79a740f6c12904578a17050e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8029715, "upload_time": "2017-02-19T18:52:25", "url": "https://files.pythonhosted.org/packages/ac/e2/4cae83b6fa1da315eae3a4cd8aae3c4815b08be918dd8b199d9f7cfae3ee/luma.led_matrix-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "5f2ab9b814e835b9f77bcc678253d4f5", "sha256": "eda3c82a75a1f9fcdf34842255c86fb67ce7f48f571d080c3d31c70b5b22b94c" }, "downloads": -1, "filename": "luma.led_matrix-0.5.3-py2-none-any.whl", "has_sig": false, "md5_digest": "5f2ab9b814e835b9f77bcc678253d4f5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15813, "upload_time": "2017-02-21T21:54:55", "url": "https://files.pythonhosted.org/packages/86/84/3d707c1ed3b053b7be383cdee703c82b4f9545eb39b9d1b58b009e308158/luma.led_matrix-0.5.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e19dbeea7396f6af1009de79e2b716cd", "sha256": "e132532cad46cba3783b4dfe45709c59675d57062826b074b6b56085a5d51b36" }, "downloads": -1, "filename": "luma.led_matrix-0.5.3.tar.gz", "has_sig": false, "md5_digest": "e19dbeea7396f6af1009de79e2b716cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8029862, "upload_time": "2017-02-21T21:54:51", "url": "https://files.pythonhosted.org/packages/80/d4/b0d04a6d0e45da4114577acb5252ef063637a9079aa57ae458e860bd0d3e/luma.led_matrix-0.5.3.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "d887f8730f3c35cf585073dd806290ad", "sha256": "c937856ffac440e0289f7388e18bbb98eccb7db4f032347d7b0945f50a010d40" }, "downloads": -1, "filename": "luma.led_matrix-0.6.0-py2-none-any.whl", "has_sig": false, "md5_digest": "d887f8730f3c35cf585073dd806290ad", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15868, "upload_time": "2017-02-22T19:45:33", "url": "https://files.pythonhosted.org/packages/93/85/9b63d557041313e03e7dd2ee68cdea8bb6e8cc0004ebd2bbcb0ab5050a91/luma.led_matrix-0.6.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "808b86ed69153b972961f9c21d83438f", "sha256": "f54ca8d042ecf1fca0f04020d1f0b9e294f0d457d0af093442f8c67131df0002" }, "downloads": -1, "filename": "luma.led_matrix-0.6.0.tar.gz", "has_sig": false, "md5_digest": "808b86ed69153b972961f9c21d83438f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8030026, "upload_time": "2017-02-22T19:45:30", "url": "https://files.pythonhosted.org/packages/a8/dd/e56314f298deb51b0a429adc99379baa692f6b8b921513a05ea961404969/luma.led_matrix-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "1b8a403a0c4873cf21fa5f6cecab6d51", "sha256": "d895ad7b52214d3c99ffa6d5d1637424b139a0df822e6752aa71e7869592e392" }, "downloads": -1, "filename": "luma.led_matrix-0.6.1-py2-none-any.whl", "has_sig": false, "md5_digest": "1b8a403a0c4873cf21fa5f6cecab6d51", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16014, "upload_time": "2017-03-02T20:26:19", "url": "https://files.pythonhosted.org/packages/65/fa/014036b0a4f840ce795b5b52e93b2adc0eddc9f5b576f791a7d19ca97551/luma.led_matrix-0.6.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d47019c5de510f9abc9487859857b77", "sha256": "b0cbc35579c944c57e8db7b75db92037c68c7602ebf49b960f10ae84b8512f83" }, "downloads": -1, "filename": "luma.led_matrix-0.6.1.tar.gz", "has_sig": false, "md5_digest": "2d47019c5de510f9abc9487859857b77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8029835, "upload_time": "2017-03-02T20:26:14", "url": "https://files.pythonhosted.org/packages/0b/d6/3dc312deb2674949b8f61ad1b982f0d585e346f9f41dce27ebc1f753dfc9/luma.led_matrix-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "7446b03a5a1926a144e405eb460f06a3", "sha256": "886fabae5440881e34c55ba7d01cfef5f39431c8c0c6c30e4f3c06e38fa814cd" }, "downloads": -1, "filename": "luma.led_matrix-0.6.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7446b03a5a1926a144e405eb460f06a3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16094, "upload_time": "2017-03-02T20:58:14", "url": "https://files.pythonhosted.org/packages/cc/0f/07d28ef33acbd5b343c6e8113dfa67a9c4f9fb859c12c1d02983c92cc3a4/luma.led_matrix-0.6.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "623e75ea5ca49f301eb152eaa69ebd1b", "sha256": "368322afa40f4ff8f881451e5bbd78275a1e69254c77bb15ca73fb4590f01479" }, "downloads": -1, "filename": "luma.led_matrix-0.6.2.tar.gz", "has_sig": false, "md5_digest": "623e75ea5ca49f301eb152eaa69ebd1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8029958, "upload_time": "2017-03-02T20:58:10", "url": "https://files.pythonhosted.org/packages/84/b8/1d108b542d73704c92705d64b8f4499772920d218b79e052f5ecbf739954/luma.led_matrix-0.6.2.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "3155ecebc7372c4a22547c5c457bc728", "sha256": "04428417e6df55a73181d4fb2e4f21c0544de47b5addf5f4f33348b4848d1df4" }, "downloads": -1, "filename": "luma.led_matrix-0.7.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3155ecebc7372c4a22547c5c457bc728", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16987, "upload_time": "2017-03-04T20:41:00", "url": "https://files.pythonhosted.org/packages/f6/e5/bc71ca027928d9cf82a4cb852ecad75c99b9592d151aa9bc01649223d879/luma.led_matrix-0.7.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "42a7ed8595601a25df893e05bb91bb88", "sha256": "81cea68c187ae8badd48ed62a0dc8202348df3ae032655cfcbab29c1677a0e01" }, "downloads": -1, "filename": "luma.led_matrix-0.7.0.tar.gz", "has_sig": false, "md5_digest": "42a7ed8595601a25df893e05bb91bb88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9462060, "upload_time": "2017-03-04T20:40:55", "url": "https://files.pythonhosted.org/packages/1e/2e/19b3325cffc575267583bf0a99128171a498f5af5cd8bb785e97f357be2d/luma.led_matrix-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "824347f50b987fbd903c0387f63128cc", "sha256": "bd21ac2d61f9dc9f065af3af8543259ff699b9f238b1a54415e634e54cbf4dbb" }, "downloads": -1, "filename": "luma.led_matrix-0.8.0-py2-none-any.whl", "has_sig": false, "md5_digest": "824347f50b987fbd903c0387f63128cc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17387, "upload_time": "2017-03-19T16:48:13", "url": "https://files.pythonhosted.org/packages/f5/b9/ad7e08039b5da054a3f9847bee7ec63b901b2d926adfcd43e31e1091f8d1/luma.led_matrix-0.8.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa12a142a74fb553726646714a1dbdaa", "sha256": "a069fa3533b356fba66a862e5461f73ef67f52a6655792369d89af1cac6591c0" }, "downloads": -1, "filename": "luma.led_matrix-0.8.0.tar.gz", "has_sig": false, "md5_digest": "aa12a142a74fb553726646714a1dbdaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9462368, "upload_time": "2017-03-19T16:48:03", "url": "https://files.pythonhosted.org/packages/f4/b7/f2322ce382565f206ee9e9590e1f24c6f4a763c56cf19db44f3a88f4df1c/luma.led_matrix-0.8.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "1a9424d2b4b7769cb9e1c664b998b390", "sha256": "fce8d727fbf7493ea2123c83c9dbb74889d305682285eb8c5ce26083582d6312" }, "downloads": -1, "filename": "luma.led_matrix-0.9.0-py2-none-any.whl", "has_sig": false, "md5_digest": "1a9424d2b4b7769cb9e1c664b998b390", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17908, "upload_time": "2017-03-30T16:33:41", "url": "https://files.pythonhosted.org/packages/ca/47/94bcfb0e9b5da739ff67cf3278100b7563df64fe1ee76bbb12b14a00291f/luma.led_matrix-0.9.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19c6efc85cb47ac180d0a20c1e366ad1", "sha256": "65282507c6e4aaf0036cc3f5dd06f205b20d43490774ed6e10eb9ec5d055df42" }, "downloads": -1, "filename": "luma.led_matrix-0.9.0.tar.gz", "has_sig": false, "md5_digest": "19c6efc85cb47ac180d0a20c1e366ad1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9462146, "upload_time": "2017-03-30T16:33:36", "url": "https://files.pythonhosted.org/packages/28/e2/caf3223d95f56973327c4a54d6858c93280a4d22f3c733b2e107857e6f10/luma.led_matrix-0.9.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "e7fd6fe42550179724334270a89e80b3", "sha256": "69f414764b9476ac8394591be92a9f443fe6cbb87f431853e11d1da9dcf286f1" }, "downloads": -1, "filename": "luma.led_matrix-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "e7fd6fe42550179724334270a89e80b3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16787, "upload_time": "2017-07-30T15:57:16", "url": "https://files.pythonhosted.org/packages/34/12/c9bd749a376097bd6f9957f24ccfd728965628af6e584f2312fa1ae9daaf/luma.led_matrix-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5637863165fd1f12c7688665ff751df", "sha256": "0617a95e88f6e434b8570cd4e8e5a95a8615d6230f0e04151eb895b60ea177ff" }, "downloads": -1, "filename": "luma.led_matrix-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a5637863165fd1f12c7688665ff751df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10330673, "upload_time": "2017-07-30T15:57:12", "url": "https://files.pythonhosted.org/packages/6d/0a/0d39c3ee629bbcc1407110d7688d437e9ed7a16a907c3df2ff0cd7797c26/luma.led_matrix-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5be7f5e17d2145d4ac3376fd6a697fca", "sha256": "11612751716d27da3db63f64b8b33c4c251332860ee7426a6d7006b3aa5daa71" }, "downloads": -1, "filename": "luma.led_matrix-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "5be7f5e17d2145d4ac3376fd6a697fca", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16921, "upload_time": "2017-08-05T18:03:16", "url": "https://files.pythonhosted.org/packages/d7/fa/1a556b21c6f301cc3e0ad4b143d44b876670659ac94009a0248055b59bda/luma.led_matrix-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "28bc970f1954a85b7e37ffb389a68a95", "sha256": "fb587ced02cf387af4caaf57cd0ac0ae6f5ade2e4679604d81e078e05d6d3d11" }, "downloads": -1, "filename": "luma.led_matrix-1.0.1.tar.gz", "has_sig": false, "md5_digest": "28bc970f1954a85b7e37ffb389a68a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10327880, "upload_time": "2017-08-05T18:03:11", "url": "https://files.pythonhosted.org/packages/5b/f0/4f07b6bb9967ddcc2dc4e6b5291fce7a6a41f403084a3bae49621652cf2c/luma.led_matrix-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "b31d7bbafff39c99d233eb59af01d5f1", "sha256": "31954189c964928a0b97a6b90ec0bdfb179abca4c29e83cc35faaa55c1c66ea5" }, "downloads": -1, "filename": "luma.led_matrix-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "b31d7bbafff39c99d233eb59af01d5f1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16999, "upload_time": "2017-08-05T18:11:12", "url": "https://files.pythonhosted.org/packages/8e/5c/987e99b999c12413d01696bbb0885600b3b92ee8a12c5426f394d93ba106/luma.led_matrix-1.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3bf2294a172e561120b3c0b528f5fedb", "sha256": "3333f8a4638fd363dbd2f52562e5fb71e5eb3a209a8a427228fbd9d9c7aa00eb" }, "downloads": -1, "filename": "luma.led_matrix-1.0.2.tar.gz", "has_sig": false, "md5_digest": "3bf2294a172e561120b3c0b528f5fedb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10327929, "upload_time": "2017-08-05T18:11:05", "url": "https://files.pythonhosted.org/packages/23/4e/f740d3f40933334462edde58f3d811863fa61a7d1b661c8f35e72c0680b4/luma.led_matrix-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "18e0127810aac1ffeafeb951b67e8a52", "sha256": "ec767e2a8dd59a96e1a3877e57060e5769258aa8e05ce7c7b66324cab80c3d6a" }, "downloads": -1, "filename": "luma.led_matrix-1.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "18e0127810aac1ffeafeb951b67e8a52", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17163, "upload_time": "2017-10-18T22:20:22", "url": "https://files.pythonhosted.org/packages/64/c2/6a2eb197de0e5bb6a57f1bdfbc63893d00e69ca5d3ad1526b1b5a26bda8f/luma.led_matrix-1.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "76430ec311481825310d3cad6ab0f913", "sha256": "937480b0d2b927554fefc4a2a1511837c9bb530b8c86464351311ac32260096f" }, "downloads": -1, "filename": "luma.led_matrix-1.0.3.tar.gz", "has_sig": false, "md5_digest": "76430ec311481825310d3cad6ab0f913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10334809, "upload_time": "2017-10-18T22:20:08", "url": "https://files.pythonhosted.org/packages/2b/2b/a6249a02e9956de8efb7509b8df4b4d58f2962f3ff85631389d58d216f8a/luma.led_matrix-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "491d54ec4ab61a96ae84bf0ba22200b5", "sha256": "085d804e4cba0965b8e3f30958554d706152feae9844fe5b7493b5712dade5bd" }, "downloads": -1, "filename": "luma.led_matrix-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "491d54ec4ab61a96ae84bf0ba22200b5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17241, "upload_time": "2017-10-22T20:08:35", "url": "https://files.pythonhosted.org/packages/f0/f2/4f4d666d7030f1b62047dbb527ccdd83b656360694eaa851bba8a3e8524a/luma.led_matrix-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46e68c547bf67d3d69fc3e0bcc8dfd81", "sha256": "7afe2bba39ac4e0b4b58628129ad12e83d249551e9d948c81d7d33c2f8c82c49" }, "downloads": -1, "filename": "luma.led_matrix-1.0.4.tar.gz", "has_sig": false, "md5_digest": "46e68c547bf67d3d69fc3e0bcc8dfd81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10334820, "upload_time": "2017-10-22T20:08:31", "url": "https://files.pythonhosted.org/packages/fb/43/13e2cb19295ad2e7c896010f981b4592c2d4c1d39d44084a947659d27eb4/luma.led_matrix-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "21a3ab943e08782d82fe7ca68ae567b6", "sha256": "f85ee6167c1448a1e8fa99fb62bcb3fded56b68313a7abf7f765c6f42e604704" }, "downloads": -1, "filename": "luma.led_matrix-1.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "21a3ab943e08782d82fe7ca68ae567b6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17410, "upload_time": "2017-10-22T21:58:34", "url": "https://files.pythonhosted.org/packages/9d/a2/fdd8ec54b1879a28375e46fc32e586934ec33a87cbe1881cb699ea74fa2e/luma.led_matrix-1.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3251780d49c5ead85531bd0b13a3e31", "sha256": "4e81d728f6667f78d6c051251bfe0877e8d25f998426c16d894d0825287e2397" }, "downloads": -1, "filename": "luma.led_matrix-1.0.5.tar.gz", "has_sig": false, "md5_digest": "e3251780d49c5ead85531bd0b13a3e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10333834, "upload_time": "2017-10-22T21:58:30", "url": "https://files.pythonhosted.org/packages/6d/d1/2200396169da86e20e7eb2896a2eb877c5bf7e0e8727871881366298794a/luma.led_matrix-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "ea4ad6001ba9ee79b059a9ff29bcd085", "sha256": "e018a30ea31217ee8c30f6a0ad5ca72e91ee32f548a2f36b8fae7fb82a36f070" }, "downloads": -1, "filename": "luma.led_matrix-1.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea4ad6001ba9ee79b059a9ff29bcd085", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17454, "upload_time": "2017-11-23T19:33:00", "url": "https://files.pythonhosted.org/packages/07/7e/b5dc9af6b76cdbf903cfd952f5e138d6a94156e9a27c1d689e745d176ff9/luma.led_matrix-1.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd624eadfa2ae26a6c4c16276dc05531", "sha256": "907b5159051562bfb20765495cd7983dda171a4d37a7b304024e74bb51a8b6bd" }, "downloads": -1, "filename": "luma.led_matrix-1.0.6.tar.gz", "has_sig": false, "md5_digest": "dd624eadfa2ae26a6c4c16276dc05531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10334069, "upload_time": "2017-11-23T19:32:48", "url": "https://files.pythonhosted.org/packages/28/a2/edc4a8fe228d25aeebaaa085b975250814e36b99bb282049cb80431036aa/luma.led_matrix-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "8d42d1e87ea70c3a2e058f9e207a35ae", "sha256": "a24b146cf02544f3dcfa246c4a20a68c42950b09cb2d4eeafe780fa01ac10325" }, "downloads": -1, "filename": "luma.led_matrix-1.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d42d1e87ea70c3a2e058f9e207a35ae", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17682, "upload_time": "2017-11-27T01:54:23", "url": "https://files.pythonhosted.org/packages/65/3f/ddcca4b7d3a3cc5038fdd21b4867205b3e8587d1224398794387d75e4d29/luma.led_matrix-1.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44b28eb5ae204421adc5dd80e18c58ca", "sha256": "0f3eeea02b598bcca32dc832069467d3a1d9bf1f124b485323ca538fb18bdb7c" }, "downloads": -1, "filename": "luma.led_matrix-1.0.7.tar.gz", "has_sig": false, "md5_digest": "44b28eb5ae204421adc5dd80e18c58ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10334191, "upload_time": "2017-11-27T01:54:19", "url": "https://files.pythonhosted.org/packages/84/a6/f6643a77226dc026ea6a7c22cdf5f5b88ab83a4a45978b6291e91a67c6e2/luma.led_matrix-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "0b84c947d9bc1fa8cc0a56cf41a49f88", "sha256": "70c743b31bbd00ce904af543b735acdaf93f3adb70fb799b3f9858001bf26a07" }, "downloads": -1, "filename": "luma.led_matrix-1.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b84c947d9bc1fa8cc0a56cf41a49f88", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17811, "upload_time": "2018-01-23T22:45:11", "url": "https://files.pythonhosted.org/packages/af/b5/d51635d462b56be01fa57e5d60a1d0043d4e38500dabdbc6f2c94c9a1cfa/luma.led_matrix-1.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2430d3b74fc679f68f2c070f1b617beb", "sha256": "24d1c2d3bd04b0d496c848402430e2d6d71f4f77ca0b2be71112aa13dfa92464" }, "downloads": -1, "filename": "luma.led_matrix-1.0.8.tar.gz", "has_sig": false, "md5_digest": "2430d3b74fc679f68f2c070f1b617beb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10334376, "upload_time": "2018-01-23T22:44:50", "url": "https://files.pythonhosted.org/packages/42/40/95408e2cde977480481caf2ffb78d4f78bbdcc3b2af714d6dfa55d934ed3/luma.led_matrix-1.0.8.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9ce6b973429296a65cdb5d0c4748c952", "sha256": "193d500c5a30ee964ad2654596cb5771481b61f63672c153e8a3d6ea9504efba" }, "downloads": -1, "filename": "luma.led_matrix-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ce6b973429296a65cdb5d0c4748c952", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17597, "upload_time": "2018-09-18T22:06:47", "url": "https://files.pythonhosted.org/packages/d3/2d/ffa243e35be1d18f4817c33a86f13bb5ddbd63e8f9a963a6d83b7fa9a82f/luma.led_matrix-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9b43703e9b0e8754c92fda72de602f1", "sha256": "964d99421508db997d49cda88acab03bbca24b34e31c0c9794fdac98eebcb97e" }, "downloads": -1, "filename": "luma.led_matrix-1.1.0.tar.gz", "has_sig": false, "md5_digest": "e9b43703e9b0e8754c92fda72de602f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10360099, "upload_time": "2018-09-18T22:06:43", "url": "https://files.pythonhosted.org/packages/17/f0/7166c490f073857f8e792e9bdb10cde7f0e678de3661e360065630887a84/luma.led_matrix-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "2c3a79cc6ef1f4009f27e09f4ce3f0f9", "sha256": "ae075976c49ee66924356803159e8eb6aa3df3fab59bb3a48341d25200af13bb" }, "downloads": -1, "filename": "luma.led_matrix-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2c3a79cc6ef1f4009f27e09f4ce3f0f9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12547, "upload_time": "2018-09-26T22:34:21", "url": "https://files.pythonhosted.org/packages/f8/39/b6647a1f28ac0b2c31797f78b068edd1f2f1b4ead34c2c61b16439da712a/luma.led_matrix-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "196bdc8a247db14da18be05b84aeb5b4", "sha256": "275c3f3d286da157327aabf6653350d3bb365ea21140544ce62ed4985b96120a" }, "downloads": -1, "filename": "luma.led_matrix-1.1.1.tar.gz", "has_sig": false, "md5_digest": "196bdc8a247db14da18be05b84aeb5b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10351999, "upload_time": "2018-09-26T22:34:18", "url": "https://files.pythonhosted.org/packages/43/ad/592dff62a2962a73674e714eddd0e388758030d5b82cb88999adca0c0e89/luma.led_matrix-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "2aad83c15bcc656a12bd289a72287bb3", "sha256": "ca6454dc7681211dab3d378b513ebeeb4dcb12a8d62ae7aabe29f5f2261073ff" }, "downloads": -1, "filename": "luma.led_matrix-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2aad83c15bcc656a12bd289a72287bb3", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 13652, "upload_time": "2019-04-20T22:41:52", "url": "https://files.pythonhosted.org/packages/de/b4/7653478cf88d97236711780802787500a7e162ca9b5126c7dd608488ac7d/luma.led_matrix-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c4e58d404e0c403cb90419ae8ffdfb9", "sha256": "396e44a1c182e585de7878e434cf312dd11025cd79c0cbd49c108af39bc46b3c" }, "downloads": -1, "filename": "luma.led_matrix-1.2.0.tar.gz", "has_sig": false, "md5_digest": "4c4e58d404e0c403cb90419ae8ffdfb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10356885, "upload_time": "2019-04-20T22:41:44", "url": "https://files.pythonhosted.org/packages/ac/76/ce390fef645022058fb343bf7ddf22e751654928cb2de913d84c12cd6e8e/luma.led_matrix-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "e4b78544e1226b3bc8367f58e72a10e1", "sha256": "c465c8ea3445f0e79d4ce06476d308e4f7458103016b0f85f0228cbe29c7f779" }, "downloads": -1, "filename": "luma.led_matrix-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4b78544e1226b3bc8367f58e72a10e1", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 14184, "upload_time": "2019-05-26T22:57:48", "url": "https://files.pythonhosted.org/packages/e2/1f/c53ccd2f009042305deafaddc360d141f8f4e5eda9358f38253a632ca876/luma.led_matrix-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2101e4743de1f31c17bc7c03fcaafd09", "sha256": "d05b61ff9a6262a86b514220cffc5b990823251adb673159b528902445db7803" }, "downloads": -1, "filename": "luma.led_matrix-1.3.0.tar.gz", "has_sig": false, "md5_digest": "2101e4743de1f31c17bc7c03fcaafd09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10357862, "upload_time": "2019-05-26T22:57:43", "url": "https://files.pythonhosted.org/packages/2f/b6/34e9cf78ab46bd5084bfe1f00743700ebdc6e2f7e1c3c824a991499a97ec/luma.led_matrix-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "68d343f6e2ced622253d15ac29afe04a", "sha256": "8b8c1a5a526aa3deab90cb4601bd5f99343ee8c89945229ae245ebea39703b5e" }, "downloads": -1, "filename": "luma.led_matrix-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "68d343f6e2ced622253d15ac29afe04a", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 14210, "upload_time": "2019-05-26T23:00:24", "url": "https://files.pythonhosted.org/packages/7e/70/794b7475c242e08068feeedea81af960c944998cc23014200ca9dea3b4d3/luma.led_matrix-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e505fe737297996bc95b81f9b068935", "sha256": "1ae71b4410ffe4135436972e4e467305664f599ac979bd48237dee25f6af6d7b" }, "downloads": -1, "filename": "luma.led_matrix-1.3.1.tar.gz", "has_sig": false, "md5_digest": "6e505fe737297996bc95b81f9b068935", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10357925, "upload_time": "2019-05-26T23:00:05", "url": "https://files.pythonhosted.org/packages/03/51/42ae1c64d5cf630ef646fd0800615735c2d60ff8e5a21ed8e4c2727361a3/luma.led_matrix-1.3.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "0d07fd467b7e710432adf88120ddda16", "sha256": "6601244ec649046a5529e6708c0ffd9520ff4886393d4f83ebfad66b563bc310" }, "downloads": -1, "filename": "luma.led_matrix-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d07fd467b7e710432adf88120ddda16", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 14655, "upload_time": "2019-06-16T20:20:20", "url": "https://files.pythonhosted.org/packages/76/e2/43a82bbe5a88b6a566c8a72d60ff6cc89b2d06581b640d3766498fc6cc59/luma.led_matrix-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f8868decfffeef6be8e56d3fdd87c30", "sha256": "fdb988dae5640c6670b56f0069beef9176512273363ee9e6ce7f78287d8660aa" }, "downloads": -1, "filename": "luma.led_matrix-1.4.0.tar.gz", "has_sig": false, "md5_digest": "4f8868decfffeef6be8e56d3fdd87c30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10356217, "upload_time": "2019-06-16T20:20:16", "url": "https://files.pythonhosted.org/packages/79/88/dbfc58ce7a7a41d19d7341905307894433f631f8a1bc734bf63a3320daed/luma.led_matrix-1.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d07fd467b7e710432adf88120ddda16", "sha256": "6601244ec649046a5529e6708c0ffd9520ff4886393d4f83ebfad66b563bc310" }, "downloads": -1, "filename": "luma.led_matrix-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d07fd467b7e710432adf88120ddda16", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 14655, "upload_time": "2019-06-16T20:20:20", "url": "https://files.pythonhosted.org/packages/76/e2/43a82bbe5a88b6a566c8a72d60ff6cc89b2d06581b640d3766498fc6cc59/luma.led_matrix-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f8868decfffeef6be8e56d3fdd87c30", "sha256": "fdb988dae5640c6670b56f0069beef9176512273363ee9e6ce7f78287d8660aa" }, "downloads": -1, "filename": "luma.led_matrix-1.4.0.tar.gz", "has_sig": false, "md5_digest": "4f8868decfffeef6be8e56d3fdd87c30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10356217, "upload_time": "2019-06-16T20:20:16", "url": "https://files.pythonhosted.org/packages/79/88/dbfc58ce7a7a41d19d7341905307894433f631f8a1bc734bf63a3320daed/luma.led_matrix-1.4.0.tar.gz" } ] }