{ "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", "License :: OSI Approved :: MIT License", "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 :: Software Development :: Libraries :: pygame", "Topic :: System :: Hardware", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "`luma.core `__ **|** \n`luma.docs `__ **|** \nluma.emulator **|** \n`luma.examples `__ **|** \n`luma.lcd `__ **|** \n`luma.led_matrix `__ **|** \n`luma.oled `__ \n\nLuma.Emulator\n=============\n\n.. image:: https://travis-ci.org/rm-hull/luma.emulator.svg?branch=master\n :target: https://travis-ci.org/rm-hull/luma.emulator\n\n.. image:: https://coveralls.io/repos/github/rm-hull/luma.emulator/badge.svg?branch=master\n :target: https://coveralls.io/github/rm-hull/luma.emulator?branch=master\n\n.. image:: https://img.shields.io/pypi/pyversions/luma.emulator.svg\n :target: https://pypi.python.org/pypi/luma.emulator\n\n.. image:: https://img.shields.io/pypi/v/luma.emulator.svg\n :target: https://pypi.python.org/pypi/luma.emulator\n \n.. image:: https://img.shields.io/maintenance/yes/2019.svg?maxAge=2592000\n\n**luma.emulator** provides a series of pseudo-display devices which allow \nthe `luma.core `_ components to be used\nwithout running a physical device. These include:\n\n* Real-time (pixel) emulator, based on `pygame `__\n* LED matrix and 7-segment renderers\n* PNG screen capture\n* Animated GIF animator\n* Real-time ASCII-art & block emulators\n\nDocumentation\n-------------\nDocumentation can be found on https://luma-emulator.readthedocs.io.\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/clock_anim.gif?raw=true\n :alt: clock\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/invaders_anim.gif?raw=true\n :alt: invaders\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/crawl_anim.gif?raw=true\n :alt: crawl\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.emulator/master/doc/images/ascii-art.png?raw=true\n :alt: asciiart\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/emulator.gif\n :alt: max7219 emulator\n\nLicense\n-------\nThe MIT License (MIT)\n\nCopyright (c) 2017-2019 Richard Hull and 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------------\n\nPull requests (code changes / documentation / typos / feature requests / setup)\nare gladly accepted. If you are intending to introduce some large-scale\nchanges, please get in touch first to make sure we're on the same page: try to\ninclude a docstring for any new method or class, and keep method bodies small,\nreadable and PEP8-compliant. Add tests and strive to keep the code coverage\nlevels high.\n\nGitHub\n^^^^^^\nThe source code is available to clone at: https://github.com/rm-hull/luma.emulator\n\nContributors\n^^^^^^^^^^^^\n* Thijs Triemstra (@thijstriemstra)\n* Christoph Handel (@fragfutter)\n* Boeeerb (@Boeeerb)\n* xes (@xes)\n* Roger Dahl (@rogerdahl)\n* V\u00e1clav \u0160milauer (@eudoxos)\n* Claus Bjerre (@bjerrep)\n\n\nChangeLog\n---------\n\n+------------+---------------------------------------------------------------------+------------+\n| Version | Description | Date |\n+============+=====================================================================+============+\n| **1.2.0** | * Rework namespace handling for luma sub-projects | 2019/06/16 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.1.0** | * Added ASCII-block emulator | 2018/02/03 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.2** | * Changed version number to inside ``luma/emulator/__init__.py`` | 2017/11/23 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.1** | * Workaround pygame bug & use io module | 2017/11/22 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.0** | * Stable version | 2017/11/03 |\n| | * Minor documentation and setup fixes | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.5** | * Correct ``noop`` import | 2017/09/06 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.4** | * Move show/hide/contrast methods into emulator | 2017/04/30 |\n| | * Add segment mapper | |\n| | * Refactor tests | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.3** | * Added ASCII-art emulator | 2017/04/15 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.1.3** | * Add contrast & show/hide functionality to pygame emulator | 2017/03/02 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.1.2** | * Restrict exported Python symbols from ``luma.emulator.device`` | 2017/03/02 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.1.1** | * Split out emulator functionality from `rm-hull/luma.core` | 2017/02/17 |\n+------------+---------------------------------------------------------------------+------------+\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/rm-hull/luma.emulator/tarball/1.2.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rm-hull/luma.emulator", "keywords": "raspberry orange banana pi rpi opi sbc oled lcd led display screen spi i2c emulator", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "luma.emulator", "package_url": "https://pypi.org/project/luma.emulator/", "platform": "", "project_url": "https://pypi.org/project/luma.emulator/", "project_urls": { "Download": "https://github.com/rm-hull/luma.emulator/tarball/1.2.0", "Homepage": "https://github.com/rm-hull/luma.emulator" }, "release_url": "https://pypi.org/project/luma.emulator/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "A suite of pseudo-devices for luma.core components", "version": "1.2.0" }, "last_serial": 5407441, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5f3ac4542473a778d9a03dc5c3458033", "sha256": "df92a9654449674b9c487397d6ab6905f4b03e809daecce522e6b2207f9a07fd" }, "downloads": -1, "filename": "luma.emulator-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5f3ac4542473a778d9a03dc5c3458033", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25302, "upload_time": "2017-02-17T21:41:44", "url": "https://files.pythonhosted.org/packages/52/73/61a6d8563dc3140b5f430dcb18081075892c97a8ec80934eeaea2b607a58/luma.emulator-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30d33b01298c23a24bce13806ae6e0ff", "sha256": "499c5bb9ec4cca6a6f60a30faf67801cbbea580c992bed63fe3f3d8888a598ad" }, "downloads": -1, "filename": "luma.emulator-0.1.0.tar.gz", "has_sig": false, "md5_digest": "30d33b01298c23a24bce13806ae6e0ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30959, "upload_time": "2017-02-17T21:41:42", "url": "https://files.pythonhosted.org/packages/1e/69/40fad0a44200f6977ac330947a56adf12bbada11cabdf706ca5a00df2602/luma.emulator-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "46b52189d9efb280097c8df028fc4088", "sha256": "751b4e7573db98a5dc3dac0fa2a2a942735f8a18317681ac8a310bbebb08ffe2" }, "downloads": -1, "filename": "luma.emulator-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "46b52189d9efb280097c8df028fc4088", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25350, "upload_time": "2017-02-17T23:40:05", "url": "https://files.pythonhosted.org/packages/4b/58/1aa76b97b38cad40c9edabc3fd1e0c6f669e9d182037aedcb65c2cec1441/luma.emulator-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85c27883fed2bd4d730dc88dec2299d7", "sha256": "19d42390e0a3cbe04c1992552bc51dfc13a2f5a500e1e44863f8237ea15885a8" }, "downloads": -1, "filename": "luma.emulator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "85c27883fed2bd4d730dc88dec2299d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30999, "upload_time": "2017-02-17T23:40:03", "url": "https://files.pythonhosted.org/packages/bf/68/f552bfd76436258b25e8b4565e356dc688ed0e2826936e12e7a24b5377ac/luma.emulator-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "08ddbe6ee087f831e849a81273d82dd6", "sha256": "118683df0cb77acac28b20efd63611d008e602a118edc9f2da68e8394e37c57d" }, "downloads": -1, "filename": "luma.emulator-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "08ddbe6ee087f831e849a81273d82dd6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25641, "upload_time": "2017-03-02T20:24:32", "url": "https://files.pythonhosted.org/packages/fc/34/fe14cbb0610ab3269069ff866c0f992498e335856427e91a54b0e2f7e742/luma.emulator-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f02c8878a327a3fa7442d6137b9b3c2e", "sha256": "ff81812c0cf980d6ef5b34016a94c6ccc36b018380a3c2788dd8392da5834951" }, "downloads": -1, "filename": "luma.emulator-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f02c8878a327a3fa7442d6137b9b3c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31037, "upload_time": "2017-03-02T20:24:30", "url": "https://files.pythonhosted.org/packages/c1/8f/c04405fc4335d62864dba93f090cf5d77755ba41ca79a03b3a34e17870fd/luma.emulator-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "1c58049f8315e3fd49d41103df281984", "sha256": "b55964b5301bffb72a1924ddd2f4d1c7fa195e0e0cffb4fc3123dd43f3d34745" }, "downloads": -1, "filename": "luma.emulator-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1c58049f8315e3fd49d41103df281984", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25896, "upload_time": "2017-03-02T23:11:12", "url": "https://files.pythonhosted.org/packages/7f/ad/011d9633d75c61d8c554961c0f329e85ce450359374d9d4404cd4797c144/luma.emulator-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bfae8f724fceb3b7f044d973d10395f9", "sha256": "4806b58d6f5447399fbc19febb809299eaaf899cca42bdf543b52c3b3c6f786d" }, "downloads": -1, "filename": "luma.emulator-0.1.3.tar.gz", "has_sig": false, "md5_digest": "bfae8f724fceb3b7f044d973d10395f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31313, "upload_time": "2017-03-02T23:11:10", "url": "https://files.pythonhosted.org/packages/74/46/37a1bfcaf8447375d05947db28a3fc7cb3f2597577d2e13d4bffd85a09cd/luma.emulator-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d0576c8242a3b46e7a3bd9cee288173d", "sha256": "4f178aefa45efb2cb1facdf46746d83c4edf99ba8f0a99c2d3d213d4438f719c" }, "downloads": -1, "filename": "luma.emulator-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0576c8242a3b46e7a3bd9cee288173d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 27661, "upload_time": "2017-04-15T17:20:31", "url": "https://files.pythonhosted.org/packages/65/94/92420234260fc4bd58df586c898f7648144eddbd84d1e9ec1a24951d6bc6/luma.emulator-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d000b0c8825a7867a1ba22199174d74d", "sha256": "a09c2f2bfa9ba8fc38ac12e3b574dccafff79daea3b10a2bc87c86a95368d213" }, "downloads": -1, "filename": "luma.emulator-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d000b0c8825a7867a1ba22199174d74d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 873413, "upload_time": "2017-04-15T17:20:28", "url": "https://files.pythonhosted.org/packages/23/14/8cfe01e2e00fd5f1439b0aba3b1a9dcce0d51adc8592b4e16b15180b4020/luma.emulator-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "775ef89f21bff07dc218fc253ca73713", "sha256": "d559ba2eded76d28be577e545a3cb735cda7a479f680fad487764995241fe913" }, "downloads": -1, "filename": "luma.emulator-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "775ef89f21bff07dc218fc253ca73713", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 27665, "upload_time": "2017-04-15T17:29:28", "url": "https://files.pythonhosted.org/packages/f1/d5/01805d59a35c6f20ed77f298d6a3c754c9e34e8c1a11c21880b0ed1a9b33/luma.emulator-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f84681d19313a9a09cafdf112efa27e", "sha256": "84d15b96c68b26845a55569bd95a8691117c1af36aa0b7c14769c841a538db2a" }, "downloads": -1, "filename": "luma.emulator-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3f84681d19313a9a09cafdf112efa27e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 873433, "upload_time": "2017-04-15T17:29:24", "url": "https://files.pythonhosted.org/packages/ce/57/9b5b74a8d50ba566c66ba06de7230ffdecb87ef6b8366e7b18e7f67545a9/luma.emulator-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "de8924019187589e2d1dfa059fd49e04", "sha256": "5c0ab7d398381efcef355095e76ceced25a3bf7bb8d675e32eed7bd685726623" }, "downloads": -1, "filename": "luma.emulator-0.2.2.tar.gz", "has_sig": false, "md5_digest": "de8924019187589e2d1dfa059fd49e04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 873428, "upload_time": "2017-04-15T17:39:19", "url": "https://files.pythonhosted.org/packages/d8/31/013aed8cb697e6a4eb97f8d7dbb39f02f1d5cc64ed401b2af506f5412edd/luma.emulator-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "da82f91cc544b5b60e65df9757d01b8c", "sha256": "d858d3c23b89bc2ea39faaf5c2a81df88c749a9aa5cede11ba46043b2aeefd80" }, "downloads": -1, "filename": "luma.emulator-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da82f91cc544b5b60e65df9757d01b8c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 27666, "upload_time": "2017-04-15T17:42:13", "url": "https://files.pythonhosted.org/packages/d3/a8/a2d666abf6e349ae45834a50db0b7895e2551cc0cc4d8c6f83b8f790a697/luma.emulator-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4881436c5b9510808bcc3a105fb6297", "sha256": "104c7b5d81fffa3f608c0aeb50d490a4ae31e5a7eb24cd1a791afd55700e8597" }, "downloads": -1, "filename": "luma.emulator-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c4881436c5b9510808bcc3a105fb6297", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 873424, "upload_time": "2017-04-15T17:42:10", "url": "https://files.pythonhosted.org/packages/91/eb/26e6c9484f4e3f22de7ce84c34604f7b8b77fb2e3653b91b1775248e8819/luma.emulator-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "ec2f110bfed13e6aef8e5998a735d6ae", "sha256": "890922bd63d7257015df0fc47c5c0cad3d70806514bc19ef9778e9adeb7d1f4b" }, "downloads": -1, "filename": "luma.emulator-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec2f110bfed13e6aef8e5998a735d6ae", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 28820, "upload_time": "2017-04-30T23:35:36", "url": "https://files.pythonhosted.org/packages/32/e1/dd73bbb49c1f181f4b21b88484e1938df98ddbbcbbc78f21bcf95a2850a9/luma.emulator-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd80bcf38da4288a7a47d6cd86e2df56", "sha256": "e70a52fb4f1a9e614e75ce7489a7ce665cea6d3a040e397b357f04f9a4596b66" }, "downloads": -1, "filename": "luma.emulator-0.2.4.tar.gz", "has_sig": false, "md5_digest": "bd80bcf38da4288a7a47d6cd86e2df56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 875316, "upload_time": "2017-04-30T23:35:33", "url": "https://files.pythonhosted.org/packages/38/be/d8ff706913d8ada7326d9cba941016aac3def5d50f66c285a44dedc3d76e/luma.emulator-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "eecc900ae88ca3850d5323231b657fce", "sha256": "fcf02d2d6725eee299ed0cd204cb11b639cf3b39da14ba1fff77bf38bab6d26c" }, "downloads": -1, "filename": "luma.emulator-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eecc900ae88ca3850d5323231b657fce", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 28708, "upload_time": "2017-09-06T12:38:18", "url": "https://files.pythonhosted.org/packages/3b/37/5c105ff9e0eade74f8fdb67a5b97d8ff68726e4b5c847c4e6c78a4d5a80d/luma.emulator-0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7835066499205a365317f0599b9230c2", "sha256": "562bcd3772548cb9e0c7df95adfe0a085ccc36f334ad7d6237ac7af7a0c5a6dc" }, "downloads": -1, "filename": "luma.emulator-0.2.5.tar.gz", "has_sig": false, "md5_digest": "7835066499205a365317f0599b9230c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 875364, "upload_time": "2017-09-06T12:38:16", "url": "https://files.pythonhosted.org/packages/fa/82/474bd012ec94ee693f2c4c9a963a3c2a9b3ded2ffcbca20b695a86491222/luma.emulator-0.2.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "824ac46ad3e14ca12f01d296ab009be5", "sha256": "b42f85172c9cee8045d25bd7df0072516d4c8abcf644a6ecbcad8aa84dfc5370" }, "downloads": -1, "filename": "luma.emulator-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "824ac46ad3e14ca12f01d296ab009be5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 28877, "upload_time": "2017-11-03T22:58:10", "url": "https://files.pythonhosted.org/packages/9d/e1/cd34dfb5dc3bd7c9b39c45c803ef5ce5662b04cc2f862fdabc91d147e399/luma.emulator-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "60f46ad386b61a224c34f99fad6b7981", "sha256": "fdfbc8a6d9c8a4679dc85fc4aba4f0a3e388222b9239488c4f756caaa97c0d6f" }, "downloads": -1, "filename": "luma.emulator-1.0.0.tar.gz", "has_sig": false, "md5_digest": "60f46ad386b61a224c34f99fad6b7981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 877716, "upload_time": "2017-11-03T22:58:07", "url": "https://files.pythonhosted.org/packages/5b/da/213599b737ce518ce0231d4a2035c98c9c39ff4229ecef62222eaef37168/luma.emulator-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ef0a2cacd524e6cd6c4af648bbd7a395", "sha256": "cad4466a10864ba67062dda29d5084d76dc1feb4d4e71431fe56aff2ad5ac556" }, "downloads": -1, "filename": "luma.emulator-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef0a2cacd524e6cd6c4af648bbd7a395", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 28848, "upload_time": "2017-11-22T14:56:11", "url": "https://files.pythonhosted.org/packages/ff/13/ad4511b4f5a2ac4b056c82e90e1d026811b4763907ff90c884456ab6c12a/luma.emulator-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ab72b11efa9e1f474e1d91fe6d51b98", "sha256": "0607f497f0049bad8d493abd69135626d407299e5cbc480b2534c696aeebfa50" }, "downloads": -1, "filename": "luma.emulator-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7ab72b11efa9e1f474e1d91fe6d51b98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 877773, "upload_time": "2017-11-22T14:56:07", "url": "https://files.pythonhosted.org/packages/ca/96/fb11e44af2807818074cb9a65465dcb76e043733f084d2f9ed27362616d1/luma.emulator-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "24d1b9234760573526a14624d725196e", "sha256": "0986cc6556121ca8015086f6a558e45ba035c9b3397f3b6c263d3c8c34b07b73" }, "downloads": -1, "filename": "luma.emulator-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24d1b9234760573526a14624d725196e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 28949, "upload_time": "2017-11-23T19:53:45", "url": "https://files.pythonhosted.org/packages/ae/cb/853b0069069d995a22682b22af6603220e33a695e9b58951b59c3431e92c/luma.emulator-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5e5ae2c1781cf75e72fb00877c3b43f", "sha256": "c10a1e800da97ecba022bb78571b878f2b28eb3c98f1ad128b97319cd193bc08" }, "downloads": -1, "filename": "luma.emulator-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f5e5ae2c1781cf75e72fb00877c3b43f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 878021, "upload_time": "2017-11-23T19:53:43", "url": "https://files.pythonhosted.org/packages/c5/a2/52e08ad0843939d6fbbcc2e3d6cbd39e0b9ddc0a090693430d11a21bf926/luma.emulator-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "cfbd62e0e7d5feaa301b3515f4f07975", "sha256": "35d9ac8f90b76acb8cb0ccf22bedc4efe2eb2a5cc7badfe1563c43493c556ef8" }, "downloads": -1, "filename": "luma.emulator-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cfbd62e0e7d5feaa301b3515f4f07975", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 29792, "upload_time": "2018-02-03T16:56:00", "url": "https://files.pythonhosted.org/packages/a6/e0/bb419516b7a5e6d92974aeb9007a4ab5997f0f9f8096c52e92823f7370e0/luma.emulator-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92e3850fec27948007b05c2d8361b26e", "sha256": "d4ef2bb3e111c5d45f35daf2dd1b952cbbc59d3a89466b325a2cc638f2f32fd4" }, "downloads": -1, "filename": "luma.emulator-1.1.0.tar.gz", "has_sig": false, "md5_digest": "92e3850fec27948007b05c2d8361b26e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 878815, "upload_time": "2018-02-03T16:55:57", "url": "https://files.pythonhosted.org/packages/f5/62/d989c49f19a10bc276ce953b2d5a5843dae31ea26fb94de3832d8c67adfa/luma.emulator-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b1e2a9392c6c873faa365da1738fa552", "sha256": "5fcebd0ae04a3623b6fc81be61b6279c10ad6122992d9637785477864b03dad2" }, "downloads": -1, "filename": "luma.emulator-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1e2a9392c6c873faa365da1738fa552", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 27384, "upload_time": "2019-06-16T20:14:10", "url": "https://files.pythonhosted.org/packages/96/8c/3631c7906c66937d714f8490af842cf5e55fd3ff2ffa00c6f4663e60286f/luma.emulator-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39134fe11e9d220444d16ae750f516d9", "sha256": "82d0de1372c7f7eb099f24162f6afe978a94ac9e16ea2d48b9fddaf728d2362f" }, "downloads": -1, "filename": "luma.emulator-1.2.0.tar.gz", "has_sig": false, "md5_digest": "39134fe11e9d220444d16ae750f516d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 877959, "upload_time": "2019-06-16T20:14:07", "url": "https://files.pythonhosted.org/packages/61/88/b191c722c7bbd84ea2c17560a09b3415f7c4bdbfee3266d3995ed12e01e6/luma.emulator-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1e2a9392c6c873faa365da1738fa552", "sha256": "5fcebd0ae04a3623b6fc81be61b6279c10ad6122992d9637785477864b03dad2" }, "downloads": -1, "filename": "luma.emulator-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1e2a9392c6c873faa365da1738fa552", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 27384, "upload_time": "2019-06-16T20:14:10", "url": "https://files.pythonhosted.org/packages/96/8c/3631c7906c66937d714f8490af842cf5e55fd3ff2ffa00c6f4663e60286f/luma.emulator-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39134fe11e9d220444d16ae750f516d9", "sha256": "82d0de1372c7f7eb099f24162f6afe978a94ac9e16ea2d48b9fddaf728d2362f" }, "downloads": -1, "filename": "luma.emulator-1.2.0.tar.gz", "has_sig": false, "md5_digest": "39134fe11e9d220444d16ae750f516d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 877959, "upload_time": "2019-06-16T20:14:07", "url": "https://files.pythonhosted.org/packages/61/88/b191c722c7bbd84ea2c17560a09b3415f7c4bdbfee3266d3995ed12e01e6/luma.emulator-1.2.0.tar.gz" } ] }