{
"info": {
"author": "Pietro Barbiero and Giovanni Squillero",
"author_email": "cleisthenes.megacleos@gmail.com",
"bugtrack_url": null,
"classifiers": [],
"description": "LazyGrid\n========\n\n|Build|\n|Coverage|\n\n|Docs|\n|Dependendencies|\n\n|PyPI download total|\n|PyPI license|\n\n\n|PyPI-version|\n|Language|\n\n|Repo size|\n|Open issues|\n\n|Maintenance|\n|Contributors|\n\n|Followers|\n|Stars|\n\n\n\n.. |Build| image:: https://img.shields.io/travis/glubbdubdrib/lazygrid?label=Master%20Build&style=for-the-badge\n :alt: Travis (.org)\n :target: https://travis-ci.org/glubbdubdrib/lazygrid\n\n.. |Coverage| image:: https://img.shields.io/codecov/c/gh/glubbdubdrib/lazygrid?label=Test%20Coverage&style=for-the-badge\n :alt: Codecov\n :target: https://codecov.io/gh/glubbdubdrib/lazygrid\n\n.. |Docs| image:: https://img.shields.io/readthedocs/lazygrid/latest?style=for-the-badge\n :alt: Read the Docs (version)\n :target: https://lazygrid.readthedocs.io/en/latest/\n\n.. |Dependendencies| image:: https://img.shields.io/requires/github/glubbdubdrib/lazygrid?style=for-the-badge\n :alt: Requires.io\n :target: https://requires.io/github/glubbdubdrib/lazygrid/requirements/?branch=master\n\n.. |Repo size| image:: https://img.shields.io/github/repo-size/glubbdubdrib/lazygrid?style=for-the-badge\n :alt: GitHub repo size\n :target: https://github.com/glubbdubdrib/lazygrid\n\n.. |PyPI download total| image:: https://img.shields.io/pypi/dm/lazygrid?label=downloads&style=for-the-badge\n :alt: PyPI - Downloads\n :target: https://pypi.python.org/pypi/lazygrid/\n\n.. |Open issues| image:: https://img.shields.io/github/issues/glubbdubdrib/lazygrid?style=for-the-badge\n :alt: GitHub issues\n :target: https://github.com/glubbdubdrib/lazygrid\n\n.. |PyPI license| image:: https://img.shields.io/pypi/l/lazygrid.svg?style=for-the-badge\n :target: https://pypi.python.org/pypi/lazygrid/\n\n.. |Followers| image:: https://img.shields.io/github/followers/glubbdubdrib?style=social\n :alt: GitHub followers\n :target: https://github.com/glubbdubdrib/lazygrid\n\n.. |Stars| image:: https://img.shields.io/github/stars/glubbdubdrib/lazygrid?style=social\n :alt: GitHub stars\n :target: https://github.com/glubbdubdrib/lazygrid\n\n.. |PyPI-version| image:: https://img.shields.io/pypi/v/lazygrid?style=for-the-badge\n :alt: PyPI\n :target: https://pypi.python.org/pypi/lazygrid/\n\n.. |Contributors| image:: https://img.shields.io/github/contributors/glubbdubdrib/lazygrid?style=for-the-badge\n :alt: GitHub contributors\n :target: https://github.com/glubbdubdrib/lazygrid\n\n.. |Language| image:: https://img.shields.io/github/languages/top/glubbdubdrib/lazygrid?style=for-the-badge\n :alt: GitHub top language\n :target: https://github.com/glubbdubdrib/lazygrid\n\n.. |Maintenance| image:: https://img.shields.io/maintenance/yes/2019?style=for-the-badge\n :alt: Maintenance\n :target: https://github.com/glubbdubdrib/lazygrid\n\n\n\nLazyGrid is a python package providing an automatic, efficient and flexible\nimplementation of complex machine learning pipeline generation and cross-validation.\n\nBefore fitting a model or a pipeline step, LazyGrid checks inside an internal\nSQLite database if the model has already been fitted. If the model is found,\nit won't be fitted again.\n\nDocumentation for the\n`latest stable version `__\nis available on ReadTheDocs.\n\n\nTable Of Contents\n------------------\n\n- `Getting Started <#getting-started>`__\n- `Documentation <#documentation>`__\n- `Running tests <#running-tests>`__\n- `Contributing <#contributing>`__\n- `Authors <#authors>`__\n- `Licence <#licence>`__\n\nGetting Started\n---------------\n\nYou can install LazyGrid along with all its dependencies from\n`PyPI `__:\n\n.. code:: bash\n\n $ pip install -r requirements.txt lazygrid\n\nor from source code:\n\n.. code:: bash\n\n $ git clone https://github.com/glubbdubdrib/lazygrid.git\n $ cd ./lazygrid\n $ pip install -r requirements.txt .\n\nLazyGrid is compatible with Python 3.5 and above.\n\n\nDocumentation\n-------------\n\nDocumentation for the\n`latest stable version `__\nis available on ReadTheDocs.\n\n\nRunning tests\n-------------\n\nYou can run all unittests from command line by using python:\n\n.. code:: bash\n\n $ python -m unittest discover\n\nor coverage:\n\n.. code:: bash\n\n $ coverage run -m unittest discover\n\n\nContributing\n------------\n\nPlease read\n`Contributing.md `__\nfor details on our code of conduct, and the process for submitting pull requests to us.\n\n\nAuthors\n-------\n\n* Pietro Barbiero - Mathematical engineer - `GitHub `__\n* Giovanni Squillero - Professor of computer science at Politecnico di Torino - `GitHub `__\n\nLicence\n-------\n\nCopyright 2019 Pietro Barbiero and Giovanni Squillero.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may\nnot use this file except in compliance with the License. You may obtain\na copy of the License at: http://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n",
"description_content_type": "text/x-rst",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/glubbdubdrib/lazygrid",
"keywords": "",
"license": "Apache 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "lazygrid",
"package_url": "https://pypi.org/project/lazygrid/",
"platform": "",
"project_url": "https://pypi.org/project/lazygrid/",
"project_urls": {
"Homepage": "https://github.com/glubbdubdrib/lazygrid"
},
"release_url": "https://pypi.org/project/lazygrid/5.0.6/",
"requires_dist": null,
"requires_python": "",
"summary": "LazyGrid: Automatic, efficient and flexible implementation of complex machine learning pipeline generation and cross-validation.",
"version": "5.0.6",
"yanked": false,
"yanked_reason": null
},
"last_serial": 10978759,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "093c950314429071b28b33403ca3c0f6",
"sha256": "c074be4c26d2e045d9fb71f2141309ba1b8ffcc5740b37f5b3254cc59e1f9e3d"
},
"downloads": -1,
"filename": "lazygrid-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "093c950314429071b28b33403ca3c0f6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 30602,
"upload_time": "2019-10-28T09:32:10",
"upload_time_iso_8601": "2019-10-28T09:32:10.637427Z",
"url": "https://files.pythonhosted.org/packages/f1/2c/6397b0d95e09fc0e9c5f7b6603dbdf267c65fe12a52710ed4890aa5849c0/lazygrid-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "e4a9ee2fc0a32c68e7e3c4ed266e6d94",
"sha256": "a5b57bb1f780afb3b48443a76ff5296e22cbd98c283e0382af7c8f952c503a1b"
},
"downloads": -1,
"filename": "lazygrid-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e4a9ee2fc0a32c68e7e3c4ed266e6d94",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25083,
"upload_time": "2019-10-28T09:32:12",
"upload_time_iso_8601": "2019-10-28T09:32:12.878983Z",
"url": "https://files.pythonhosted.org/packages/75/25/feb55575a8f3eb5c4d9b71493582b53cbcd75db87acce7b55085cfacf31c/lazygrid-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "908ea87acb6419985651270f3ddb69aa",
"sha256": "0ca196b2d8bb3c054b649d87095aad4be24b57e602631f49be000f9b8f245e1d"
},
"downloads": -1,
"filename": "lazygrid-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "908ea87acb6419985651270f3ddb69aa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 30465,
"upload_time": "2019-10-28T19:53:56",
"upload_time_iso_8601": "2019-10-28T19:53:56.837666Z",
"url": "https://files.pythonhosted.org/packages/d3/31/1d86045125697fdfe239a2bc37256dc6eb951d2fa555899b8c7a16b407d6/lazygrid-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "896cffc9a43230d542b7a501cfe9c903",
"sha256": "19c0c9a948aace2a89240083d4d205fe95b2fffb2dd99860424b3a8ea7d90b24"
},
"downloads": -1,
"filename": "lazygrid-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "896cffc9a43230d542b7a501cfe9c903",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24938,
"upload_time": "2019-10-28T19:53:58",
"upload_time_iso_8601": "2019-10-28T19:53:58.693062Z",
"url": "https://files.pythonhosted.org/packages/e5/aa/95a7517eb3d1a3ef9fade1a4d7b02a91acaed17b164b327b89880b6ea7c6/lazygrid-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "c914993832f050c9f4b8ecfbf8ce794c",
"sha256": "b8ee6221c743f8c2967497a2eb252e8130012d36775942df9e8db2ff16c78246"
},
"downloads": -1,
"filename": "lazygrid-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c914993832f050c9f4b8ecfbf8ce794c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 30466,
"upload_time": "2019-10-28T20:10:59",
"upload_time_iso_8601": "2019-10-28T20:10:59.318514Z",
"url": "https://files.pythonhosted.org/packages/77/fc/000223acf1b1f5bd970065dd3ab70731fd2d0a541dab966f451ce364bb4c/lazygrid-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "eea16a0eea2763e4f204b53920e65264",
"sha256": "4d22803524e2f774a5d611dc0b733e6813d7405612ef53e11c234ebb6a9c6bef"
},
"downloads": -1,
"filename": "lazygrid-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "eea16a0eea2763e4f204b53920e65264",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24939,
"upload_time": "2019-10-28T20:11:01",
"upload_time_iso_8601": "2019-10-28T20:11:01.321344Z",
"url": "https://files.pythonhosted.org/packages/9b/ff/b2ffbfbef73a671ce8683f8b0ab1ac570111c3756b3592acca98b8b914b7/lazygrid-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "bcb4d5790579cd31bbd4e29d3753874a",
"sha256": "372b85dc57ce91ae7b52250b82780153bb53df48fe11eb9dd83855aae6f8fd8f"
},
"downloads": -1,
"filename": "lazygrid-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bcb4d5790579cd31bbd4e29d3753874a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 31919,
"upload_time": "2019-10-28T22:49:28",
"upload_time_iso_8601": "2019-10-28T22:49:28.626886Z",
"url": "https://files.pythonhosted.org/packages/df/23/11ccd113ad53c16bf94f62db908bd59d9a8f857485e8259a66e4354e6828/lazygrid-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "e5c4f490cb15502a8541567cfc16c941",
"sha256": "adfebbf75ce079b3f73e4b4894bdecde3706ab2dc25b2398193570dd4880db47"
},
"downloads": -1,
"filename": "lazygrid-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "e5c4f490cb15502a8541567cfc16c941",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26610,
"upload_time": "2019-10-28T22:49:30",
"upload_time_iso_8601": "2019-10-28T22:49:30.696247Z",
"url": "https://files.pythonhosted.org/packages/8c/dd/6d2cebe24f808e4a0813034be692e90f4e23a3457c08e8c1d77b2c6f0336/lazygrid-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "ba99eb97c6a531b7b414fd70b04510be",
"sha256": "90b784f92fc0ecfb35afad6407a2c4686886468f036a0f1caf129c1dadf5f452"
},
"downloads": -1,
"filename": "lazygrid-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ba99eb97c6a531b7b414fd70b04510be",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 31909,
"upload_time": "2019-10-29T08:15:25",
"upload_time_iso_8601": "2019-10-29T08:15:25.615991Z",
"url": "https://files.pythonhosted.org/packages/9e/58/13be278b4a2d13074e8ac2e36136a62b22532ca7f27ce4a44316d35379da/lazygrid-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "dc90e4bc8d6f59fb193d3ebd9e722c17",
"sha256": "a01f4910af748218c58a846e3b8a162f2387945eb3f5dcfb2e4bfbf74b668545"
},
"downloads": -1,
"filename": "lazygrid-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "dc90e4bc8d6f59fb193d3ebd9e722c17",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 29972,
"upload_time": "2019-10-29T08:15:27",
"upload_time_iso_8601": "2019-10-29T08:15:27.183340Z",
"url": "https://files.pythonhosted.org/packages/3d/1c/a2c02e912360aa9b11050259da8e134f6637746859fd4691a04fc3678955/lazygrid-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "740ae34ae591c021a50468f67e351d95",
"sha256": "198e060c57848669d88f3a688751302f19dae452ef98a9a51a3e1a520f868197"
},
"downloads": -1,
"filename": "lazygrid-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "740ae34ae591c021a50468f67e351d95",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 34581,
"upload_time": "2019-10-31T15:24:45",
"upload_time_iso_8601": "2019-10-31T15:24:45.431243Z",
"url": "https://files.pythonhosted.org/packages/7c/e2/9c5922c1f80f4d6555fa0f5052e1350aec5b52fd2ab05420cf40f4393150/lazygrid-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "16cea519a0690d164ba15fb2dd906832",
"sha256": "9b6d3aa17e6baedac8695e2f2ec7e0d979ba805a83e2e5fc67dfeeba3cdb863a"
},
"downloads": -1,
"filename": "lazygrid-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "16cea519a0690d164ba15fb2dd906832",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32111,
"upload_time": "2019-10-31T15:24:47",
"upload_time_iso_8601": "2019-10-31T15:24:47.054783Z",
"url": "https://files.pythonhosted.org/packages/39/04/097bda0ae632098ebc42860dfb81ba9861cec69a6962567232873d26e1cf/lazygrid-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"2.0.0": [
{
"comment_text": "",
"digests": {
"md5": "11f3a1edef0cfe176e65647349bc7970",
"sha256": "b731f4c321c68343702644bba4bbedcb5cf3eca2596d11d8376b23d4d1adaa26"
},
"downloads": -1,
"filename": "lazygrid-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "11f3a1edef0cfe176e65647349bc7970",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 36077,
"upload_time": "2019-11-10T10:12:49",
"upload_time_iso_8601": "2019-11-10T10:12:49.881505Z",
"url": "https://files.pythonhosted.org/packages/70/5b/02c77908a935defc2884295043157477f180a6c60b65a1a42b12ca713f84/lazygrid-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "b5fc437d3a2ffb09a21029bccc019aeb",
"sha256": "5ce26f7f345533cfce09606e2c9830e89530aeb1a0328bf30bc44dea5167a428"
},
"downloads": -1,
"filename": "lazygrid-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b5fc437d3a2ffb09a21029bccc019aeb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34192,
"upload_time": "2019-11-10T10:12:51",
"upload_time_iso_8601": "2019-11-10T10:12:51.940930Z",
"url": "https://files.pythonhosted.org/packages/7e/ed/3fad7ca9dfbf599c75e3353dcb8fe9af6c72ad1e952e7b31f806d35b053c/lazygrid-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"2.0.1": [
{
"comment_text": "",
"digests": {
"md5": "d046cdafd85256642d095d4e93e46a42",
"sha256": "c74a2bb9e1bfdc6aaecd5e503e4163deb1c60d6499620eb26888096b8e05d4ea"
},
"downloads": -1,
"filename": "lazygrid-2.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d046cdafd85256642d095d4e93e46a42",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 36070,
"upload_time": "2019-11-10T17:31:32",
"upload_time_iso_8601": "2019-11-10T17:31:32.186268Z",
"url": "https://files.pythonhosted.org/packages/df/f7/defcc13f5f7a0b70da124a97b28fb1d0953818325d4a452e130a8b8f6e09/lazygrid-2.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "c9487e7c2adc18297834081351a7dc66",
"sha256": "86b550f8577284721838696900c32200c05f0a09477aaa122f2abba87b7cf380"
},
"downloads": -1,
"filename": "lazygrid-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "c9487e7c2adc18297834081351a7dc66",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 33736,
"upload_time": "2019-11-10T17:31:33",
"upload_time_iso_8601": "2019-11-10T17:31:33.922788Z",
"url": "https://files.pythonhosted.org/packages/7e/63/319145d32e216ffb8b32ba7fecd736cfc7a124560d4ca20f0ff6aaaa79c5/lazygrid-2.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"2.0.2": [
{
"comment_text": "",
"digests": {
"md5": "fd72b15b51b7dcc33ef8a89b679a70ca",
"sha256": "8af4c5052bb02edd0c2bd03952f458a99fa6728c5d8df5f7129573046f4785d6"
},
"downloads": -1,
"filename": "lazygrid-2.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fd72b15b51b7dcc33ef8a89b679a70ca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 36081,
"upload_time": "2019-11-12T09:28:06",
"upload_time_iso_8601": "2019-11-12T09:28:06.242595Z",
"url": "https://files.pythonhosted.org/packages/b3/9a/9cb182e15c320474fab8151443095021e330bc586c39d19d95ce6b07c536/lazygrid-2.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "507228ff881936286a6f5fe11cbb60ff",
"sha256": "7c7257f8bee383e4ee0ed0d22424877da4c52fad11ef0b55a73c9a588126c3ce"
},
"downloads": -1,
"filename": "lazygrid-2.0.2.tar.gz",
"has_sig": false,
"md5_digest": "507228ff881936286a6f5fe11cbb60ff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 33732,
"upload_time": "2019-11-12T09:28:08",
"upload_time_iso_8601": "2019-11-12T09:28:08.597078Z",
"url": "https://files.pythonhosted.org/packages/ef/a3/46d92a9122f4e9eac2b4a4063559d7a6e5100a24935349c2f0e63607626a/lazygrid-2.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"2.0.3": [
{
"comment_text": "",
"digests": {
"md5": "3e47a3380bb2c37f59603747a34929bd",
"sha256": "15313616bb5c0be4a4a023e7b5b75a973966e36d56ab89ea54bceffbf8ce77f1"
},
"downloads": -1,
"filename": "lazygrid-2.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3e47a3380bb2c37f59603747a34929bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 37086,
"upload_time": "2019-11-13T23:08:46",
"upload_time_iso_8601": "2019-11-13T23:08:46.553737Z",
"url": "https://files.pythonhosted.org/packages/c0/4c/b23ac70e418da7301f8d2237e95c1e4ecca2bd28113485811ed89d7d7663/lazygrid-2.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "415aa29d80c31cc2767c3ebfeb360176",
"sha256": "50717d9ebd2e9bdbe9b961b27d2432ae6b0a8545f3848c0e87fde632cf5f2faf"
},
"downloads": -1,
"filename": "lazygrid-2.0.3.tar.gz",
"has_sig": false,
"md5_digest": "415aa29d80c31cc2767c3ebfeb360176",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 36467,
"upload_time": "2019-11-13T23:08:48",
"upload_time_iso_8601": "2019-11-13T23:08:48.842324Z",
"url": "https://files.pythonhosted.org/packages/7c/5f/e36eb077fce91835ddb8e5d15e2a1c993997d2c808b3e3d0ee9942982ae9/lazygrid-2.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"2.1.0": [
{
"comment_text": "",
"digests": {
"md5": "c0b5254959f8de7193f211cd1d01b3a5",
"sha256": "ca7a6fac1e6e3f2f764d4b6e953e6232d96027e4ac6147e8d07f2250534d99d4"
},
"downloads": -1,
"filename": "lazygrid-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c0b5254959f8de7193f211cd1d01b3a5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 37196,
"upload_time": "2019-11-14T15:44:49",
"upload_time_iso_8601": "2019-11-14T15:44:49.547406Z",
"url": "https://files.pythonhosted.org/packages/b9/ab/f5aef7b466ffe7045e68705a46e461ea1977d4073c7c8b51c07befc70ff5/lazygrid-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "e63235a12773674090ff4c079c585a4d",
"sha256": "e71699f2b6ea29712c91baf6e7242215a338a9369de5922c84b1269dc921f1e1"
},
"downloads": -1,
"filename": "lazygrid-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e63235a12773674090ff4c079c585a4d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 36807,
"upload_time": "2019-11-14T15:44:51",
"upload_time_iso_8601": "2019-11-14T15:44:51.669936Z",
"url": "https://files.pythonhosted.org/packages/05/3a/e74f1cb7cadde74e0a288a923f5f388ece2d83a83df1c82b92781b69b813/lazygrid-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"3.0.0": [
{
"comment_text": "",
"digests": {
"md5": "819024c5e959490131a3eccb93aa9b7e",
"sha256": "11243c9b5c48e4f2c1fac47f3e9c8c2c2d30a834dc230c0337c664329298f924"
},
"downloads": -1,
"filename": "lazygrid-3.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "819024c5e959490131a3eccb93aa9b7e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 39579,
"upload_time": "2019-11-19T23:10:37",
"upload_time_iso_8601": "2019-11-19T23:10:37.855517Z",
"url": "https://files.pythonhosted.org/packages/a1/a7/97b805ea5c5a087f691da5e338d6f043e7a08cd6fa655408e224d8bd3de0/lazygrid-3.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "1072fe3ee717695308f1f8ae272404af",
"sha256": "39961b2e48c26e4dab8064c3a1fd4ae156d305dab4b52e6e1125f93c21a0492e"
},
"downloads": -1,
"filename": "lazygrid-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "1072fe3ee717695308f1f8ae272404af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38964,
"upload_time": "2019-11-19T23:10:39",
"upload_time_iso_8601": "2019-11-19T23:10:39.849412Z",
"url": "https://files.pythonhosted.org/packages/a6/5e/bfbaae81da2408f185579db8a49b62ec10233513ba5fca82e400fce321fa/lazygrid-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"3.0.1": [
{
"comment_text": "",
"digests": {
"md5": "806b924f3a290d28a5d95b48e22ee2bc",
"sha256": "50c6890c5f35a17ac1f0f497384f79e3523ede6f50e02adbe2c9e025965fcc22"
},
"downloads": -1,
"filename": "lazygrid-3.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "806b924f3a290d28a5d95b48e22ee2bc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 39582,
"upload_time": "2019-11-20T20:47:49",
"upload_time_iso_8601": "2019-11-20T20:47:49.120512Z",
"url": "https://files.pythonhosted.org/packages/c7/e2/5296c8e552b35e2061e40c211d80048940df677ebee340803d8dff8b4958/lazygrid-3.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "8703a5f85a483c7e0462884246ce8954",
"sha256": "7678bf12c1aab7d4e38ff2c2cd25deda777383bd669d874feef831dfdafa9c83"
},
"downloads": -1,
"filename": "lazygrid-3.0.1.tar.gz",
"has_sig": false,
"md5_digest": "8703a5f85a483c7e0462884246ce8954",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38999,
"upload_time": "2019-11-20T20:47:51",
"upload_time_iso_8601": "2019-11-20T20:47:51.450365Z",
"url": "https://files.pythonhosted.org/packages/10/f1/740b6818cec7bc294922666208a01539cebbb78908fde61cdaa0828afed6/lazygrid-3.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"4.0.0": [
{
"comment_text": "",
"digests": {
"md5": "183c6c81452a3a6b8d620b74ef1f5c35",
"sha256": "cc5d68e9b78756364e831ca91f2e42d0b441f8fad21008d5a5896b4be0e9e717"
},
"downloads": -1,
"filename": "lazygrid-4.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "183c6c81452a3a6b8d620b74ef1f5c35",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 40005,
"upload_time": "2019-11-29T09:29:27",
"upload_time_iso_8601": "2019-11-29T09:29:27.584448Z",
"url": "https://files.pythonhosted.org/packages/2e/f6/93bd37b6f25c7381ec57c79398be1280c1023dfefe90f77c8cf53eeced1c/lazygrid-4.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "e1214d56a79898afc49737da930873c4",
"sha256": "1203e272237aa8867e2bfc7fbfc8e898748d4b1e854e8b355bd6fa0c4ab3e556"
},
"downloads": -1,
"filename": "lazygrid-4.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e1214d56a79898afc49737da930873c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 39059,
"upload_time": "2019-11-29T09:29:29",
"upload_time_iso_8601": "2019-11-29T09:29:29.633055Z",
"url": "https://files.pythonhosted.org/packages/45/94/7651896f93a2242aa548421c26e94537f74eed70aa6ad302816971696309/lazygrid-4.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"4.1.0": [
{
"comment_text": "",
"digests": {
"md5": "07123100918e613514c7cd78bb91625c",
"sha256": "24e06e80bec73fc989d056af2ffc284ab8cafe9145264fa45169013e23360633"
},
"downloads": -1,
"filename": "lazygrid-4.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "07123100918e613514c7cd78bb91625c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 39957,
"upload_time": "2019-12-02T13:12:00",
"upload_time_iso_8601": "2019-12-02T13:12:00.881726Z",
"url": "https://files.pythonhosted.org/packages/37/06/8066d5950f9b169afd7919104b09484b44c732b3bc41eaa2b3f6b8a0db27/lazygrid-4.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7ca7cc8c087dae4766aa439c64639362",
"sha256": "96f6e961f753aae967d323306c297eceb5d40ff6913211158aa66394ad6e4a32"
},
"downloads": -1,
"filename": "lazygrid-4.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7ca7cc8c087dae4766aa439c64639362",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38838,
"upload_time": "2019-12-02T13:12:02",
"upload_time_iso_8601": "2019-12-02T13:12:02.839020Z",
"url": "https://files.pythonhosted.org/packages/24/6c/5bf1bec13254d388a1d381aaf28dbedaefde5b652d7c32a3e9944ccf7743/lazygrid-4.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"5.0.0": [
{
"comment_text": "",
"digests": {
"md5": "d896bf0fe380321fc7cc5c4f772db72c",
"sha256": "82e79a3634062351b0aa64d9d14d66ba78c001f66433af7b9fe44450f3a59da6"
},
"downloads": -1,
"filename": "lazygrid-5.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d896bf0fe380321fc7cc5c4f772db72c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25387,
"upload_time": "2019-12-08T11:29:45",
"upload_time_iso_8601": "2019-12-08T11:29:45.178257Z",
"url": "https://files.pythonhosted.org/packages/6f/03/5c27b57a8a1bd8ce07bfddf97422fbfb10c87e401a5a3f352ebe0840134e/lazygrid-5.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "e597eb2b641b3ed2801e0d80d17f7060",
"sha256": "a5b9750f631e03be2d5337d3e5f12fb93ecd7e8ab3b36b41a69b41dc0fdcbee2"
},
"downloads": -1,
"filename": "lazygrid-5.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e597eb2b641b3ed2801e0d80d17f7060",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21278,
"upload_time": "2019-12-08T11:29:46",
"upload_time_iso_8601": "2019-12-08T11:29:46.918496Z",
"url": "https://files.pythonhosted.org/packages/cf/cb/d718e3dbe7d4439af97c6613387221d224de51fda2ef187d9b1b632e4df1/lazygrid-5.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"5.0.1": [
{
"comment_text": "",
"digests": {
"md5": "2b01e5c1cb98b7d4b837e2e664537225",
"sha256": "670395becccc992e5fd14a19466905480225a6ad6275efe48f7035d04d21766e"
},
"downloads": -1,
"filename": "lazygrid-5.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b01e5c1cb98b7d4b837e2e664537225",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25491,
"upload_time": "2019-12-10T16:11:48",
"upload_time_iso_8601": "2019-12-10T16:11:48.122785Z",
"url": "https://files.pythonhosted.org/packages/e1/53/cc9dd77be7a290e644f8e1831f13e1f0feb9c8ca448bec03d612b51f78af/lazygrid-5.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2dc6d2dc81842f08ce1ec2b0314cb6bf",
"sha256": "5a54c3d72514e889290f121a0497610a4aff14bc68c2f4d651224d56181d2018"
},
"downloads": -1,
"filename": "lazygrid-5.0.1.tar.gz",
"has_sig": false,
"md5_digest": "2dc6d2dc81842f08ce1ec2b0314cb6bf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21429,
"upload_time": "2019-12-10T16:11:50",
"upload_time_iso_8601": "2019-12-10T16:11:50.490745Z",
"url": "https://files.pythonhosted.org/packages/f3/d5/4efec1cd1407ab6d4973971345bdedc70b0fc7046e6775e4fcc3d4af0e38/lazygrid-5.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"5.0.2": [
{
"comment_text": "",
"digests": {
"md5": "35fedc07d4f7bccfcfa3733adc769367",
"sha256": "eaeef18daf3117be69bb3ca8f190cb71b3ce3d5c1e3d05997270f579875f7787"
},
"downloads": -1,
"filename": "lazygrid-5.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "35fedc07d4f7bccfcfa3733adc769367",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 21280,
"upload_time": "2019-12-12T16:03:31",
"upload_time_iso_8601": "2019-12-12T16:03:31.930987Z",
"url": "https://files.pythonhosted.org/packages/6c/8d/5c857bdbed950a5bff695233ca7eb432396b01b28943bc78525b48401d0d/lazygrid-5.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "a68c31b89097cc41c12ea6329fed89d1",
"sha256": "408ef3c0c4e2755a2c3cd7028a88aafd9f5fae7aa549411dbb5ca780176b40d4"
},
"downloads": -1,
"filename": "lazygrid-5.0.2.tar.gz",
"has_sig": false,
"md5_digest": "a68c31b89097cc41c12ea6329fed89d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20015,
"upload_time": "2019-12-12T16:03:34",
"upload_time_iso_8601": "2019-12-12T16:03:34.585964Z",
"url": "https://files.pythonhosted.org/packages/8a/ff/25193b01013e0151fa5f32a5b03cf01dde36e7662df7fa876db277005a5a/lazygrid-5.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"5.0.3": [
{
"comment_text": "",
"digests": {
"md5": "c6daa7e5b935034f81f4710453c9ded5",
"sha256": "08f883711ab1e7a0d3f55ff812a25b8d7dfebad3a5f713bab54417641d0f7c39"
},
"downloads": -1,
"filename": "lazygrid-5.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c6daa7e5b935034f81f4710453c9ded5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25441,
"upload_time": "2019-12-14T13:29:51",
"upload_time_iso_8601": "2019-12-14T13:29:51.851118Z",
"url": "https://files.pythonhosted.org/packages/48/61/44575b9eae977147804081ab98f0c7b0219753bc206846e59a72b115dda7/lazygrid-5.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7574e039b27955aa0894c5fc8c61920a",
"sha256": "72481e1422fd119cfc729672a542adf25d1197239fb822caadafeb8d69663d17"
},
"downloads": -1,
"filename": "lazygrid-5.0.3.tar.gz",
"has_sig": false,
"md5_digest": "7574e039b27955aa0894c5fc8c61920a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21438,
"upload_time": "2019-12-14T13:29:53",
"upload_time_iso_8601": "2019-12-14T13:29:53.544704Z",
"url": "https://files.pythonhosted.org/packages/de/82/cba43b69d7a03054918e41f469db5a3ebd85070be522d2df7d7615fb6155/lazygrid-5.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"5.0.4": [
{
"comment_text": "",
"digests": {
"md5": "3034ed974992f81e2f452facf6d8c5e0",
"sha256": "73a43ecdd5205e0190826df16aa66d27dd0c437922a6b9e4cd9b606de37ca365"
},
"downloads": -1,
"filename": "lazygrid-5.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3034ed974992f81e2f452facf6d8c5e0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25473,
"upload_time": "2020-01-09T10:50:31",
"upload_time_iso_8601": "2020-01-09T10:50:31.402744Z",
"url": "https://files.pythonhosted.org/packages/f4/26/c3882f79bfcd1ea592e395aa50429b1ed46f84e89181937ad5ca8bc54f74/lazygrid-5.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "6b6844d6f146e54082526561d8061688",
"sha256": "df35507ef13e5c277e3a7a41b6b578c981e766f9f62a608a40cb8564dd6cc0d0"
},
"downloads": -1,
"filename": "lazygrid-5.0.4.tar.gz",
"has_sig": false,
"md5_digest": "6b6844d6f146e54082526561d8061688",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21462,
"upload_time": "2020-01-09T10:50:33",
"upload_time_iso_8601": "2020-01-09T10:50:33.085874Z",
"url": "https://files.pythonhosted.org/packages/50/d9/e799b8cf797a77f95e42d9bcf7163bc09d953a993d0399df127a09eb1510/lazygrid-5.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"5.0.5": [
{
"comment_text": "",
"digests": {
"md5": "8a65979d785d3e86ef03d81717883716",
"sha256": "923820fa0cca5c96c48a591ef4c77aa511aebdfc04cd3a59528306f18415bd69"
},
"downloads": -1,
"filename": "lazygrid-5.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8a65979d785d3e86ef03d81717883716",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25470,
"upload_time": "2021-07-22T15:10:51",
"upload_time_iso_8601": "2021-07-22T15:10:51.611402Z",
"url": "https://files.pythonhosted.org/packages/61/e2/ad99ae22f11347d6b22e82a59fd2f9788ba75d87b5b6c8025b207fc9723c/lazygrid-5.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "ade5ae7009c85462cd1acfca036d9edf",
"sha256": "ef1d59557f30ca7cb12eb16992c8de231f77255b72d88e7a39c73961681685eb"
},
"downloads": -1,
"filename": "lazygrid-5.0.5.tar.gz",
"has_sig": false,
"md5_digest": "ade5ae7009c85462cd1acfca036d9edf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21874,
"upload_time": "2021-07-22T15:10:53",
"upload_time_iso_8601": "2021-07-22T15:10:53.760280Z",
"url": "https://files.pythonhosted.org/packages/f0/d0/d7c687994c40b3c9952e076caff6a0be6d71663251ec1a64a2e332f35161/lazygrid-5.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"5.0.6": [
{
"comment_text": "",
"digests": {
"md5": "7357175d6ffda71ef9f779dc2d9a8f23",
"sha256": "6897e9a606500854dd406cfc9fe022d8cf337b2fa15c2112b3c3a65fc46fbe4b"
},
"downloads": -1,
"filename": "lazygrid-5.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7357175d6ffda71ef9f779dc2d9a8f23",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25484,
"upload_time": "2021-07-22T16:00:22",
"upload_time_iso_8601": "2021-07-22T16:00:22.630079Z",
"url": "https://files.pythonhosted.org/packages/20/e5/92aca1b7dc82a2885692f0e153191cc96a4cb2aa7415659059834512bc0a/lazygrid-5.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "fdbc24483ded9f28b774f9c85705720a",
"sha256": "504c873ca07cf902dff0eaa1422ad78f296a241dfec5c1c94dd4750530fc4080"
},
"downloads": -1,
"filename": "lazygrid-5.0.6.tar.gz",
"has_sig": false,
"md5_digest": "fdbc24483ded9f28b774f9c85705720a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21895,
"upload_time": "2021-07-22T16:00:24",
"upload_time_iso_8601": "2021-07-22T16:00:24.786783Z",
"url": "https://files.pythonhosted.org/packages/62/59/b4132b31ada580573c71db9f49555afad6dd4bf33282ce642508876f050f/lazygrid-5.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "7357175d6ffda71ef9f779dc2d9a8f23",
"sha256": "6897e9a606500854dd406cfc9fe022d8cf337b2fa15c2112b3c3a65fc46fbe4b"
},
"downloads": -1,
"filename": "lazygrid-5.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7357175d6ffda71ef9f779dc2d9a8f23",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25484,
"upload_time": "2021-07-22T16:00:22",
"upload_time_iso_8601": "2021-07-22T16:00:22.630079Z",
"url": "https://files.pythonhosted.org/packages/20/e5/92aca1b7dc82a2885692f0e153191cc96a4cb2aa7415659059834512bc0a/lazygrid-5.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "fdbc24483ded9f28b774f9c85705720a",
"sha256": "504c873ca07cf902dff0eaa1422ad78f296a241dfec5c1c94dd4750530fc4080"
},
"downloads": -1,
"filename": "lazygrid-5.0.6.tar.gz",
"has_sig": false,
"md5_digest": "fdbc24483ded9f28b774f9c85705720a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21895,
"upload_time": "2021-07-22T16:00:24",
"upload_time_iso_8601": "2021-07-22T16:00:24.786783Z",
"url": "https://files.pythonhosted.org/packages/62/59/b4132b31ada580573c71db9f49555afad6dd4bf33282ce642508876f050f/lazygrid-5.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"vulnerabilities": []
}