{ "info": { "author": "Tryolabs", "author_email": "luminoth@tryolabs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "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", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "[![Luminoth](https://user-images.githubusercontent.com/270983/31414425-c12314d2-ae15-11e7-8cc9-42d330b03310.png)](https://luminoth.ai)\n\n---\n\n[![Build Status](https://travis-ci.org/tryolabs/luminoth.svg?branch=master)](https://travis-ci.org/tryolabs/luminoth)\n[![Documentation Status](https://readthedocs.org/projects/luminoth/badge/?version=latest)](http://luminoth.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/gh/tryolabs/luminoth/branch/master/graph/badge.svg)](https://codecov.io/gh/tryolabs/luminoth)\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n\nLuminoth is an open source toolkit for **computer vision**. Currently, we support object detection, but we are aiming for much more. It is built in Python, using [TensorFlow](https://www.tensorflow.org/) and [Sonnet](https://github.com/deepmind/sonnet).\n\nRead the full documentation [here](http://luminoth.readthedocs.io/).\n\n![Example of Object Detection with Faster R-CNN](https://user-images.githubusercontent.com/1590959/36434494-e509be42-163d-11e8-99c1-d1aa728929ec.jpg)\n\n> **DISCLAIMER**: Luminoth is still alpha-quality release, which means the internal and external interfaces (such as command line) are very likely to change as the codebase matures.\n\n# Installation\n\nLuminoth currently supports Python 2.7 and 3.4\u20133.6.\n\n## Pre-requisites\n\nTo use Luminoth, [TensorFlow](https://www.tensorflow.org/install/) must be installed beforehand. If you want **GPU support**, you should install the GPU version of TensorFlow with `pip install tensorflow-gpu`, or else you can use the CPU version using `pip install tensorflow`.\n\n## Installing Luminoth\n\nJust install from PyPI:\n\n```bash\npip install luminoth\n```\n\nOptionally, Luminoth can also install TensorFlow for you if you install it with `pip install luminoth[tf]` or `pip install luminoth[tf-gpu]`, depending on the version of TensorFlow you wish to use.\n\n### Google Cloud\n\nIf you wish to train using **Google Cloud ML Engine**, the optional dependencies must be installed:\n\n```bash\npip install luminoth[gcloud]\n```\n\n## Installing from source\n\nFirst, clone the repo on your machine and then install with `pip`:\n\n```bash\ngit clone https://github.com/tryolabs/luminoth.git\ncd luminoth\npip install -e .\n```\n\n## Check that the installation worked\n\nSimply run `lumi --help`.\n\n# Supported models\n\nCurrently, we support the following models:\n\n* **Object Detection**\n * [Faster R-CNN](https://arxiv.org/abs/1506.01497)\n * [SSD](https://arxiv.org/abs/1512.02325)\n\nWe are planning on adding support for more models in the near future, such as [RetinaNet](https://arxiv.org/abs/1708.02002) and [Mask R-CNN](https://arxiv.org/abs/1703.06870).\n\nWe also provide **pre-trained checkpoints** for the above models trained on popular datasets such as [COCO](http://cocodataset.org/) and [Pascal](http://host.robots.ox.ac.uk/pascal/VOC/).\n\n# Usage\n\nThere is one main command line interface which you can use with the `lumi` command. Whenever you are confused on how you are supposed to do something just type:\n\n`lumi --help` or `lumi --help`\n\nand a list of available options with descriptions will show up.\n\n## Working with datasets\n\nSee [Adapting a dataset](http://luminoth.readthedocs.io/en/latest/usage/dataset.html).\n\n## Training\n\nSee [Training your own model](http://luminoth.readthedocs.io/en/latest/usage/training.html) to learn how to train locally or in Google Cloud.\n\n## Visualizing results\n\nWe strive to get useful and understandable summary and graph visualizations. We consider them to be essential not only for monitoring (duh!), but for getting a broader understanding of what's going under the hood. The same way it is important for code to be understandable and easy to follow, the computation graph should be as well.\n\nBy default summary and graph logs are saved to `jobs/` under the current directory. You can use TensorBoard by running:\n\n```bash\ntensorboard --logdir path/to/jobs\n```\n\n## Why the name?\n\n> The Dark Visor is a Visor upgrade in Metroid Prime 2: Echoes. Designed by the **Luminoth** during the war, it was used by the Champion of Aether, A-Kul, to penetrate Dark Aether's haze in battle against the Ing.\n>\n> -- [Dark Visor - Wikitroid](http://metroid.wikia.com/wiki/Dark_Visor)\n>\n\n# License\n\nCopyright \u00a9 2018, [Tryolabs](https://tryolabs.com).\nReleased under the [BSD 3-Clause](LICENSE).\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://luminoth.ai", "keywords": "", "license": "BSD 3-Clause License", "maintainer": "Tryolabs", "maintainer_email": "luminoth@tryolabs.com", "name": "luminoth", "package_url": "https://pypi.org/project/luminoth/", "platform": "", "project_url": "https://pypi.org/project/luminoth/", "project_urls": { "Homepage": "https://luminoth.ai" }, "release_url": "https://pypi.org/project/luminoth/0.2.3/", "requires_dist": [ "Pillow", "lxml", "numpy", "requests", "scikit-video", "Flask (>=0.12)", "PyYAML (<4,>=3.12)", "click (<7,>=6.7)", "dm-sonnet (<=1.23,>=1.12)", "easydict (<=1.8,>=1.7)", "six (>=1.11)", "google-api-python-client (<2,>=1.6.2); extra == 'gcloud'", "google-cloud-storage (>=1.2.0); extra == 'gcloud'", "oauth2client (>=4.1.2); extra == 'gcloud'", "pyasn1 (>=0.4.2); extra == 'gcloud'", "tensorflow (>=1.5); extra == 'tf'", "tensorflow-gpu (>=); extra == 'tf-gpu'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "summary": "Computer vision toolkit based on TensorFlow", "version": "0.2.3" }, "last_serial": 4470920, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c72a44b1bf9f29814b73879fcf42edde", "sha256": "c16e9544c780105ed568c8ec16640b2cba8b6e4d4842be7b771243e866cd9734" }, "downloads": -1, "filename": "luminoth-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c72a44b1bf9f29814b73879fcf42edde", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 130076, "upload_time": "2017-10-10T21:52:26", "url": "https://files.pythonhosted.org/packages/3b/a3/b58be3a54bdae256e344530ce17c55735ad9720476c128222b09a535fdad/luminoth-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2d3e1a29f6bda607631ed92f5d1ccbb", "sha256": "b7cc142f931e740d8d91732e0ea8ec789eb27f10b95bfd72437c286d3a469c39" }, "downloads": -1, "filename": "luminoth-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b2d3e1a29f6bda607631ed92f5d1ccbb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 105042, "upload_time": "2017-10-10T21:52:28", "url": "https://files.pythonhosted.org/packages/58/16/838a6994dc4e25209802ee1b4f2e04bff6bad8f92269295d0d5c26cd7412/luminoth-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "410db93bac221f6bc76592936da7c4ec", "sha256": "15de1f3d0d5f8e4d4671a7f5a14fe8e16eb2f71160871f9960a2465818fd2be0" }, "downloads": -1, "filename": "luminoth-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "410db93bac221f6bc76592936da7c4ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 154036, "upload_time": "2017-11-17T20:00:12", "url": "https://files.pythonhosted.org/packages/14/6f/7efe303ec0c4131e1ef2c47d38e3f0726c01fb300e5cb79ca87a7719a699/luminoth-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5dd5c232c0392837f891f2873daa5504", "sha256": "6bcd0b730e65d87726df9262f339a98974c914a70cf4654ff3455585d8e71250" }, "downloads": -1, "filename": "luminoth-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5dd5c232c0392837f891f2873daa5504", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 138441, "upload_time": "2017-11-17T20:00:14", "url": "https://files.pythonhosted.org/packages/de/a3/dafb8ed828eae72f9cd701d2cf4e00118191fb73a62a640560bd842f3a30/luminoth-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e2fe45f161283b87574d1182eba53951", "sha256": "62d79bc2c55d8fc7797042fff09d1cfc2de37fb50b2ccfb1735028a2c52342b1" }, "downloads": -1, "filename": "luminoth-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e2fe45f161283b87574d1182eba53951", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 184118, "upload_time": "2018-02-14T15:35:08", "url": "https://files.pythonhosted.org/packages/9b/e4/228c2f35073d5a04148666588ef12b29c8fb0b866b29afd5a3e65b09662b/luminoth-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c51ce5c6b15279a44a857a046485579a", "sha256": "9b412fa851cd5c44807bda77ff2af7e6509128ee8afd6d331679d6ebc140b00d" }, "downloads": -1, "filename": "luminoth-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c51ce5c6b15279a44a857a046485579a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 146636, "upload_time": "2018-02-14T15:35:10", "url": "https://files.pythonhosted.org/packages/66/69/1d6f9327595a439726112872ffaf179fda47851a66cab7b0af37e5bb5a4d/luminoth-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "20efba7be311837fdd088f1a1b46d341", "sha256": "430d4927f392ade00b561b953da9b8527831aa247b40ec4115b8a8d236ab027b" }, "downloads": -1, "filename": "luminoth-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "20efba7be311837fdd088f1a1b46d341", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 210273, "upload_time": "2018-03-21T21:48:59", "url": "https://files.pythonhosted.org/packages/83/4b/61f4aaad4a412ddb330649b51c0fb929578d37d982257eca6cebb6398a19/luminoth-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5844a62df0ed6089a4d3f2b779b24d0", "sha256": "6a25377f63dc02d67811e7ac9897b34db1804b5965eade2526970208ead46526" }, "downloads": -1, "filename": "luminoth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f5844a62df0ed6089a4d3f2b779b24d0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 168756, "upload_time": "2018-03-21T21:49:01", "url": "https://files.pythonhosted.org/packages/39/a0/c81d3bdb66d194eb4d40463a7f6a8d3be4ac91c16f6d4a5a6789e590e51b/luminoth-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a465fa8c7060206d274e1ad35a622486", "sha256": "41da935c788dc02fc58b64776de25c38f70cca918442a0b829ece5eee9bf514c" }, "downloads": -1, "filename": "luminoth-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a465fa8c7060206d274e1ad35a622486", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 209476, "upload_time": "2018-04-17T19:12:11", "url": "https://files.pythonhosted.org/packages/16/1f/0f346b5481d0bec32034e645ba954864d95d58cc9ff371e4cfa3fd63ccdf/luminoth-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6c6d2d741c33e99e5c7bbf7ee40c628", "sha256": "0b88000904b0ca6e7d132160df40a9a547aa14055161a0de7d940352c434ea72" }, "downloads": -1, "filename": "luminoth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b6c6d2d741c33e99e5c7bbf7ee40c628", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 250462, "upload_time": "2018-04-17T19:12:12", "url": "https://files.pythonhosted.org/packages/6c/a1/7f72963b4862c35b1e72ffee4db4caed9daa7e955bab22be1d6fd2aa9a89/luminoth-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "41d347463edbaf54bf74724ab68b7fe1", "sha256": "c399212907b23216dac35efd37de1fbd6222ab397211259183c5186bb3728eed" }, "downloads": -1, "filename": "luminoth-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "41d347463edbaf54bf74724ab68b7fe1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 211761, "upload_time": "2018-06-26T16:22:02", "url": "https://files.pythonhosted.org/packages/d0/fe/b5218d30e6912ec229851a225060c80910b83cd378b2985422678cab624b/luminoth-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb395a1ed79b48244ff7a1b68eedcf3d", "sha256": "b9725d273646152e978bfe09c1b8b5df009ef47e86304a49ac49311cea7db674" }, "downloads": -1, "filename": "luminoth-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cb395a1ed79b48244ff7a1b68eedcf3d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 251716, "upload_time": "2018-06-26T16:22:04", "url": "https://files.pythonhosted.org/packages/ba/45/50eb20f3be3a28850c191a7001effa3128c518694debb7e53722dec36167/luminoth-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "86467e2fdeb25d746aa49ce16bbcc9ab", "sha256": "979d049c3ffac260d94db857d21c0356626cb4a52d5c43420d14a7e0f00a88bf" }, "downloads": -1, "filename": "luminoth-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86467e2fdeb25d746aa49ce16bbcc9ab", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 219339, "upload_time": "2018-08-24T18:35:00", "url": "https://files.pythonhosted.org/packages/6c/7e/fe08bcfa1a3b16a2a3879897746407b4f2402bb594b390cad60cebed2d51/luminoth-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e6974180999d2c54efd33de7eb68cd1", "sha256": "f65f1a45f9b9ce304dd14dfac9398ff4001f808060d5ff46d0c803496cb1b6a7" }, "downloads": -1, "filename": "luminoth-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0e6974180999d2c54efd33de7eb68cd1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 258721, "upload_time": "2018-08-24T18:35:01", "url": "https://files.pythonhosted.org/packages/5f/89/b9134122657a43239ee7118259e18100e2c761a1aeb9759fbf4bf784bb5a/luminoth-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a06c46a56f4e4c6e0afbbf96cf3c6deb", "sha256": "7d168de2431bcebc58cc843d2b560617fb4a46ada49a816b03b2608e76da5419" }, "downloads": -1, "filename": "luminoth-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a06c46a56f4e4c6e0afbbf96cf3c6deb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 220117, "upload_time": "2018-10-31T22:19:52", "url": "https://files.pythonhosted.org/packages/96/57/a3f6b6c491d7d123d6f0363061d32c9a9ea060a6d8f11e854c4daf2341e5/luminoth-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "439837e7100e2a64780d8b6e26a5295a", "sha256": "12846f005caa021a6e0c99db9b69cd221b37ce5bb5c3283880db5821c09e434c" }, "downloads": -1, "filename": "luminoth-0.2.1.tar.gz", "has_sig": false, "md5_digest": "439837e7100e2a64780d8b6e26a5295a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 259783, "upload_time": "2018-10-31T22:20:07", "url": "https://files.pythonhosted.org/packages/18/40/2feded5ac71ae1065c5d5732782895d106e3f8cb54bdb9d10fa98cf691e3/luminoth-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ac2e720ac1226d700edbc253505aafad", "sha256": "ff1ee8f0853438bff50a0a6328ac8f741591e1d0409aa458011e529263665ce2" }, "downloads": -1, "filename": "luminoth-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac2e720ac1226d700edbc253505aafad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 220592, "upload_time": "2018-11-07T21:34:39", "url": "https://files.pythonhosted.org/packages/5f/41/4962548cdcf90bcb981dc8356453c73ab68b8206371d73489df4377b7cd4/luminoth-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1a7ba46ee6515ff0bbd7a9025bedfbd", "sha256": "aee9d1e3ce7d5f555e908fe27682358e1586e4b8c32c37f4519c41ea81e5c8d4" }, "downloads": -1, "filename": "luminoth-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e1a7ba46ee6515ff0bbd7a9025bedfbd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 260248, "upload_time": "2018-11-07T21:34:41", "url": "https://files.pythonhosted.org/packages/58/f2/632792fa90151daab5c833d4ff5a29ef70a3e2dc62fbcc859548bc3f5499/luminoth-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "444b313ab9a5a32d79120e4cb38d2ca2", "sha256": "ba37d1647a13aa778b5db3985cf13bb7c02c74040c4a908090d094175dbe6270" }, "downloads": -1, "filename": "luminoth-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "444b313ab9a5a32d79120e4cb38d2ca2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 220591, "upload_time": "2018-11-09T21:35:17", "url": "https://files.pythonhosted.org/packages/12/ad/81860f57f2d7b5fa4c6182d28516b7f9b3a49518008df47a89384e8ff60d/luminoth-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98ce9ff420f0ed8f64f09b2454385fa9", "sha256": "ab9df088a8cee6a6225f06a8df6c6220e38af7ce86095ff85da97128a4c95928" }, "downloads": -1, "filename": "luminoth-0.2.3.tar.gz", "has_sig": false, "md5_digest": "98ce9ff420f0ed8f64f09b2454385fa9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 1912943, "upload_time": "2018-11-09T21:35:19", "url": "https://files.pythonhosted.org/packages/14/34/6f5280f63c4be03fb6b89c9ea534d836b9f31b1e47efc1b723f1a91d0fe0/luminoth-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "444b313ab9a5a32d79120e4cb38d2ca2", "sha256": "ba37d1647a13aa778b5db3985cf13bb7c02c74040c4a908090d094175dbe6270" }, "downloads": -1, "filename": "luminoth-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "444b313ab9a5a32d79120e4cb38d2ca2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 220591, "upload_time": "2018-11-09T21:35:17", "url": "https://files.pythonhosted.org/packages/12/ad/81860f57f2d7b5fa4c6182d28516b7f9b3a49518008df47a89384e8ff60d/luminoth-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98ce9ff420f0ed8f64f09b2454385fa9", "sha256": "ab9df088a8cee6a6225f06a8df6c6220e38af7ce86095ff85da97128a4c95928" }, "downloads": -1, "filename": "luminoth-0.2.3.tar.gz", "has_sig": false, "md5_digest": "98ce9ff420f0ed8f64f09b2454385fa9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 1912943, "upload_time": "2018-11-09T21:35:19", "url": "https://files.pythonhosted.org/packages/14/34/6f5280f63c4be03fb6b89c9ea534d836b9f31b1e47efc1b723f1a91d0fe0/luminoth-0.2.3.tar.gz" } ] }