{ "info": { "author": "Ladybug Tools", "author_email": "info@ladybug.tools", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython" ], "description": "\n![Ladybug](http://www.ladybug.tools/assets/img/ladybug.png)\n\n\n[![Build Status](https://travis-ci.com/ladybug-tools/ladybug.svg?branch=master)](https://travis-ci.com/ladybug-tools/ladybug-comfort)\n[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/ladybug-comfort/badge.svg)](https://coveralls.io/github/ladybug-tools/ladybug-comfort)\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)\n\n# ladybug-comfort\n\nLadybug-comfort is a Python library that adds thermal comfort functionalities to\n[ladybug-core](https://github.com/ladybug-tools/ladybug/).\n\n## [API Documentation](https://www.ladybug.tools/ladybug-comfort/docs/)\n\n## Installation\n\n`pip install ladybug-comfort`\n\n## Usage\n\n```\n\"\"\"Get the percentage of time outdoor conditions are comfortable with/without sun + wind\"\"\"\nfrom ladybug.epw import EPW\nfrom ladybug_comfort.collection.utci import UTCI\n\nepw_file_path = './tests/epw/chicago.epw'\nepw = EPW(epw_file_path)\nutci_obj_exposed = UTCI.from_epw(epw, include_wind=True, include_sun=True)\nutci_obj_protected = UTCI.from_epw(epw, include_wind=False, include_sun=False)\n\nprint(utci_obj_exposed.percent_neutral) # comfortable percent of time with sun + wind\nprint(utci_obj_protected.percent_neutral) # comfortable percent of time without sun + wind\n```\n\n### derivative work\n\nLadybug-comfort is a derivative work of the following software projects:\n\n* [CBE Comfort Tool](https://github.com/CenterForTheBuiltEnvironment/comfort_tool) for indoor thermal comfort calculations. Available under GPL.\n* [UTCI Fortran Code](http://www.utci.org/utci_doku.php) for outdoor thermal comfort calculations. Available under MIT.\n\nApplicable copyright notices for these works can be found within the relevant .py files.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ladybug-tools/ladybug-comfort", "keywords": "", "license": "AGPL-3.0", "maintainer": "", "maintainer_email": "", "name": "ladybug-comfort", "package_url": "https://pypi.org/project/ladybug-comfort/", "platform": null, "project_url": "https://pypi.org/project/ladybug-comfort/", "project_urls": { "Homepage": "https://github.com/ladybug-tools/ladybug-comfort" }, "release_url": "https://pypi.org/project/ladybug-comfort/0.15.14/", "requires_dist": [ "ladybug-core (==0.39.55)" ], "requires_python": "", "summary": "Ladybug comfort is a Python library that adds thermal comfort functionalities to Ladybug.", "version": "0.15.14", "yanked": false, "yanked_reason": null }, "last_serial": 13797074, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e146a02d9c31fea4bf009fe30de9fd59", "sha256": "5b36ad9a5126529f80e1a7ad0727c6ff490d8af51546f9d7bd7c71db3a9367a2" }, "downloads": -1, "filename": "ladybug_comfort-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e146a02d9c31fea4bf009fe30de9fd59", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 53710, "upload_time": "2019-03-07T14:49:12", "upload_time_iso_8601": "2019-03-07T14:49:12.678789Z", "url": "https://files.pythonhosted.org/packages/bb/fd/87f4d8c08e0fa589bbfd53e58348c9e164a7f0afaf1a1f0c1bb04e68c235/ladybug_comfort-0.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b147342f3d5b72ca7bedb491841ed1c", "sha256": "c3b5cc728b31382d822dca3839dba6d4dea4164bc08b709d1f5d8eb015bacdd3" }, "downloads": -1, "filename": "ladybug-comfort-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3b147342f3d5b72ca7bedb491841ed1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34408, "upload_time": "2019-03-07T14:49:15", "upload_time_iso_8601": "2019-03-07T14:49:15.024770Z", "url": "https://files.pythonhosted.org/packages/60/6b/bbe9dc68422438c3931ea3494d2abcdd592847740a2286b3f21fc995877c/ladybug-comfort-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "53abc585c2470c52e670167f2a44f738", "sha256": "080942634243a9d2751a30ebc1ae9c8c99ccd1c765f666dfafb173a4c023bfc2" }, "downloads": -1, "filename": "ladybug_comfort-0.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53abc585c2470c52e670167f2a44f738", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102249, "upload_time": "2020-12-05T03:26:42", "upload_time_iso_8601": "2020-12-05T03:26:42.198259Z", "url": "https://files.pythonhosted.org/packages/a9/9b/e217f6aa2093843aaf51ca7bcfd4458592c19dbff2bf75b7f21e2e9e1ded/ladybug_comfort-0.10.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d2aead0ae573b44518bc76a37414cf86", "sha256": "d10b1c5a08eb470e141cddba0e72f825291cda6b99e57932929a6fad6bfdf5ff" }, "downloads": -1, "filename": "ladybug-comfort-0.10.0.tar.gz", "has_sig": false, "md5_digest": "d2aead0ae573b44518bc76a37414cf86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350642, "upload_time": "2020-12-05T03:26:43", "upload_time_iso_8601": "2020-12-05T03:26:43.263731Z", "url": "https://files.pythonhosted.org/packages/a6/08/995cf3cedda70a050ce73699dbc3c082125dff3de006fec212c78a96d964/ladybug-comfort-0.10.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "d65ce5368c5371c4796cfc87d6f9fc71", "sha256": "ca29d291fd5a49ad0b3842c069ae9a32859538c5f7a4a45126c54495a0d68a03" }, "downloads": -1, "filename": "ladybug_comfort-0.10.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d65ce5368c5371c4796cfc87d6f9fc71", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102251, "upload_time": "2020-12-05T21:09:29", "upload_time_iso_8601": "2020-12-05T21:09:29.248634Z", "url": "https://files.pythonhosted.org/packages/11/0f/09e14adfc7af78693603bca2c238cb253f2d519e904c9b015d921af5f2a0/ladybug_comfort-0.10.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb2e169409d852c7a109bb1d38f33f5f", "sha256": "2149b4cac8624b40c2fc618497d6ca1481f8caeca24a7275a5016dea721eb531" }, "downloads": -1, "filename": "ladybug-comfort-0.10.1.tar.gz", "has_sig": false, "md5_digest": "fb2e169409d852c7a109bb1d38f33f5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350641, "upload_time": "2020-12-05T21:09:30", "upload_time_iso_8601": "2020-12-05T21:09:30.328974Z", "url": "https://files.pythonhosted.org/packages/47/80/1179153e2e897d6042c0c7b79cd24b427e6a3be1c6c068925b67e9c9694d/ladybug-comfort-0.10.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.10": [ { "comment_text": "", "digests": { "md5": "03eb8b506b3a94c97e319835a11bc442", "sha256": "b7a636ef4964c6ff95a044b2fe574e23517cf4dc98e7f36e12fd5087ff4941da" }, "downloads": -1, "filename": "ladybug_comfort-0.10.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "03eb8b506b3a94c97e319835a11bc442", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102259, "upload_time": "2021-01-27T00:35:18", "upload_time_iso_8601": "2021-01-27T00:35:18.850280Z", "url": "https://files.pythonhosted.org/packages/d5/55/3b8dccfcdf194c68b3bc47557c73dc05ced17ed36f113b40f57089012747/ladybug_comfort-0.10.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9767237b6fbd8146a75bf5282d51d3af", "sha256": "6b611a24df6d0cb907a4ac9cc03fccdc81f2621b392744d89ecff57b74cab284" }, "downloads": -1, "filename": "ladybug-comfort-0.10.10.tar.gz", "has_sig": false, "md5_digest": "9767237b6fbd8146a75bf5282d51d3af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350632, "upload_time": "2021-01-27T00:35:20", "upload_time_iso_8601": "2021-01-27T00:35:20.127286Z", "url": "https://files.pythonhosted.org/packages/da/42/9b61d9c4e63ed74042e68897a34cb7993f36eff5076cc5a3cb317bb5bf51/ladybug-comfort-0.10.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.11": [ { "comment_text": "", "digests": { "md5": "3485cfd111a4b4fd0f64b58625e4967f", "sha256": "1a067b24403113aa3826cff8147006aaed3a97546cd93adc5f5f5577421f9d85" }, "downloads": -1, "filename": "ladybug_comfort-0.10.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3485cfd111a4b4fd0f64b58625e4967f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102259, "upload_time": "2021-02-03T05:34:57", "upload_time_iso_8601": "2021-02-03T05:34:57.271445Z", "url": "https://files.pythonhosted.org/packages/32/1d/6338df28510a6cc97e979c655396fc3aa7042f3b72073e734e3255c2a18b/ladybug_comfort-0.10.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7b93b05cc94b05f37801fd6c43ce0abf", "sha256": "f4e2f2ea6239a88ec73c99d083099f3acda72c633de2924a35ce95d60a47f27f" }, "downloads": -1, "filename": "ladybug-comfort-0.10.11.tar.gz", "has_sig": false, "md5_digest": "7b93b05cc94b05f37801fd6c43ce0abf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350629, "upload_time": "2021-02-03T05:34:58", "upload_time_iso_8601": "2021-02-03T05:34:58.466803Z", "url": "https://files.pythonhosted.org/packages/f8/10/b02d3a6fbf528f30b56892a9244672d5e37f13fccffde86dd3b935862990/ladybug-comfort-0.10.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.12": [ { "comment_text": "", "digests": { "md5": "6efb3f9fe77b5ecbfa898e6c46330d4e", "sha256": "bfeca6e0054f0675b7b56ca079c3bebe198867ff9d288c70e6562a50c4d041db" }, "downloads": -1, "filename": "ladybug_comfort-0.10.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6efb3f9fe77b5ecbfa898e6c46330d4e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102263, "upload_time": "2021-02-04T21:24:54", "upload_time_iso_8601": "2021-02-04T21:24:54.348534Z", "url": "https://files.pythonhosted.org/packages/fe/9c/dd813d6679b1c510471e0763ff1c06062f2c24fe1e91453c176e52ab1a8b/ladybug_comfort-0.10.12-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b493253359f236177263c4e3dda0ff74", "sha256": "317034f85e49915ceb5ba334a31668ae97a7e7e456550d78eb869f99ce955649" }, "downloads": -1, "filename": "ladybug-comfort-0.10.12.tar.gz", "has_sig": false, "md5_digest": "b493253359f236177263c4e3dda0ff74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350653, "upload_time": "2021-02-04T21:24:55", "upload_time_iso_8601": "2021-02-04T21:24:55.890654Z", "url": "https://files.pythonhosted.org/packages/6d/19/368af29685c9f316646736dd7a7490a47423da90173cfeced4de36b62706/ladybug-comfort-0.10.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.13": [ { "comment_text": "", "digests": { "md5": "75180152b757968d35e519b63b6cb53a", "sha256": "ce41d38a48efb727c8f6f62dc77bc326614d74b36ad9474596dbbdec98cbc239" }, "downloads": -1, "filename": "ladybug_comfort-0.10.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "75180152b757968d35e519b63b6cb53a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102260, "upload_time": "2021-02-05T07:25:42", "upload_time_iso_8601": "2021-02-05T07:25:42.833916Z", "url": "https://files.pythonhosted.org/packages/7a/a2/ac50ce57a145e4f026827c8501bbdb19073f5d1a5609e68b625a125b28f1/ladybug_comfort-0.10.13-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50e251d784be1c8009304a32a5b01504", "sha256": "c567850aad6e0d34b0577ca759ed9f5519f689107a8c32753197a0d7fe21025b" }, "downloads": -1, "filename": "ladybug-comfort-0.10.13.tar.gz", "has_sig": false, "md5_digest": "50e251d784be1c8009304a32a5b01504", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350639, "upload_time": "2021-02-05T07:25:44", "upload_time_iso_8601": "2021-02-05T07:25:44.265342Z", "url": "https://files.pythonhosted.org/packages/16/20/eed9061bf9625764dd82556704d06510a6284401b809bd481c382f27fb4e/ladybug-comfort-0.10.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.14": [ { "comment_text": "", "digests": { "md5": "917fee59b9cd80ef2fb06d8eab036b58", "sha256": "9e585d0d7c7e89a17b2749e396c6970e1fb6df009e26e37ced77612ca2c26f97" }, "downloads": -1, "filename": "ladybug_comfort-0.10.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "917fee59b9cd80ef2fb06d8eab036b58", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102261, "upload_time": "2021-02-10T11:56:51", "upload_time_iso_8601": "2021-02-10T11:56:51.454804Z", "url": "https://files.pythonhosted.org/packages/03/b1/2f62bdb2eefac4b672b752d001031c15cb96bb5395c08ac457f6d422b401/ladybug_comfort-0.10.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f83c3ba5ae2348ec363816c62221dd4a", "sha256": "cb6bbf4488e16fd713afbcb3bc193fce3ae40d58c5fe65a26a53f82a64fcdf7d" }, "downloads": -1, "filename": "ladybug-comfort-0.10.14.tar.gz", "has_sig": false, "md5_digest": "f83c3ba5ae2348ec363816c62221dd4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350647, "upload_time": "2021-02-10T11:56:52", "upload_time_iso_8601": "2021-02-10T11:56:52.551792Z", "url": "https://files.pythonhosted.org/packages/b7/13/e2faf4842c0a6c9ad3d53ece3e30560367f1dc91d0fd4131b84e324e2e2c/ladybug-comfort-0.10.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.15": [ { "comment_text": "", "digests": { "md5": "9f5b0ee8e27825f8a4dbf5dfd698c6a3", "sha256": "fdda2248baa213bf991f952c591bb4abd2fa79c07b0532d271fa21738eca9efc" }, "downloads": -1, "filename": "ladybug_comfort-0.10.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f5b0ee8e27825f8a4dbf5dfd698c6a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102261, "upload_time": "2021-02-10T18:00:03", "upload_time_iso_8601": "2021-02-10T18:00:03.556415Z", "url": "https://files.pythonhosted.org/packages/cb/e6/d586e406cd1576a3cfb8627cd46a4ef5ce143e9fc62a96b8cdf8080bda75/ladybug_comfort-0.10.15-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53ced8ae99f31235d88a1d3199d46e1a", "sha256": "bcf15a2fc59c9e8cdc9427e059834c078efb4ca1268d0f6a1b71157c5f6cad3b" }, "downloads": -1, "filename": "ladybug-comfort-0.10.15.tar.gz", "has_sig": false, "md5_digest": "53ced8ae99f31235d88a1d3199d46e1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350641, "upload_time": "2021-02-10T18:00:04", "upload_time_iso_8601": "2021-02-10T18:00:04.738957Z", "url": "https://files.pythonhosted.org/packages/e9/88/954a29b1c0445fcfcbd189647eddd155767053ba2bdbcd0d80cb7850837f/ladybug-comfort-0.10.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "46377be4091282c1dfd0b2591eb4c665", "sha256": "da27558b72496ca2d170793eb465dc4e4f261ffb8c4f64e10345fbe0fa396672" }, "downloads": -1, "filename": "ladybug_comfort-0.10.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "46377be4091282c1dfd0b2591eb4c665", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102249, "upload_time": "2020-12-06T05:04:03", "upload_time_iso_8601": "2020-12-06T05:04:03.151114Z", "url": "https://files.pythonhosted.org/packages/e8/45/8ff427cb2ebf90733d8e70af8a86817b357e38b104022b80e8c077ec4e9c/ladybug_comfort-0.10.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "903e7e98407c0830a6add812a2ed1401", "sha256": "d1e5c9b3e191a32a7afbd4b75c63b81e7edc47df2518852bb6a07171453e71e7" }, "downloads": -1, "filename": "ladybug-comfort-0.10.2.tar.gz", "has_sig": false, "md5_digest": "903e7e98407c0830a6add812a2ed1401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350650, "upload_time": "2020-12-06T05:04:04", "upload_time_iso_8601": "2020-12-06T05:04:04.257489Z", "url": "https://files.pythonhosted.org/packages/82/1d/2ed2c30d088cd023ca6228263760c8779d3402e3856eec7ab013ef6e66c4/ladybug-comfort-0.10.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "b09f76fc71527ac03d26600ac5f53719", "sha256": "1472c3821e575d9949bcd7e7a67970002fe94ede476e0b355d6adeae0d4d063e" }, "downloads": -1, "filename": "ladybug_comfort-0.10.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b09f76fc71527ac03d26600ac5f53719", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102247, "upload_time": "2020-12-08T20:03:47", "upload_time_iso_8601": "2020-12-08T20:03:47.702054Z", "url": "https://files.pythonhosted.org/packages/e0/42/7dd9b8fb1e934a0d39b189364dc392f0eda201d5172c53dd43259b099d6d/ladybug_comfort-0.10.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01c213fad1f4ed1f8de7cf5ba3448707", "sha256": "8fc276ab9c9f26500194268a68e7537648b6f170835f9dad5390a003dbbf49d0" }, "downloads": -1, "filename": "ladybug-comfort-0.10.3.tar.gz", "has_sig": false, "md5_digest": "01c213fad1f4ed1f8de7cf5ba3448707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350658, "upload_time": "2020-12-08T20:03:49", "upload_time_iso_8601": "2020-12-08T20:03:49.067519Z", "url": "https://files.pythonhosted.org/packages/c2/f2/ddf16ab25e46c464c9da6bc9be1eba0dc9e8bab606bb9e47c96b2d0f805e/ladybug-comfort-0.10.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.4": [ { "comment_text": "", "digests": { "md5": "95e474cb971b0e9b0ee90249f6a301bd", "sha256": "b52d355e43e13c971b49aad4148a2730a75750c1d853dd1cc8d6acf74ac5aa75" }, "downloads": -1, "filename": "ladybug_comfort-0.10.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "95e474cb971b0e9b0ee90249f6a301bd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102251, "upload_time": "2020-12-18T03:15:55", "upload_time_iso_8601": "2020-12-18T03:15:55.772625Z", "url": "https://files.pythonhosted.org/packages/5b/71/4d3a958b086cd6477015fea39f98d2c399a2ae5fd9fdf6575b34b5a9bc32/ladybug_comfort-0.10.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aabccaa8bbac7dd140cefd50d30c5aa6", "sha256": "a400bbd3dca561de7540f1c91e75a919f62a224189897d16cecbab9ee7eb4824" }, "downloads": -1, "filename": "ladybug-comfort-0.10.4.tar.gz", "has_sig": false, "md5_digest": "aabccaa8bbac7dd140cefd50d30c5aa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350637, "upload_time": "2020-12-18T03:15:57", "upload_time_iso_8601": "2020-12-18T03:15:57.032022Z", "url": "https://files.pythonhosted.org/packages/29/31/934cafdf58ce280a347fa30462502d5bbeea7f0f7ff763e68ca8920235f9/ladybug-comfort-0.10.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.5": [ { "comment_text": "", "digests": { "md5": "ddf339d7e3c4ac56c6b8469eaafe36c3", "sha256": "ac567f56e151f62fcbfed1f53acf06fe27eb3a70a85e7d14ec4dd144119fee75" }, "downloads": -1, "filename": "ladybug_comfort-0.10.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ddf339d7e3c4ac56c6b8469eaafe36c3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102250, "upload_time": "2020-12-31T07:37:01", "upload_time_iso_8601": "2020-12-31T07:37:01.612001Z", "url": "https://files.pythonhosted.org/packages/f4/14/5fd80ae44d55ed897d8ef4b600c762af6af3eea0df5528cb0278b1224194/ladybug_comfort-0.10.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48719676b6245d80d7b0cdfa043a4323", "sha256": "53113d46e8edcad6821ea1d5828a2d02d33c318e1a4f64c5c424170a06411ea6" }, "downloads": -1, "filename": "ladybug-comfort-0.10.5.tar.gz", "has_sig": false, "md5_digest": "48719676b6245d80d7b0cdfa043a4323", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350635, "upload_time": "2020-12-31T07:37:02", "upload_time_iso_8601": "2020-12-31T07:37:02.997714Z", "url": "https://files.pythonhosted.org/packages/61/c4/3b1bf4481f058ed214916dd60254f9f8dcc80886e789dcccf63b88490da3/ladybug-comfort-0.10.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.6": [ { "comment_text": "", "digests": { "md5": "7715db0920f1d3071bd9d0f81ebb3434", "sha256": "229a7d083fd61ff4b5da3cde834fc41d19f3c5c0d31dc368e10e2b081e6624d4" }, "downloads": -1, "filename": "ladybug_comfort-0.10.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7715db0920f1d3071bd9d0f81ebb3434", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102248, "upload_time": "2021-01-01T01:52:13", "upload_time_iso_8601": "2021-01-01T01:52:13.220145Z", "url": "https://files.pythonhosted.org/packages/c7/6c/8b5dcc5e3a8567da663a50a9d6f514945a4c8fadfc271fa2f0a7874194a8/ladybug_comfort-0.10.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e54469c7819e0851e7b0a26d248fdf3", "sha256": "3b4d853cf88776645123fcfa8b6a5bc46e63db39ebc26e3be86a49c6e0b1190f" }, "downloads": -1, "filename": "ladybug-comfort-0.10.6.tar.gz", "has_sig": false, "md5_digest": "4e54469c7819e0851e7b0a26d248fdf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350637, "upload_time": "2021-01-01T01:52:14", "upload_time_iso_8601": "2021-01-01T01:52:14.393131Z", "url": "https://files.pythonhosted.org/packages/b2/c6/cd5c0efb54be352d98c6d8da4ba75d8079230a1f5224c32f1cea8b331ec6/ladybug-comfort-0.10.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.7": [ { "comment_text": "", "digests": { "md5": "b352e4594e1ae9873b18e00f243eeb65", "sha256": "716465102e3809fbd5ecd8b3002f8b0e9e09eda70458e909e91de8b7745e606b" }, "downloads": -1, "filename": "ladybug_comfort-0.10.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b352e4594e1ae9873b18e00f243eeb65", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102250, "upload_time": "2021-01-05T05:53:57", "upload_time_iso_8601": "2021-01-05T05:53:57.761899Z", "url": "https://files.pythonhosted.org/packages/44/41/1be0365b076baabd0cde75d9f6a32fa37798fc91ca01d3d0c880e2a3e6bc/ladybug_comfort-0.10.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a02e7072897b4214d71d5406dab130da", "sha256": "49dcdb2782fe4f40c89b3366c4af0f4540e134789f6bd45286d676840fa61be3" }, "downloads": -1, "filename": "ladybug-comfort-0.10.7.tar.gz", "has_sig": false, "md5_digest": "a02e7072897b4214d71d5406dab130da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350627, "upload_time": "2021-01-05T05:53:58", "upload_time_iso_8601": "2021-01-05T05:53:58.914179Z", "url": "https://files.pythonhosted.org/packages/c5/2f/3d9093a4b009423b534757036677b74206bceee13e2eeb1e5e86fac57ad1/ladybug-comfort-0.10.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.8": [ { "comment_text": "", "digests": { "md5": "ba831ae08c1962e5da242f92d6342e60", "sha256": "6ca4d4600f0d4e903e02dfa5fb022aadb5003b25770dfa33daaa934a92c17903" }, "downloads": -1, "filename": "ladybug_comfort-0.10.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba831ae08c1962e5da242f92d6342e60", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102251, "upload_time": "2021-01-05T22:39:18", "upload_time_iso_8601": "2021-01-05T22:39:18.764008Z", "url": "https://files.pythonhosted.org/packages/ad/48/230ea60fb549af788e93b0304be0dc5ff2246e59d1effc4a6da1ed853f9f/ladybug_comfort-0.10.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac9b1aa011ec07986a2db2fc8c505851", "sha256": "fafa154667fdce1906e5c76f1c570a438796987b6ed1770e2cccf3050f4fdb9d" }, "downloads": -1, "filename": "ladybug-comfort-0.10.8.tar.gz", "has_sig": false, "md5_digest": "ac9b1aa011ec07986a2db2fc8c505851", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350631, "upload_time": "2021-01-05T22:39:19", "upload_time_iso_8601": "2021-01-05T22:39:19.880912Z", "url": "https://files.pythonhosted.org/packages/d1/57/18ae573bb924e6eee82ac1b67f43c77da810737f5732e14e8ca234461c47/ladybug-comfort-0.10.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.9": [ { "comment_text": "", "digests": { "md5": "410ca3d9bcb2db617ce63ca0a6ffb836", "sha256": "ef59748814e3c5f764a658ea649fb67e6274e0ed1004a95da57e4bc338814c32" }, "downloads": -1, "filename": "ladybug_comfort-0.10.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "410ca3d9bcb2db617ce63ca0a6ffb836", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 102250, "upload_time": "2021-01-16T00:14:51", "upload_time_iso_8601": "2021-01-16T00:14:51.378616Z", "url": "https://files.pythonhosted.org/packages/4b/68/eacf46b470aed284cd2c908a5944e67babeea631b915aef960f3d3761df4/ladybug_comfort-0.10.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "02564b2d967f982f0ecf57a3ff84045b", "sha256": "79120d07e500bd98f2033cf96ca8ce7d329850af8a5743648309eb7909cb5e44" }, "downloads": -1, "filename": "ladybug-comfort-0.10.9.tar.gz", "has_sig": false, "md5_digest": "02564b2d967f982f0ecf57a3ff84045b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 350628, "upload_time": "2021-01-16T00:14:52", "upload_time_iso_8601": "2021-01-16T00:14:52.362606Z", "url": "https://files.pythonhosted.org/packages/3c/0f/d78278ae9d7bf196efdcee81155d0f8f86b2dc95aab553a1d0cace785682/ladybug-comfort-0.10.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "babd980bd46d5e2a18e6dcda2149c09b", "sha256": "9e478a24302939173afba9e1ec1cf96e0e6c83f25d2778d529b8368fdc4bce4e" }, "downloads": -1, "filename": "ladybug_comfort-0.11.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "babd980bd46d5e2a18e6dcda2149c09b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 116978, "upload_time": "2021-02-19T21:31:54", "upload_time_iso_8601": "2021-02-19T21:31:54.548653Z", "url": "https://files.pythonhosted.org/packages/3b/80/43bb9d1d98f1bf864e27da6aa01d909be0e29eb8424f80e7d74ad362c546/ladybug_comfort-0.11.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9ab56aef22d70bc1ad7db362ea4820c", "sha256": "4d5cba90bdcd2e3c2f8cb62dd73c897df54177ea26b1248305bb43a72dad4a24" }, "downloads": -1, "filename": "ladybug-comfort-0.11.0.tar.gz", "has_sig": false, "md5_digest": "e9ab56aef22d70bc1ad7db362ea4820c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11301075, "upload_time": "2021-02-19T21:31:56", "upload_time_iso_8601": "2021-02-19T21:31:56.214781Z", "url": "https://files.pythonhosted.org/packages/64/ff/0ce53d4cb63266a8f405f0283929bfd3a744c60fcefa18b58057a240e747/ladybug-comfort-0.11.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "d248abc20a2b8d8288870e70feae05dd", "sha256": "dd8fec3670851d0d21a98b536596dcd164cfdca24c0387e93ebb21a9b98ee13a" }, "downloads": -1, "filename": "ladybug_comfort-0.11.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d248abc20a2b8d8288870e70feae05dd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 116979, "upload_time": "2021-02-20T02:46:46", "upload_time_iso_8601": "2021-02-20T02:46:46.191459Z", "url": "https://files.pythonhosted.org/packages/56/e2/e0e07892d4e7b3e1ddc7780936378a9e3bcb821ddd3876b829d721aca8b1/ladybug_comfort-0.11.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72b61abad373b91d995b6cf2e17f2222", "sha256": "9548ed115daa57972ae1b8557122a8a12db8a226f45fc4de455b4cf5ef766cac" }, "downloads": -1, "filename": "ladybug-comfort-0.11.1.tar.gz", "has_sig": false, "md5_digest": "72b61abad373b91d995b6cf2e17f2222", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11301043, "upload_time": "2021-02-20T02:46:48", "upload_time_iso_8601": "2021-02-20T02:46:48.177451Z", "url": "https://files.pythonhosted.org/packages/de/b9/c605ea197954d95d96484fe93d858e2ca38fd4e0ca903276302303bea986/ladybug-comfort-0.11.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "108702ecd3df6c15ad21b8660ea2f50d", "sha256": "d51f35d5dd503e0af32e56c9237be80c94496ffb85e042e5f5fe2b60f958db98" }, "downloads": -1, "filename": "ladybug_comfort-0.11.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "108702ecd3df6c15ad21b8660ea2f50d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 116979, "upload_time": "2021-02-21T02:42:29", "upload_time_iso_8601": "2021-02-21T02:42:29.127955Z", "url": "https://files.pythonhosted.org/packages/25/2e/8a19a761ff2ab23b3ab5c8d0847dc51af7eeaa97c976a24deb976f57e485/ladybug_comfort-0.11.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc9b7148297b5c486fefc4d88d574b6d", "sha256": "fbedc4ce70901afdac71122d1317d4322c182b85b352ceb0723786fce5797612" }, "downloads": -1, "filename": "ladybug-comfort-0.11.2.tar.gz", "has_sig": false, "md5_digest": "cc9b7148297b5c486fefc4d88d574b6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11300987, "upload_time": "2021-02-21T02:42:31", "upload_time_iso_8601": "2021-02-21T02:42:31.259390Z", "url": "https://files.pythonhosted.org/packages/6a/42/238e40e738d726bb61d6befc8ab2ad3b55d3100a2bfe0d1f753f770fff20/ladybug-comfort-0.11.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "5200818feed00af794ba38391e0874a5", "sha256": "cf5f6342882aebc30cf4a0daeb7f59a19b78f828102b64fe12946b975de46ba1" }, "downloads": -1, "filename": "ladybug_comfort-0.11.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5200818feed00af794ba38391e0874a5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118500, "upload_time": "2021-02-21T06:11:30", "upload_time_iso_8601": "2021-02-21T06:11:30.435347Z", "url": "https://files.pythonhosted.org/packages/e1/01/3cab0b5812578c766923a58f2899e2509c34c6e552a755dd7a47f7099000/ladybug_comfort-0.11.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "40acebcaeb804d33865df291ed5f1d12", "sha256": "ba291b2aecfda311adf59b992aa38069fc9961a7e3aad854808e23eeec5216ad" }, "downloads": -1, "filename": "ladybug-comfort-0.11.3.tar.gz", "has_sig": false, "md5_digest": "40acebcaeb804d33865df291ed5f1d12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11302146, "upload_time": "2021-02-21T06:11:33", "upload_time_iso_8601": "2021-02-21T06:11:33.650632Z", "url": "https://files.pythonhosted.org/packages/84/81/c1b4e8aac4b76185a575a9a4869c9a06abcfe6053152bdc67ee40983dd82/ladybug-comfort-0.11.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.4": [ { "comment_text": "", "digests": { "md5": "1dc97f15e48a5c229c620de821a2b3ea", "sha256": "b1f4c37f88134e685ed24d83a707813e9e831bcdaf700fdfa9f92940c6adee7b" }, "downloads": -1, "filename": "ladybug_comfort-0.11.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1dc97f15e48a5c229c620de821a2b3ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 119474, "upload_time": "2021-02-23T19:54:09", "upload_time_iso_8601": "2021-02-23T19:54:09.400843Z", "url": "https://files.pythonhosted.org/packages/e7/f7/79e91cf587c16ae4e69dc1e9b1765cfb64cd1fa1cf9bb512d18405bbe9eb/ladybug_comfort-0.11.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9d2192eacfedb7e016d3234ef4a6285", "sha256": "dca80f18be803f2f8432c448999e705b73f8bbd5f5b8b462dbd7b51de2735d6a" }, "downloads": -1, "filename": "ladybug-comfort-0.11.4.tar.gz", "has_sig": false, "md5_digest": "a9d2192eacfedb7e016d3234ef4a6285", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11302930, "upload_time": "2021-02-23T19:54:11", "upload_time_iso_8601": "2021-02-23T19:54:11.153021Z", "url": "https://files.pythonhosted.org/packages/20/d8/14f51771ca59e6f8492f726744fdd94e6dd94285a70efa37fc662f3c22f2/ladybug-comfort-0.11.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.5": [ { "comment_text": "", "digests": { "md5": "d153f19081889f6eacffaf14d604ceb2", "sha256": "1b0a97cbf0926078573b8757cd9705145f6f8b287ad13991ad9a8147e786257c" }, "downloads": -1, "filename": "ladybug_comfort-0.11.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d153f19081889f6eacffaf14d604ceb2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 120337, "upload_time": "2021-02-24T23:04:19", "upload_time_iso_8601": "2021-02-24T23:04:19.740554Z", "url": "https://files.pythonhosted.org/packages/4e/ca/4fc963b6121a859ae2ccdda689061d115657495f7a51bcd53a901a1fd14b/ladybug_comfort-0.11.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c924953a983926209c9881f9d5ca022", "sha256": "47a32b84a2cb5cdcdd248228c598c32526a441641aef313aaf28b4704507ec1e" }, "downloads": -1, "filename": "ladybug-comfort-0.11.5.tar.gz", "has_sig": false, "md5_digest": "0c924953a983926209c9881f9d5ca022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11303986, "upload_time": "2021-02-24T23:04:21", "upload_time_iso_8601": "2021-02-24T23:04:21.609922Z", "url": "https://files.pythonhosted.org/packages/bc/32/ca65bc41512ca60581d4c973493560a6f910bcd13e8bf36d948e8806ade1/ladybug-comfort-0.11.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.6": [ { "comment_text": "", "digests": { "md5": "d379791e03fe84254a167d04cd2521f3", "sha256": "7a2647c1a3f106cdea481d157c0d19cfed4c07dba0536df7a8d641fcb48109a0" }, "downloads": -1, "filename": "ladybug_comfort-0.11.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d379791e03fe84254a167d04cd2521f3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 120335, "upload_time": "2021-02-24T23:52:55", "upload_time_iso_8601": "2021-02-24T23:52:55.254774Z", "url": "https://files.pythonhosted.org/packages/4a/fe/5cfea6ca27e443d616e5edf7629682a6ff9853916003312c51c7bfd171c0/ladybug_comfort-0.11.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2bd5770ca6285493cee4936dcb4ed87f", "sha256": "92d273aab6ff17cfdd87b20e64cb9c50b18224a9f4ab629da6fc24bdcc54e8f1" }, "downloads": -1, "filename": "ladybug-comfort-0.11.6.tar.gz", "has_sig": false, "md5_digest": "2bd5770ca6285493cee4936dcb4ed87f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11303981, "upload_time": "2021-02-24T23:52:56", "upload_time_iso_8601": "2021-02-24T23:52:56.706502Z", "url": "https://files.pythonhosted.org/packages/f9/da/9f00bf8b3dafb4cd615c5314f5ec814494ff09dbd83cc79bdfc42800de6a/ladybug-comfort-0.11.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.7": [ { "comment_text": "", "digests": { "md5": "f8d9274380015c2524ec14096f363678", "sha256": "d2892946ca446c887e21e027ae58460fc18beb6ecc6be9156346d2575fa38a81" }, "downloads": -1, "filename": "ladybug_comfort-0.11.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f8d9274380015c2524ec14096f363678", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 120450, "upload_time": "2021-02-25T04:24:23", "upload_time_iso_8601": "2021-02-25T04:24:23.735193Z", "url": "https://files.pythonhosted.org/packages/7c/76/9d58de62fa6bf32f432fef53e684f33882c7e8c7c812610dd102347ab75a/ladybug_comfort-0.11.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d50d509ef4eb72663008a87774cbdc23", "sha256": "db15f51f7a29320bfc3997e2830ebefc16daa92ea5f8fb3cbd2940ed86e06864" }, "downloads": -1, "filename": "ladybug-comfort-0.11.7.tar.gz", "has_sig": false, "md5_digest": "d50d509ef4eb72663008a87774cbdc23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11304148, "upload_time": "2021-02-25T04:24:25", "upload_time_iso_8601": "2021-02-25T04:24:25.112476Z", "url": "https://files.pythonhosted.org/packages/bf/4b/86bfaee92804af5836fa4d0665dc15e592e7910bc9d66b19c76df92c193c/ladybug-comfort-0.11.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "f0a73d6c63cd3d9e96b04434869e3692", "sha256": "0af460b376ecf3aa9cf809ab2c60c4367452ab87b6ba976bfb2d80e92947e262" }, "downloads": -1, "filename": "ladybug_comfort-0.12.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f0a73d6c63cd3d9e96b04434869e3692", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122460, "upload_time": "2021-02-28T20:39:36", "upload_time_iso_8601": "2021-02-28T20:39:36.995363Z", "url": "https://files.pythonhosted.org/packages/b8/70/4a42d1424b1d11ab53db77f1facb1caacb6d31e86c6494109aad8bea8a4d/ladybug_comfort-0.12.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f64a68aa0cf92bb20bc58158a6707684", "sha256": "0c88efe8a30e54b8fb4e8b48fefc5b30ac0bb55df52c1230ef6d4417d0e97fd8" }, "downloads": -1, "filename": "ladybug-comfort-0.12.0.tar.gz", "has_sig": false, "md5_digest": "f64a68aa0cf92bb20bc58158a6707684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11308911, "upload_time": "2021-02-28T20:39:38", "upload_time_iso_8601": "2021-02-28T20:39:38.783277Z", "url": "https://files.pythonhosted.org/packages/94/47/e3896fc3364b1ff4eb24e3ffcd6039f32d7d2e8dd96d9309104b0b547f60/ladybug-comfort-0.12.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "5c1c4491aa9dcbbecf49f3a8e4b456cd", "sha256": "72f6e6fc1c73cd4cebcc13552bba63ada2949144a4ac2df93d80503c9a01e76b" }, "downloads": -1, "filename": "ladybug_comfort-0.12.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5c1c4491aa9dcbbecf49f3a8e4b456cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122432, "upload_time": "2021-03-01T00:47:15", "upload_time_iso_8601": "2021-03-01T00:47:15.410021Z", "url": "https://files.pythonhosted.org/packages/1d/a8/2f04c9a21eddcb32ed03b5b3d5243ceb5aec0cd4f18bda2518670ef227d2/ladybug_comfort-0.12.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c06e2cf121278e7bf79ce4a5403e4de1", "sha256": "82cd7ecc9439a3f1f6601bcdfd645bf8d4175f8f4021e6eea2bff10059b51200" }, "downloads": -1, "filename": "ladybug-comfort-0.12.1.tar.gz", "has_sig": false, "md5_digest": "c06e2cf121278e7bf79ce4a5403e4de1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11308945, "upload_time": "2021-03-01T00:47:16", "upload_time_iso_8601": "2021-03-01T00:47:16.751955Z", "url": "https://files.pythonhosted.org/packages/d6/63/703a1bf30f927369607d41dbd4bb30383ee0e658f48c1f34a6aecb0580b5/ladybug-comfort-0.12.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.10": [ { "comment_text": "", "digests": { "md5": "2d224260281bf61620772b32e77e4efa", "sha256": "95a7342b91bd5237f88ac47842caaacd436a13e803c2e024240434fc424cf7a6" }, "downloads": -1, "filename": "ladybug_comfort-0.12.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d224260281bf61620772b32e77e4efa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122468, "upload_time": "2021-04-02T15:04:58", "upload_time_iso_8601": "2021-04-02T15:04:58.993574Z", "url": "https://files.pythonhosted.org/packages/22/59/7478f2a4219d246aae297f6c2c7a060d40b12277587fa6e91ad2e7d50bb6/ladybug_comfort-0.12.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10fff7bd7d6b771a836811a7b14a833e", "sha256": "5691ff72abc0d6d3534c2d4dae8821f8cf5fc2ebbda99ac57b2898ec45e1bd6b" }, "downloads": -1, "filename": "ladybug-comfort-0.12.10.tar.gz", "has_sig": false, "md5_digest": "10fff7bd7d6b771a836811a7b14a833e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11312319, "upload_time": "2021-04-02T15:05:00", "upload_time_iso_8601": "2021-04-02T15:05:00.451137Z", "url": "https://files.pythonhosted.org/packages/e6/b6/55c0ae26139a8d409d7cf3445ae276b37398e6136caf99c74be36f2e9b44/ladybug-comfort-0.12.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.11": [ { "comment_text": "", "digests": { "md5": "3ce3e1645ae370ec8d7a946edc3dcbf6", "sha256": "c852be2613b84ee21942d1ecb051ac114877ba9a40134434cb17cdc93f5fcbe2" }, "downloads": -1, "filename": "ladybug_comfort-0.12.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ce3e1645ae370ec8d7a946edc3dcbf6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122469, "upload_time": "2021-05-07T00:26:46", "upload_time_iso_8601": "2021-05-07T00:26:46.010785Z", "url": "https://files.pythonhosted.org/packages/21/52/0cfd108e97d1759eb177f821c5bb37cc0d702679b0cc6ca135377e3473ff/ladybug_comfort-0.12.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc9479df22fb72f2b4839c5b9a6a2fa7", "sha256": "d0bda9b097aeac8fec3c5e84c6290bcffafcea643dc3edd710296434b8af7681" }, "downloads": -1, "filename": "ladybug-comfort-0.12.11.tar.gz", "has_sig": false, "md5_digest": "fc9479df22fb72f2b4839c5b9a6a2fa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11313594, "upload_time": "2021-05-07T00:26:49", "upload_time_iso_8601": "2021-05-07T00:26:49.878871Z", "url": "https://files.pythonhosted.org/packages/ec/5b/33bf362df1e50064b60121ba9341d2009afd1a930e0e63325f53601f3e5e/ladybug-comfort-0.12.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.12": [ { "comment_text": "", "digests": { "md5": "a234ecacfab8e964cb960ddeda2744a3", "sha256": "d0972a1da3ac43d6168416ddeba66d0f979958dc5f0d0a73ab00e5a6870b6a06" }, "downloads": -1, "filename": "ladybug_comfort-0.12.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a234ecacfab8e964cb960ddeda2744a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122483, "upload_time": "2021-05-29T21:14:13", "upload_time_iso_8601": "2021-05-29T21:14:13.455190Z", "url": "https://files.pythonhosted.org/packages/57/bf/fbfb13d361325bc40c5f3e1cd6c24d3ac3acda4a186d488a1ace3120c7e5/ladybug_comfort-0.12.12-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "298fb975385d042401344ac75f36063d", "sha256": "ba4a5effc00e781b3fb8d97cd60e7e002105bbc7131f257e7ca8e42eca976048" }, "downloads": -1, "filename": "ladybug-comfort-0.12.12.tar.gz", "has_sig": false, "md5_digest": "298fb975385d042401344ac75f36063d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11313630, "upload_time": "2021-05-29T21:14:15", "upload_time_iso_8601": "2021-05-29T21:14:15.429173Z", "url": "https://files.pythonhosted.org/packages/1e/70/fa23eef9005036520e4fc5c4a59f2ff13db8aa7e6b0c2bbdc7a438d3c53f/ladybug-comfort-0.12.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.13": [ { "comment_text": "", "digests": { "md5": "e8f510e079512f7ac970843a6d343441", "sha256": "d75bcd44def371c15975344ab2ecace66cb1b07567614b1469bf3f4690d9fd39" }, "downloads": -1, "filename": "ladybug_comfort-0.12.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e8f510e079512f7ac970843a6d343441", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122483, "upload_time": "2021-06-22T21:39:29", "upload_time_iso_8601": "2021-06-22T21:39:29.419264Z", "url": "https://files.pythonhosted.org/packages/98/dd/1ce7239419b8a3a0a2e8fc1e3cdd2ec292c5aac42e286cefd6b14d8a6b0b/ladybug_comfort-0.12.13-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "371b009c1759ead0d8f5ded7fd57862f", "sha256": "32c7179f66c1754e0b8dc6b5000d71be0120ffc535e90c28d7fc3c83ea3384b9" }, "downloads": -1, "filename": "ladybug-comfort-0.12.13.tar.gz", "has_sig": false, "md5_digest": "371b009c1759ead0d8f5ded7fd57862f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11313605, "upload_time": "2021-06-22T21:39:31", "upload_time_iso_8601": "2021-06-22T21:39:31.679011Z", "url": "https://files.pythonhosted.org/packages/15/cf/83a4f0e9cfcc63dca38d2c955049c6ef141faab05f3813c8e2d085dc0928/ladybug-comfort-0.12.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.14": [ { "comment_text": "", "digests": { "md5": "e15a419d64100ab36a6bb3c8f326057c", "sha256": "6d628494e03fb9363a7902aed92892bba2d86e742fc097a577a95839a0357629" }, "downloads": -1, "filename": "ladybug_comfort-0.12.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e15a419d64100ab36a6bb3c8f326057c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122483, "upload_time": "2021-07-01T04:14:13", "upload_time_iso_8601": "2021-07-01T04:14:13.885847Z", "url": "https://files.pythonhosted.org/packages/c4/b2/baad51e3b6f84c2d7dafaf16b4dc8b28f3f00d3948785fc8e8b85ca59ae7/ladybug_comfort-0.12.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe0bf442dddaedad5f9422b4a8559932", "sha256": "c9e36d4770890e86b2ac697c96646eb282d0b83d3da338e4975200296769ec5f" }, "downloads": -1, "filename": "ladybug-comfort-0.12.14.tar.gz", "has_sig": false, "md5_digest": "fe0bf442dddaedad5f9422b4a8559932", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11313617, "upload_time": "2021-07-01T04:14:15", "upload_time_iso_8601": "2021-07-01T04:14:15.806846Z", "url": "https://files.pythonhosted.org/packages/50/f3/9d214793f5890cecb1045a0c855ba80bca50d907a389a9da2ab8adcedce3/ladybug-comfort-0.12.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.15": [ { "comment_text": "", "digests": { "md5": "567840725a1c841aff1383cd526d2351", "sha256": "d694927c0d529ddd3e4947c2e9b875521566ab42841b5a592d25834c78a5b481" }, "downloads": -1, "filename": "ladybug_comfort-0.12.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "567840725a1c841aff1383cd526d2351", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122482, "upload_time": "2021-07-06T15:18:25", "upload_time_iso_8601": "2021-07-06T15:18:25.043895Z", "url": "https://files.pythonhosted.org/packages/29/71/ecb1539038e1d7c13deb9b7a6a760d7322e892be2f94dae29072af05dcfd/ladybug_comfort-0.12.15-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87a433ca6219db1e462d766f68bf14c8", "sha256": "928349e67f598e9872f3d562108d48099a85375db3453b9927fc99af9e443d55" }, "downloads": -1, "filename": "ladybug-comfort-0.12.15.tar.gz", "has_sig": false, "md5_digest": "87a433ca6219db1e462d766f68bf14c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11313615, "upload_time": "2021-07-06T15:18:26", "upload_time_iso_8601": "2021-07-06T15:18:26.898926Z", "url": "https://files.pythonhosted.org/packages/47/8f/518b153e6944c19314640c411fb727ad9919f9cc6ba01d55981b6a112612/ladybug-comfort-0.12.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.16": [ { "comment_text": "", "digests": { "md5": "9973285c99994d339445acd18e244bb8", "sha256": "5c751a26dbe6a02ee4548281258837d54e69e1b0efd05dc99e80f42ea7521459" }, "downloads": -1, "filename": "ladybug_comfort-0.12.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9973285c99994d339445acd18e244bb8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122481, "upload_time": "2021-07-09T16:48:10", "upload_time_iso_8601": "2021-07-09T16:48:10.109956Z", "url": "https://files.pythonhosted.org/packages/1e/f0/3ac03a777b6e2bc1bf03cc5f92da3f49b16461998c26c9c58b9bf4f1b062/ladybug_comfort-0.12.16-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2d4ceb891723366234e959c165ad4fa", "sha256": "2652a9ba04eda47665f6284ea28f8b73b960e47a80e081061386078886752872" }, "downloads": -1, "filename": "ladybug-comfort-0.12.16.tar.gz", "has_sig": false, "md5_digest": "a2d4ceb891723366234e959c165ad4fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11313611, "upload_time": "2021-07-09T16:48:12", "upload_time_iso_8601": "2021-07-09T16:48:12.434780Z", "url": "https://files.pythonhosted.org/packages/68/e0/b572f9ac562ebe6ca06cf2ae5f7ba85d013ec5866863fbe4169d99509ead/ladybug-comfort-0.12.16.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.17": [ { "comment_text": "", "digests": { "md5": "4fde34b761fa2ec824b9e555a2fb760c", "sha256": "a55eb0ec91c910bf2b0cba5b15812f9639277900a79a23b8afa0f8e558fdb4b1" }, "downloads": -1, "filename": "ladybug_comfort-0.12.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4fde34b761fa2ec824b9e555a2fb760c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122480, "upload_time": "2021-07-28T01:42:51", "upload_time_iso_8601": "2021-07-28T01:42:51.619345Z", "url": "https://files.pythonhosted.org/packages/3d/f5/49cc9af8f8081d8f7f8bb75a5555e7ccec9175fe927bb0fd5d58b8c2acff/ladybug_comfort-0.12.17-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c1c0f33e2ad7459e6f02d0cd0e553aa0", "sha256": "ecc78ffac37ec1ae520b3ce65b93b0100b4c44740775175a78c8c7b2b356fdd9" }, "downloads": -1, "filename": "ladybug-comfort-0.12.17.tar.gz", "has_sig": false, "md5_digest": "c1c0f33e2ad7459e6f02d0cd0e553aa0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314114, "upload_time": "2021-07-28T01:42:53", "upload_time_iso_8601": "2021-07-28T01:42:53.900062Z", "url": "https://files.pythonhosted.org/packages/a7/6a/a12e961bc2938bd2b2bb85a66c80fc8703001f7f7366b3620bef87cd50fc/ladybug-comfort-0.12.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.18": [ { "comment_text": "", "digests": { "md5": "727bf080c16301c2233433137cb3cbd6", "sha256": "2285c93e4942921b749bb43093f4657b55a6ca39b49448a1eea637767e7cc75d" }, "downloads": -1, "filename": "ladybug_comfort-0.12.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "727bf080c16301c2233433137cb3cbd6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122480, "upload_time": "2021-07-29T02:13:57", "upload_time_iso_8601": "2021-07-29T02:13:57.157953Z", "url": "https://files.pythonhosted.org/packages/4b/66/d9b192ee1f2a54c730788c8d23a065eb5b7490000d7885ae0915807c6c28/ladybug_comfort-0.12.18-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "44d1abcae1ff45d6b903ff40c12a8a11", "sha256": "8b54e732ef444254d2bccf38d0621fda1354054047323eba5719ee144bce6596" }, "downloads": -1, "filename": "ladybug-comfort-0.12.18.tar.gz", "has_sig": false, "md5_digest": "44d1abcae1ff45d6b903ff40c12a8a11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314093, "upload_time": "2021-07-29T02:13:59", "upload_time_iso_8601": "2021-07-29T02:13:59.865209Z", "url": "https://files.pythonhosted.org/packages/3f/43/9345700f9d643c3927e4f491dfb4d618bb439c56354967e3923ea5a43623/ladybug-comfort-0.12.18.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.19": [ { "comment_text": "", "digests": { "md5": "c9b35dda9795aaac48c81722127ad41c", "sha256": "6bd15f2950c419f94c67ce1d0d789a0aba12363e1b3c4462bac7eeef6024b3cf" }, "downloads": -1, "filename": "ladybug_comfort-0.12.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c9b35dda9795aaac48c81722127ad41c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122480, "upload_time": "2021-07-30T17:13:05", "upload_time_iso_8601": "2021-07-30T17:13:05.103637Z", "url": "https://files.pythonhosted.org/packages/b8/0a/ee79490d18d61e853b099a15b21adfcf4be6006f590e39e9c9a62fbc4c9f/ladybug_comfort-0.12.19-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "24e67f7cb17ea11cd3066d66f914d4a9", "sha256": "f753840f7e4075dc4698f844909674869675dfe645dbeb08470c97e605128576" }, "downloads": -1, "filename": "ladybug-comfort-0.12.19.tar.gz", "has_sig": false, "md5_digest": "24e67f7cb17ea11cd3066d66f914d4a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314083, "upload_time": "2021-07-30T17:13:07", "upload_time_iso_8601": "2021-07-30T17:13:07.228809Z", "url": "https://files.pythonhosted.org/packages/dc/2c/780e51204401817c52413468d4f7bf2e5be439da29907427fb747561cbe9/ladybug-comfort-0.12.19.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "c324ddf8e6b421c50abca88506ccc99e", "sha256": "631e131a19fa5276da6671718a251069c1f942376ea10f160aeae72b207f79e6" }, "downloads": -1, "filename": "ladybug_comfort-0.12.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c324ddf8e6b421c50abca88506ccc99e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122441, "upload_time": "2021-03-01T02:45:56", "upload_time_iso_8601": "2021-03-01T02:45:56.263219Z", "url": "https://files.pythonhosted.org/packages/e7/4b/1a1c3919bbb2cca5efb06ac51bf82a9f26f184a0ff05d9d0741236b49b2f/ladybug_comfort-0.12.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14da968454da8ddb7f0c59e61286f7b6", "sha256": "c265b7316d4b1a3c3f35734b824ea7954ef6cb441e437221b00a1a55a7f637ba" }, "downloads": -1, "filename": "ladybug-comfort-0.12.2.tar.gz", "has_sig": false, "md5_digest": "14da968454da8ddb7f0c59e61286f7b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11308923, "upload_time": "2021-03-01T02:45:57", "upload_time_iso_8601": "2021-03-01T02:45:57.887047Z", "url": "https://files.pythonhosted.org/packages/bb/4c/06e2c04936dbbe5184270a797f60ff2bcb7a3721be4ad4d51e3a347b7464/ladybug-comfort-0.12.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.20": [ { "comment_text": "", "digests": { "md5": "600f3d6ca55b41d4bd2938a8d02fe37d", "sha256": "b02df4e8f0660abffc2b8fa8a1c794c84ffa66b52e8873439695151faf999d9a" }, "downloads": -1, "filename": "ladybug_comfort-0.12.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "600f3d6ca55b41d4bd2938a8d02fe37d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122482, "upload_time": "2021-08-06T17:50:17", "upload_time_iso_8601": "2021-08-06T17:50:17.264434Z", "url": "https://files.pythonhosted.org/packages/61/b9/3308a39650ced76dac832247028832e6aba4d53dde132e81c9a281c526af/ladybug_comfort-0.12.20-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6085d9740f2f0f0677cab4c459156cbe", "sha256": "920bde9400aa9e53cde07b3e5e24ad090cabc03cb3f307ecf616cfd50db394ae" }, "downloads": -1, "filename": "ladybug-comfort-0.12.20.tar.gz", "has_sig": false, "md5_digest": "6085d9740f2f0f0677cab4c459156cbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314124, "upload_time": "2021-08-06T17:50:19", "upload_time_iso_8601": "2021-08-06T17:50:19.501282Z", "url": "https://files.pythonhosted.org/packages/34/e8/0ae178d3e05f98353f5909357f1f77b215716d4cb68e3390658813c13a30/ladybug-comfort-0.12.20.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.21": [ { "comment_text": "", "digests": { "md5": "d14c0940aff3155c0aeb0d13e20c46ad", "sha256": "f0db8a21e8564dea701078a1a24280faf9b16d4072f5ff2958d42e3fbc7ae27e" }, "downloads": -1, "filename": "ladybug_comfort-0.12.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d14c0940aff3155c0aeb0d13e20c46ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122481, "upload_time": "2021-08-09T21:13:55", "upload_time_iso_8601": "2021-08-09T21:13:55.136920Z", "url": "https://files.pythonhosted.org/packages/85/6d/2d7ebbc8e1b7d4b0ebf366dc26f1ab18ebcbe64f4865ec2b456619b4bb9a/ladybug_comfort-0.12.21-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "269189d7ab6b7e645581bee34881ac0b", "sha256": "53cc09836310deeed4b298e40c0002f537be94b35db1b391bedbf248e60ba6de" }, "downloads": -1, "filename": "ladybug-comfort-0.12.21.tar.gz", "has_sig": false, "md5_digest": "269189d7ab6b7e645581bee34881ac0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314125, "upload_time": "2021-08-09T21:13:57", "upload_time_iso_8601": "2021-08-09T21:13:57.006786Z", "url": "https://files.pythonhosted.org/packages/34/ce/8f864d78f01d8f6c62fbf66be1fbffecaa4a4b5b5b936e2215948bf98c0a/ladybug-comfort-0.12.21.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.22": [ { "comment_text": "", "digests": { "md5": "b7ec11d94d6ce6d1a400a055636de816", "sha256": "4850166bb64fd0b4cb28eae4338dd4e8500a1ecb29db5d270b2278277f75086f" }, "downloads": -1, "filename": "ladybug_comfort-0.12.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7ec11d94d6ce6d1a400a055636de816", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122481, "upload_time": "2021-08-14T20:18:40", "upload_time_iso_8601": "2021-08-14T20:18:40.590919Z", "url": "https://files.pythonhosted.org/packages/c4/61/13285e661b12d66b86ef0636a04bc21d3b256a385746dd01891e31e4d87f/ladybug_comfort-0.12.22-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a585bc827a566cac80da71a3cf81e9ea", "sha256": "75c7cc5eb6e89ddba632abdd5a1cb6d52e1d827bfc8569d4982a9abd4278679a" }, "downloads": -1, "filename": "ladybug-comfort-0.12.22.tar.gz", "has_sig": false, "md5_digest": "a585bc827a566cac80da71a3cf81e9ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314131, "upload_time": "2021-08-14T20:18:42", "upload_time_iso_8601": "2021-08-14T20:18:42.975470Z", "url": "https://files.pythonhosted.org/packages/b2/aa/d2a7e88bb1e54c944927ad4b600b4e8ed57c2c1160a758f0a1496a6808ea/ladybug-comfort-0.12.22.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.23": [ { "comment_text": "", "digests": { "md5": "e09dc8f20deee8aaa3c03e1ba8d6b7c6", "sha256": "8e8ee06fe7a5d5d02036160cbe238049a5498a494540f49271f374aefe681ff3" }, "downloads": -1, "filename": "ladybug_comfort-0.12.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e09dc8f20deee8aaa3c03e1ba8d6b7c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122492, "upload_time": "2021-08-17T01:21:27", "upload_time_iso_8601": "2021-08-17T01:21:27.306746Z", "url": "https://files.pythonhosted.org/packages/e5/cb/4eb595b5a6560b9a6fde6e2e0778d50e28f7d87e14b3f0ebeb9cdaa3bc10/ladybug_comfort-0.12.23-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09e729290fd0ad9a1631922fea2e48d4", "sha256": "6b98ca3c1037b0fa31d75f9d41cef594e2e43ec04259560018f1638e3ad13731" }, "downloads": -1, "filename": "ladybug-comfort-0.12.23.tar.gz", "has_sig": false, "md5_digest": "09e729290fd0ad9a1631922fea2e48d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314122, "upload_time": "2021-08-17T01:21:29", "upload_time_iso_8601": "2021-08-17T01:21:29.978708Z", "url": "https://files.pythonhosted.org/packages/db/47/2a4d290333662f8c31385ffd8fe0ac0d215892688a1557f8c698e5e440bd/ladybug-comfort-0.12.23.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.24": [ { "comment_text": "", "digests": { "md5": "b908e274b57e8b74b194c1ee20b02fa9", "sha256": "077e090ce2949b390f2795ca5c319f7298ca68f370ec72dd6b6a08999db885ec" }, "downloads": -1, "filename": "ladybug_comfort-0.12.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b908e274b57e8b74b194c1ee20b02fa9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122495, "upload_time": "2021-08-25T18:29:18", "upload_time_iso_8601": "2021-08-25T18:29:18.186811Z", "url": "https://files.pythonhosted.org/packages/34/02/5300de3625e226dd833ddb3967dc24909d4cbbd885a47a0e4471510d5531/ladybug_comfort-0.12.24-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3c24919a8bee13a915777e1d5aab83c", "sha256": "5e90d12bc20bc36bfb8991058f2a77495db87b5c1963cac8734309778d0f3a92" }, "downloads": -1, "filename": "ladybug-comfort-0.12.24.tar.gz", "has_sig": false, "md5_digest": "b3c24919a8bee13a915777e1d5aab83c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314114, "upload_time": "2021-08-25T18:29:21", "upload_time_iso_8601": "2021-08-25T18:29:21.630781Z", "url": "https://files.pythonhosted.org/packages/0f/18/291a3f84b5039d1571ff789d2cc471bc465e920c367050241f72f76b93bc/ladybug-comfort-0.12.24.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.25": [ { "comment_text": "", "digests": { "md5": "49590d12beeed23857c4121f25f5cee2", "sha256": "0823a0260f04c43f55c823bca6c2cd3b629501224eb3ce69daa8a732c9dc1586" }, "downloads": -1, "filename": "ladybug_comfort-0.12.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49590d12beeed23857c4121f25f5cee2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-09-02T21:30:24", "upload_time_iso_8601": "2021-09-02T21:30:24.057824Z", "url": "https://files.pythonhosted.org/packages/fc/43/0ece75ff54670c19ee237a459278483b1a1a5e9dc47014c970c173dc609c/ladybug_comfort-0.12.25-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37c0bc1963db0ab6a53cd0d040ed7b3a", "sha256": "eb061783c15462fa741db3000e2575ee8cc1b941f3c77f3e562c120d9602c664" }, "downloads": -1, "filename": "ladybug-comfort-0.12.25.tar.gz", "has_sig": false, "md5_digest": "37c0bc1963db0ab6a53cd0d040ed7b3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314094, "upload_time": "2021-09-02T21:30:26", "upload_time_iso_8601": "2021-09-02T21:30:26.935734Z", "url": "https://files.pythonhosted.org/packages/c6/7c/92245e730878f2d7e09c61ab17184e646bff940e340572416f1c3549caca/ladybug-comfort-0.12.25.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.26": [ { "comment_text": "", "digests": { "md5": "0fdee1b557abb48f76be59d15f3fac82", "sha256": "0d0f21109134afa1687e82d9b007e4ef682ea42d88812c533f7dca37feca35fc" }, "downloads": -1, "filename": "ladybug_comfort-0.12.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0fdee1b557abb48f76be59d15f3fac82", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122493, "upload_time": "2021-09-03T01:59:34", "upload_time_iso_8601": "2021-09-03T01:59:34.878320Z", "url": "https://files.pythonhosted.org/packages/5b/2e/61d36d3210fbf586194914b23150e0864a5205010898d614e4e97a33f43a/ladybug_comfort-0.12.26-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f2d02d4069f47da37a07faae784c6d70", "sha256": "51ec4781d5b62f5787da0157a33c59e689724acacb2bda29d08e008e910195a8" }, "downloads": -1, "filename": "ladybug-comfort-0.12.26.tar.gz", "has_sig": false, "md5_digest": "f2d02d4069f47da37a07faae784c6d70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314115, "upload_time": "2021-09-03T01:59:37", "upload_time_iso_8601": "2021-09-03T01:59:37.224533Z", "url": "https://files.pythonhosted.org/packages/4e/b0/338a2b2ad004b4de00a42db62a50ffbca88d98f0c1e1a9e2f09c2363d73b/ladybug-comfort-0.12.26.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.27": [ { "comment_text": "", "digests": { "md5": "944dbaf63dee9586a927a31bd2f7fd15", "sha256": "f4c38e56fc01f1f9d4554dbc2d6e3c4599be236e43d4d2dad38fa5e6db2aa6d2" }, "downloads": -1, "filename": "ladybug_comfort-0.12.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "944dbaf63dee9586a927a31bd2f7fd15", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122493, "upload_time": "2021-09-03T18:00:26", "upload_time_iso_8601": "2021-09-03T18:00:26.015632Z", "url": "https://files.pythonhosted.org/packages/c9/2d/1b2a35e03908e8f4decafa2bac109d441accd50a1521a0b1b2b8e89449a1/ladybug_comfort-0.12.27-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1dbdd5d264704bc3363593ca6a9145c", "sha256": "8f1e6cceceac7cf2af8d7c90614ef61507eb1849134c58efba497651daf49431" }, "downloads": -1, "filename": "ladybug-comfort-0.12.27.tar.gz", "has_sig": false, "md5_digest": "b1dbdd5d264704bc3363593ca6a9145c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314086, "upload_time": "2021-09-03T18:00:27", "upload_time_iso_8601": "2021-09-03T18:00:27.838785Z", "url": "https://files.pythonhosted.org/packages/1b/ed/88d548746cca738cfc509d4212fb75f0cfe9bd4f9c190e26900ba5301e5b/ladybug-comfort-0.12.27.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.28": [ { "comment_text": "", "digests": { "md5": "e58de33e1cef76813bda30931f3c83ee", "sha256": "6402df66264dc2242aa1db447738ad014dd94c3cb84f19be843f3b574c9bb95a" }, "downloads": -1, "filename": "ladybug_comfort-0.12.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e58de33e1cef76813bda30931f3c83ee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-09-16T01:22:40", "upload_time_iso_8601": "2021-09-16T01:22:40.925129Z", "url": "https://files.pythonhosted.org/packages/e4/50/80838be783789f8bc806be0dcbe0e1e0d619ae28165f3c8bea6f154e7685/ladybug_comfort-0.12.28-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3122abc23c153a9f6281597e67bf6fb4", "sha256": "470bbe51b05cd6f58f9098f0f3546a392026dfedc2b5d28fdea95b949e0d76b8" }, "downloads": -1, "filename": "ladybug-comfort-0.12.28.tar.gz", "has_sig": false, "md5_digest": "3122abc23c153a9f6281597e67bf6fb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314103, "upload_time": "2021-09-16T01:22:42", "upload_time_iso_8601": "2021-09-16T01:22:42.823118Z", "url": "https://files.pythonhosted.org/packages/6b/80/ce44a657ca096696568fe660b387d67bdc74a53fc287066211ed44397945/ladybug-comfort-0.12.28.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.29": [ { "comment_text": "", "digests": { "md5": "065d980deb65aede2deeb95da149d257", "sha256": "ab6ffa516d9c4869825dc65c48233a36f4a97e406abd0cb6926b32b9a6434e61" }, "downloads": -1, "filename": "ladybug_comfort-0.12.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "065d980deb65aede2deeb95da149d257", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122495, "upload_time": "2021-09-16T21:59:39", "upload_time_iso_8601": "2021-09-16T21:59:39.521798Z", "url": "https://files.pythonhosted.org/packages/20/9c/3fcb9bc6f05f572775917a047f8a1408295cc854272db250cfe081336c85/ladybug_comfort-0.12.29-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3e3aa31cf7cf58ad7f8b61c52cb9405", "sha256": "221f79092f20920efc6137d9488e047841626364d529a51e4d5eadfac39d6988" }, "downloads": -1, "filename": "ladybug-comfort-0.12.29.tar.gz", "has_sig": false, "md5_digest": "c3e3aa31cf7cf58ad7f8b61c52cb9405", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314140, "upload_time": "2021-09-16T21:59:41", "upload_time_iso_8601": "2021-09-16T21:59:41.518827Z", "url": "https://files.pythonhosted.org/packages/ee/3b/1b7f12dc913c0a8033eea32e5b82a89d4bd31568e16ecaa0d40f9b07e3f1/ladybug-comfort-0.12.29.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.3": [ { "comment_text": "", "digests": { "md5": "738e73323cb6a6f6455220099d292cde", "sha256": "25e9b5814d047f1a6c187f3a6f52a744a785b2a744911311b5be244d9f5b032d" }, "downloads": -1, "filename": "ladybug_comfort-0.12.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "738e73323cb6a6f6455220099d292cde", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122441, "upload_time": "2021-03-04T19:00:39", "upload_time_iso_8601": "2021-03-04T19:00:39.008827Z", "url": "https://files.pythonhosted.org/packages/f0/4e/f8fae2377077a937245681d94e22305f2f6b56b8f1fd256137f53be5e34b/ladybug_comfort-0.12.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7829a72c7d6bcffe652d37364726a374", "sha256": "f17c2915dbc07a22dfbd015f069944fc132063a200e8ae5b5dabaa7c24b2b4d8" }, "downloads": -1, "filename": "ladybug-comfort-0.12.3.tar.gz", "has_sig": false, "md5_digest": "7829a72c7d6bcffe652d37364726a374", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11309205, "upload_time": "2021-03-04T19:00:40", "upload_time_iso_8601": "2021-03-04T19:00:40.615461Z", "url": "https://files.pythonhosted.org/packages/4f/97/c0a2810624f5f830beb6c4962a9f0549bd84bcbd4364b4dccfe633d1a7f6/ladybug-comfort-0.12.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.30": [ { "comment_text": "", "digests": { "md5": "5b52abc7c181c767f4aedaa747fb2827", "sha256": "3e4184e18e38812d83335872afcfe4e711bc31dadb7754122980682acec8c485" }, "downloads": -1, "filename": "ladybug_comfort-0.12.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b52abc7c181c767f4aedaa747fb2827", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122493, "upload_time": "2021-10-02T19:58:28", "upload_time_iso_8601": "2021-10-02T19:58:28.246617Z", "url": "https://files.pythonhosted.org/packages/19/47/ed941344ec5ccdba96417cd0fc2e66badb6058794922522635a52b46a24a/ladybug_comfort-0.12.30-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e4297aa4ec93b823f62f18ae403783f", "sha256": "93f02646ee4e4968d51fb97c96a2ab3a040a6da36958e8abcf751ee0d3d460dd" }, "downloads": -1, "filename": "ladybug-comfort-0.12.30.tar.gz", "has_sig": false, "md5_digest": "5e4297aa4ec93b823f62f18ae403783f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314159, "upload_time": "2021-10-02T19:58:31", "upload_time_iso_8601": "2021-10-02T19:58:31.109314Z", "url": "https://files.pythonhosted.org/packages/72/56/69eed84a4ceedcb626f309405ad58d65f998a71f6d1a6b18e70ec3941cd5/ladybug-comfort-0.12.30.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.31": [ { "comment_text": "", "digests": { "md5": "bf0293c4ced950ebe85a1b3fa4634e1b", "sha256": "46b53a80fd371c43b0d5b566183be551adb1618899040e4545d1dcda80bf3892" }, "downloads": -1, "filename": "ladybug_comfort-0.12.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bf0293c4ced950ebe85a1b3fa4634e1b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-10-08T18:05:26", "upload_time_iso_8601": "2021-10-08T18:05:26.845224Z", "url": "https://files.pythonhosted.org/packages/5b/44/b03a91bf70e417f59895ceacbf8ea8633e67eff27284e45a995ac7f59376/ladybug_comfort-0.12.31-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5b46730d27053837fb479c98fcc19c65", "sha256": "b30fb7c7e0c4bace1340357bdda70f27355328fa7faf474de9be1a58abe6f5d7" }, "downloads": -1, "filename": "ladybug-comfort-0.12.31.tar.gz", "has_sig": false, "md5_digest": "5b46730d27053837fb479c98fcc19c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314174, "upload_time": "2021-10-08T18:05:31", "upload_time_iso_8601": "2021-10-08T18:05:31.661668Z", "url": "https://files.pythonhosted.org/packages/d1/f3/8768e46b03a37b831ee6179c50e1c15e36b69af9bc6a0999672025f38133/ladybug-comfort-0.12.31.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.32": [ { "comment_text": "", "digests": { "md5": "c314b241386d262f40c330939ce751cb", "sha256": "dd69b050e25b9619a97194b8b16b0a27d65ffca8fa816edc98afa39ad32a2b77" }, "downloads": -1, "filename": "ladybug_comfort-0.12.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c314b241386d262f40c330939ce751cb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122493, "upload_time": "2021-10-12T20:20:26", "upload_time_iso_8601": "2021-10-12T20:20:26.003859Z", "url": "https://files.pythonhosted.org/packages/34/f4/9aea791c71cfb3c2d8e74b2ba9dd4fd26d57be94a60cf3c478ebb285e3ff/ladybug_comfort-0.12.32-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c87920f1794002a0177f7c0f8c10f6f1", "sha256": "3d34663baa9690cd50b21e95a37685c45d8fc828b70d16ca6dcae6a32a69487a" }, "downloads": -1, "filename": "ladybug-comfort-0.12.32.tar.gz", "has_sig": false, "md5_digest": "c87920f1794002a0177f7c0f8c10f6f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314121, "upload_time": "2021-10-12T20:20:27", "upload_time_iso_8601": "2021-10-12T20:20:27.942140Z", "url": "https://files.pythonhosted.org/packages/88/31/57ee873ee64655e3646f41c2747ece5586e658e71db8fb72998d19c52de0/ladybug-comfort-0.12.32.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.33": [ { "comment_text": "", "digests": { "md5": "89e596735736a5e54271f193d1ac5e9d", "sha256": "db57897e32c6011e1e9272071ac94c9f2eb9298bdcc3285b3d5ea5f38fb29d32" }, "downloads": -1, "filename": "ladybug_comfort-0.12.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89e596735736a5e54271f193d1ac5e9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-10-28T18:49:41", "upload_time_iso_8601": "2021-10-28T18:49:41.956996Z", "url": "https://files.pythonhosted.org/packages/92/dc/0f5676d6c08a720f10b967cb5144f72306370712e3f7740edd17e75a1cb0/ladybug_comfort-0.12.33-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8b1c9dd3cec32232e4b02a20815f6e6", "sha256": "84020b7947209ae7aaf921f791dc862f6b4961293c12d38f09bb26e50ebc54ad" }, "downloads": -1, "filename": "ladybug-comfort-0.12.33.tar.gz", "has_sig": false, "md5_digest": "d8b1c9dd3cec32232e4b02a20815f6e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314145, "upload_time": "2021-10-28T18:49:44", "upload_time_iso_8601": "2021-10-28T18:49:44.175965Z", "url": "https://files.pythonhosted.org/packages/ca/d6/2e66ce0d99165079bcf55fbe52c9466471b77760cabec35a2f6d75096165/ladybug-comfort-0.12.33.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.34": [ { "comment_text": "", "digests": { "md5": "bc1aa6004475892432fea6e3d971f9fb", "sha256": "e189ceaf9b40b38e73168c24969fd5a1e5f9f9d97d91f54e5b174e71a26704b8" }, "downloads": -1, "filename": "ladybug_comfort-0.12.34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bc1aa6004475892432fea6e3d971f9fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-11-18T23:03:35", "upload_time_iso_8601": "2021-11-18T23:03:35.119870Z", "url": "https://files.pythonhosted.org/packages/14/51/9c4d640483a2ffc52920139846d556e0f41a3d4459d0a9650b9b48a64ec0/ladybug_comfort-0.12.34-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "67eb0b0ff3245bf3237726bba8442d8b", "sha256": "529c394b6d0042703dc8f7509bfbb5dee673d9f341526d7930d0fb95e5c14a66" }, "downloads": -1, "filename": "ladybug-comfort-0.12.34.tar.gz", "has_sig": false, "md5_digest": "67eb0b0ff3245bf3237726bba8442d8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314135, "upload_time": "2021-11-18T23:03:37", "upload_time_iso_8601": "2021-11-18T23:03:37.206041Z", "url": "https://files.pythonhosted.org/packages/33/51/bcc5085fd75902f664ee93d4c210b8b6f22fc3f2d944afdb70ebfa153ac4/ladybug-comfort-0.12.34.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.35": [ { "comment_text": "", "digests": { "md5": "6e4aaab22a3f65255c274ebb89cac404", "sha256": "0d17f579665ac03eefc7870f971dddc2fd7db600c18367b42bd13ec9a5d3dd0e" }, "downloads": -1, "filename": "ladybug_comfort-0.12.35-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6e4aaab22a3f65255c274ebb89cac404", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-11-25T15:47:10", "upload_time_iso_8601": "2021-11-25T15:47:10.299099Z", "url": "https://files.pythonhosted.org/packages/6b/d7/a448412ba743e6b087ba2de4ff0887f63fe042ed778de19fc51642de795f/ladybug_comfort-0.12.35-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "db22336614ed722ab9ce490545df49d8", "sha256": "2a55bf39d69cd8da65252c567be2fc5dfce558c9e3e11b79a8d1469ae51882ff" }, "downloads": -1, "filename": "ladybug-comfort-0.12.35.tar.gz", "has_sig": false, "md5_digest": "db22336614ed722ab9ce490545df49d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314221, "upload_time": "2021-11-25T15:47:12", "upload_time_iso_8601": "2021-11-25T15:47:12.781142Z", "url": "https://files.pythonhosted.org/packages/0e/f1/119e3210cb1b5c55cffcaecf89570c4b9e3dea0dc0a789077a64cd58e71d/ladybug-comfort-0.12.35.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.36": [ { "comment_text": "", "digests": { "md5": "5321dae1a1389d0b79ac05b6106ff921", "sha256": "835dfc16bc7238c2f46118ac192916e396cde395d65e77f819e205f63bff75af" }, "downloads": -1, "filename": "ladybug_comfort-0.12.36-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5321dae1a1389d0b79ac05b6106ff921", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122495, "upload_time": "2021-12-04T05:13:00", "upload_time_iso_8601": "2021-12-04T05:13:00.408887Z", "url": "https://files.pythonhosted.org/packages/92/bf/e31dcdd6c4b8a845cae7ab741e74626656b5b7a3b363d32966d2f2973847/ladybug_comfort-0.12.36-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e51d80b7f81b004009debb197260fefc", "sha256": "dff0be4768886dcff9d1a8c76458a4aac74c059434e7762c6833945c414d0156" }, "downloads": -1, "filename": "ladybug-comfort-0.12.36.tar.gz", "has_sig": false, "md5_digest": "e51d80b7f81b004009debb197260fefc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314140, "upload_time": "2021-12-04T05:13:03", "upload_time_iso_8601": "2021-12-04T05:13:03.017761Z", "url": "https://files.pythonhosted.org/packages/fd/f4/7de2de439554f5895f1f18937fe00bace954daf13d7e09bc04ec7a8ce2ca/ladybug-comfort-0.12.36.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.37": [ { "comment_text": "", "digests": { "md5": "6b547110e7b6a0d21c8708c06441ca4b", "sha256": "d0a36baf4ddc250ce8143cc4213a43672db57bc670aa781fffd2e2283dc3ec23" }, "downloads": -1, "filename": "ladybug_comfort-0.12.37-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b547110e7b6a0d21c8708c06441ca4b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122495, "upload_time": "2021-12-06T21:53:39", "upload_time_iso_8601": "2021-12-06T21:53:39.166709Z", "url": "https://files.pythonhosted.org/packages/92/c1/89ac1965989c509b2e2378dc948b39938e1a52dc2b79afbe7825be8f5187/ladybug_comfort-0.12.37-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95371995107b517d785a862ac1bf94d0", "sha256": "9108b1c3a9776af7627d82697609cb4302f45f97f77302822ec10350a628e085" }, "downloads": -1, "filename": "ladybug-comfort-0.12.37.tar.gz", "has_sig": false, "md5_digest": "95371995107b517d785a862ac1bf94d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314155, "upload_time": "2021-12-06T21:53:40", "upload_time_iso_8601": "2021-12-06T21:53:40.586017Z", "url": "https://files.pythonhosted.org/packages/04/0d/ea5b374d8b3de0cf0a21a8332e2db80201c85aae967e93e4e9b7cbfedaa9/ladybug-comfort-0.12.37.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.38": [ { "comment_text": "", "digests": { "md5": "140126ab70ee15645ee4df41d6e0dd99", "sha256": "c2a95dadbe5484c08b58fa9885b18494ecf7c5b5079e5cc51934924b711a46d4" }, "downloads": -1, "filename": "ladybug_comfort-0.12.38-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "140126ab70ee15645ee4df41d6e0dd99", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-12-08T19:38:22", "upload_time_iso_8601": "2021-12-08T19:38:22.680804Z", "url": "https://files.pythonhosted.org/packages/47/63/dcd90415ab29711ea819941e176ecd2fa42840e24e0d0cc27d8f1ed15c06/ladybug_comfort-0.12.38-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d1fe21fd7b4401216bb863060161ba6f", "sha256": "2c98989ab6e2556c4022e52f7fb13b17510a2a4749463937ba5f6f988e61ac07" }, "downloads": -1, "filename": "ladybug-comfort-0.12.38.tar.gz", "has_sig": false, "md5_digest": "d1fe21fd7b4401216bb863060161ba6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314185, "upload_time": "2021-12-08T19:38:24", "upload_time_iso_8601": "2021-12-08T19:38:24.756348Z", "url": "https://files.pythonhosted.org/packages/be/48/4e6d5babc178c6140a6f18c410f106e0e54a67934566b1abe0f2d977b3f1/ladybug-comfort-0.12.38.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.39": [ { "comment_text": "", "digests": { "md5": "c5fe127d5dd7c40fc7c493ae119cc7e6", "sha256": "0aa34040ac29f652eed6ff16d6007270a88bddd030df4856e50b72e7192b48f4" }, "downloads": -1, "filename": "ladybug_comfort-0.12.39-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5fe127d5dd7c40fc7c493ae119cc7e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122492, "upload_time": "2021-12-09T20:16:23", "upload_time_iso_8601": "2021-12-09T20:16:23.681709Z", "url": "https://files.pythonhosted.org/packages/e0/2a/a576f20ce985f8e2f7f6f1273b3c72b48cd9062eee05b15c7dd61d26d332/ladybug_comfort-0.12.39-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e374525c926177a09f116bae477e138b", "sha256": "4861b30a9ba4a23c35f3dacab90f266c214e9a33c883d1e7cec1714bf1bad0cc" }, "downloads": -1, "filename": "ladybug-comfort-0.12.39.tar.gz", "has_sig": false, "md5_digest": "e374525c926177a09f116bae477e138b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314157, "upload_time": "2021-12-09T20:16:26", "upload_time_iso_8601": "2021-12-09T20:16:26.042442Z", "url": "https://files.pythonhosted.org/packages/c4/13/39b893cbbf39a9981f379abbbbe3fb4dd6970e10ec64b2390e700a8ef0b1/ladybug-comfort-0.12.39.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.4": [ { "comment_text": "", "digests": { "md5": "32a064a9f26c63b74c909537f6988069", "sha256": "418c4139d8a0461fef6d70f65dbeec7f7076f45281eb570305d585baca8ccd4a" }, "downloads": -1, "filename": "ladybug_comfort-0.12.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "32a064a9f26c63b74c909537f6988069", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122441, "upload_time": "2021-03-04T19:31:35", "upload_time_iso_8601": "2021-03-04T19:31:35.427657Z", "url": "https://files.pythonhosted.org/packages/74/4e/7d93e4d4a3472419cb09c586568cf9fca1b8e89b16feac580205964ac5e1/ladybug_comfort-0.12.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64ba39292b7341a741cf35b402e75b29", "sha256": "cd018c9e3bf456759f4dcaf9074122016789f9008f33f09cf4ec5fc8cb57c9c6" }, "downloads": -1, "filename": "ladybug-comfort-0.12.4.tar.gz", "has_sig": false, "md5_digest": "64ba39292b7341a741cf35b402e75b29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11309193, "upload_time": "2021-03-04T19:31:36", "upload_time_iso_8601": "2021-03-04T19:31:36.784428Z", "url": "https://files.pythonhosted.org/packages/75/f7/4f3b0afa3fceb41814f4731ba4506f7227a63179a2e107936e584b6e0e51/ladybug-comfort-0.12.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.40": [ { "comment_text": "", "digests": { "md5": "e4ec0fa021dfc7b59459109184110b1a", "sha256": "0fea5ebd1d7c79b4027899c957e5ac4ceb75b249efbf5a670963260910c01515" }, "downloads": -1, "filename": "ladybug_comfort-0.12.40-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4ec0fa021dfc7b59459109184110b1a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122494, "upload_time": "2021-12-10T22:41:27", "upload_time_iso_8601": "2021-12-10T22:41:27.871984Z", "url": "https://files.pythonhosted.org/packages/6e/04/790f59829486a14aa1feecc0f5c9fa86cb44bbda83c146bb7d16133328ae/ladybug_comfort-0.12.40-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62bf742343c2667677244045f1372b12", "sha256": "dede47fd750afc7f457aacc8ba0ecd3e092f3dd343dc1f39f80fb65bd5a5f472" }, "downloads": -1, "filename": "ladybug-comfort-0.12.40.tar.gz", "has_sig": false, "md5_digest": "62bf742343c2667677244045f1372b12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11314175, "upload_time": "2021-12-10T22:41:30", "upload_time_iso_8601": "2021-12-10T22:41:30.196775Z", "url": "https://files.pythonhosted.org/packages/59/b1/3b02227f3e8f68043fb226146e2085d7269e804d832b131127bf492ba3ea/ladybug-comfort-0.12.40.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.5": [ { "comment_text": "", "digests": { "md5": "c1cb708fa4b5a9e0fcc936de5aa1caa1", "sha256": "1911aa7b0a04565ae958afbf2a018f8ab11e1ff9ee97f5837d67341262b8276e" }, "downloads": -1, "filename": "ladybug_comfort-0.12.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c1cb708fa4b5a9e0fcc936de5aa1caa1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122441, "upload_time": "2021-03-08T08:08:37", "upload_time_iso_8601": "2021-03-08T08:08:37.280141Z", "url": "https://files.pythonhosted.org/packages/55/dc/c1817430764962274c2d5c13f4d9c5770502120274dadeb2280dcbc4d104/ladybug_comfort-0.12.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f649a74eef0d649a6bd2ffd873575a19", "sha256": "9aa7322c58918db983f6c4e9d76fd307996d0567b15a9bc7c6f79ec889d2eef9" }, "downloads": -1, "filename": "ladybug-comfort-0.12.5.tar.gz", "has_sig": false, "md5_digest": "f649a74eef0d649a6bd2ffd873575a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11309176, "upload_time": "2021-03-08T08:08:38", "upload_time_iso_8601": "2021-03-08T08:08:38.974589Z", "url": "https://files.pythonhosted.org/packages/94/ee/d074fde713b16bf4d5e698e7ce2ca30c15d6cd2c53d7e5609e3ca1bd783d/ladybug-comfort-0.12.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.6": [ { "comment_text": "", "digests": { "md5": "5c61988abbedbc6334ab9149dd3c1342", "sha256": "133b9d47696444a5395e1e8aa4bd285fb0632c84b90b179dbc21e1ea6eda74c7" }, "downloads": -1, "filename": "ladybug_comfort-0.12.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5c61988abbedbc6334ab9149dd3c1342", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122441, "upload_time": "2021-03-12T00:52:48", "upload_time_iso_8601": "2021-03-12T00:52:48.204522Z", "url": "https://files.pythonhosted.org/packages/28/5f/2209e46237ccc3f0fe29c332b750e0f699880d2ff562ac0505756a4b7858/ladybug_comfort-0.12.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3c8bb9aa452a95efeed449113c4d0781", "sha256": "a5306bcb668ef2627a82fb8f84e03f950220303a607d3721e564fab00d3e0ed6" }, "downloads": -1, "filename": "ladybug-comfort-0.12.6.tar.gz", "has_sig": false, "md5_digest": "3c8bb9aa452a95efeed449113c4d0781", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11312260, "upload_time": "2021-03-12T00:52:50", "upload_time_iso_8601": "2021-03-12T00:52:50.223671Z", "url": "https://files.pythonhosted.org/packages/e7/4d/6c57cdf71876f40f80eb78c40ba40de78ff36ce8e48ae9c0940dd05acf83/ladybug-comfort-0.12.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.7": [ { "comment_text": "", "digests": { "md5": "1365aad3360c77d8f57079ce4ba022b4", "sha256": "aba1fe3125bc1081e66e6295f3a9c5248bfca49ba0f16ec016fe7faa183f796f" }, "downloads": -1, "filename": "ladybug_comfort-0.12.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1365aad3360c77d8f57079ce4ba022b4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122456, "upload_time": "2021-03-15T18:20:29", "upload_time_iso_8601": "2021-03-15T18:20:29.457894Z", "url": "https://files.pythonhosted.org/packages/d2/f6/5c261576480aed471c291ce417886c4d8406894ea44f7611c8ad3dafa7e9/ladybug_comfort-0.12.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58b868bec4fb60555e38f3eb6ac0cee9", "sha256": "9ff4c8f75d856e1fe131cc0dca544b25665db544c284fc1c1347570014e5308a" }, "downloads": -1, "filename": "ladybug-comfort-0.12.7.tar.gz", "has_sig": false, "md5_digest": "58b868bec4fb60555e38f3eb6ac0cee9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11312291, "upload_time": "2021-03-15T18:20:31", "upload_time_iso_8601": "2021-03-15T18:20:31.347103Z", "url": "https://files.pythonhosted.org/packages/26/3e/fe2b877e4ad66cf19517958df1ad0d0826f721cd83c1df5fe509b7ca64b3/ladybug-comfort-0.12.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.8": [ { "comment_text": "", "digests": { "md5": "810f271211f0bac66fb3b01d780383fe", "sha256": "37d3197adbe1b940276ac0c72e0fc39ef147ad3893805facc329836aed5ced6c" }, "downloads": -1, "filename": "ladybug_comfort-0.12.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "810f271211f0bac66fb3b01d780383fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122455, "upload_time": "2021-03-31T20:06:19", "upload_time_iso_8601": "2021-03-31T20:06:19.900954Z", "url": "https://files.pythonhosted.org/packages/99/7e/fa0368afdc6456e688654cd49b6a97e441f294803ff21eb079e5a181ab05/ladybug_comfort-0.12.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "19cb4922ed8d5376bfd858978005e371", "sha256": "580ce33a6040209f9066880dfa446f055d5913473319afd74348dfdf053876e0" }, "downloads": -1, "filename": "ladybug-comfort-0.12.8.tar.gz", "has_sig": false, "md5_digest": "19cb4922ed8d5376bfd858978005e371", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11312242, "upload_time": "2021-03-31T20:06:22", "upload_time_iso_8601": "2021-03-31T20:06:22.351090Z", "url": "https://files.pythonhosted.org/packages/c6/07/887cc084d1796606a346745c6ea20c576d863850b87ba18ce10c5fa97f3c/ladybug-comfort-0.12.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.9": [ { "comment_text": "", "digests": { "md5": "af258a15ea9387031eb39be105e679cd", "sha256": "4aca8aac9224d3711ef8fba4d36a5f3042d8003b68d006e0aad149aa6295a091" }, "downloads": -1, "filename": "ladybug_comfort-0.12.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "af258a15ea9387031eb39be105e679cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 122456, "upload_time": "2021-04-02T11:35:16", "upload_time_iso_8601": "2021-04-02T11:35:16.224670Z", "url": "https://files.pythonhosted.org/packages/72/a0/6c8d241e40813547f1c56023a04557557370ca52c097d50a49a5e790fb8b/ladybug_comfort-0.12.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "65b730aea905c2dfea9310cb387da3dd", "sha256": "92cd2ef00453d2840acc501768fb155729721ee1feae615658d886162de3608d" }, "downloads": -1, "filename": "ladybug-comfort-0.12.9.tar.gz", "has_sig": false, "md5_digest": "65b730aea905c2dfea9310cb387da3dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11312300, "upload_time": "2021-04-02T11:35:18", "upload_time_iso_8601": "2021-04-02T11:35:18.281540Z", "url": "https://files.pythonhosted.org/packages/8b/9e/de46e1b317291285d6b83cd32ae94d2e3affc21004aa69f38f14086a4768/ladybug-comfort-0.12.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "c3f1ef4321bce02e7702401e20326e21", "sha256": "973490e36b6e3e14258c761933d48ee896afd8525f11da9dccf38311ef7ffa26" }, "downloads": -1, "filename": "ladybug_comfort-0.13.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3f1ef4321bce02e7702401e20326e21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130881, "upload_time": "2021-12-13T06:08:09", "upload_time_iso_8601": "2021-12-13T06:08:09.364998Z", "url": "https://files.pythonhosted.org/packages/78/8b/ff8800e8a0b4c0c5da9edb601025ab611b85aa2f7048cc8fa05de52f51d1/ladybug_comfort-0.13.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "65c78a77a83d8475ca73d519e8409f6f", "sha256": "a8f92ded5afc4af002e5e9971069d541321a694fcd45b125430dae3206bf08ac" }, "downloads": -1, "filename": "ladybug-comfort-0.13.0.tar.gz", "has_sig": false, "md5_digest": "65c78a77a83d8475ca73d519e8409f6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570852, "upload_time": "2021-12-13T06:08:12", "upload_time_iso_8601": "2021-12-13T06:08:12.219539Z", "url": "https://files.pythonhosted.org/packages/65/73/c727123531c653c23e8c6450e00a0253fedac41d5397ca507a943ccdccac/ladybug-comfort-0.13.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "56af240343fd77f19d1a30fb6fd1bd2a", "sha256": "6b22c1c9bad59179903a39e78bcec1ce0207f6b632a9dab3a2d7771132b1b50a" }, "downloads": -1, "filename": "ladybug_comfort-0.13.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "56af240343fd77f19d1a30fb6fd1bd2a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130961, "upload_time": "2021-12-15T21:48:46", "upload_time_iso_8601": "2021-12-15T21:48:46.927049Z", "url": "https://files.pythonhosted.org/packages/43/77/d42a068d18e51ac9d8dd5c93c8d2d1512102705e9296dd2e50bc26653a41/ladybug_comfort-0.13.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d35206971753d1b3c5cd7ac375ebf4c", "sha256": "b604df37d06bb324b5be785c1ac51fa1281f87c90994529d07a6ab410735f7ca" }, "downloads": -1, "filename": "ladybug-comfort-0.13.1.tar.gz", "has_sig": false, "md5_digest": "0d35206971753d1b3c5cd7ac375ebf4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570892, "upload_time": "2021-12-15T21:48:48", "upload_time_iso_8601": "2021-12-15T21:48:48.660412Z", "url": "https://files.pythonhosted.org/packages/43/b0/2f7d7e27173783729675257d71e0889c7117c7e46587e864879ada7a2aef/ladybug-comfort-0.13.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.10": [ { "comment_text": "", "digests": { "md5": "069152f0a9757e6824a8f715a59a324b", "sha256": "419b3b3d2167a30c9d7f831c029398e134728675f4f93744bba2fdbcffdd7a76" }, "downloads": -1, "filename": "ladybug_comfort-0.13.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "069152f0a9757e6824a8f715a59a324b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130976, "upload_time": "2022-01-18T02:47:43", "upload_time_iso_8601": "2022-01-18T02:47:43.751705Z", "url": "https://files.pythonhosted.org/packages/2c/88/c5b34cdb636d20f010fcd538f4bba1c2e02c4da19dff974b7f23ede606b8/ladybug_comfort-0.13.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9cf81def672deb79d65bca6a0e05765", "sha256": "934966706a266cb64b04d4419755d4b65a96b86adee2fabafc69e70ad9354f13" }, "downloads": -1, "filename": "ladybug-comfort-0.13.10.tar.gz", "has_sig": false, "md5_digest": "a9cf81def672deb79d65bca6a0e05765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570926, "upload_time": "2022-01-18T02:47:45", "upload_time_iso_8601": "2022-01-18T02:47:45.955293Z", "url": "https://files.pythonhosted.org/packages/de/a6/3651b454372c2191ba4b35235e942b48231ee3fd13c251ea9629ade8bc1c/ladybug-comfort-0.13.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.11": [ { "comment_text": "", "digests": { "md5": "faed329ab7883d8a218bf45575629e66", "sha256": "02cd8dcc97ff0d2f524d4ca49190c7337f52b7589e64b7a84aac2ddadf2d2101" }, "downloads": -1, "filename": "ladybug_comfort-0.13.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "faed329ab7883d8a218bf45575629e66", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131527, "upload_time": "2022-01-20T17:03:30", "upload_time_iso_8601": "2022-01-20T17:03:30.850126Z", "url": "https://files.pythonhosted.org/packages/eb/e9/2aafd21083f3faf781202d1d6f0461a1c8baf932cc76dfca3bf45588d727/ladybug_comfort-0.13.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6eeebdc6c71db4692856a37d56e2f66", "sha256": "960ee97a41e5b5fc062e8ede7ebab7f450b2de8c5f85941747117be8707704da" }, "downloads": -1, "filename": "ladybug-comfort-0.13.11.tar.gz", "has_sig": false, "md5_digest": "a6eeebdc6c71db4692856a37d56e2f66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571329, "upload_time": "2022-01-20T17:03:33", "upload_time_iso_8601": "2022-01-20T17:03:33.024660Z", "url": "https://files.pythonhosted.org/packages/65/de/8e52192d7da2cf85aa5ac37c96ea8402901cdf2495afc1c3fa396a1854b2/ladybug-comfort-0.13.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.12": [ { "comment_text": "", "digests": { "md5": "0d0f1582b18944c2b714015c01e2482c", "sha256": "b313962c5838ef2dff3b9a51a6124b8d277e866e2716e3ea00412cac9ef713a8" }, "downloads": -1, "filename": "ladybug_comfort-0.13.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d0f1582b18944c2b714015c01e2482c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131634, "upload_time": "2022-01-20T18:38:48", "upload_time_iso_8601": "2022-01-20T18:38:48.381425Z", "url": "https://files.pythonhosted.org/packages/81/68/dd6b5c3bcb949cd6ffd842ad4f615f88edc6d83e710d8c58f4ed0ac6d282/ladybug_comfort-0.13.12-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "867ad7a48f7255c982b26634d70d929e", "sha256": "447288de9d1f5dc6434dd240385f9699a66e027bbf7c282a4d60221808c46ed3" }, "downloads": -1, "filename": "ladybug-comfort-0.13.12.tar.gz", "has_sig": false, "md5_digest": "867ad7a48f7255c982b26634d70d929e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571428, "upload_time": "2022-01-20T18:38:50", "upload_time_iso_8601": "2022-01-20T18:38:50.999603Z", "url": "https://files.pythonhosted.org/packages/f8/2c/0ea182ddde0ca97852d78e871296eb2a7c1091cb46d58d081d33da5a7408/ladybug-comfort-0.13.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.13": [ { "comment_text": "", "digests": { "md5": "9082089da207f8e40cd47c5cf6b2813f", "sha256": "9b8a7b6d04ceebe764d17e74507f36dc6641893526acf0936691ad60d055c202" }, "downloads": -1, "filename": "ladybug_comfort-0.13.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9082089da207f8e40cd47c5cf6b2813f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131635, "upload_time": "2022-01-29T18:47:25", "upload_time_iso_8601": "2022-01-29T18:47:25.163977Z", "url": "https://files.pythonhosted.org/packages/a4/91/476ca5c507cc87e596a15512d2f58ae268ee7ae1c8c8a0f64bb0b0d4da63/ladybug_comfort-0.13.13-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7038c8e49a85bbd302003bfac4f35aae", "sha256": "704907b8e147b9417a3cad23ce2ac47ae4c5745abc91fe45ce72622bb1d3d667" }, "downloads": -1, "filename": "ladybug-comfort-0.13.13.tar.gz", "has_sig": false, "md5_digest": "7038c8e49a85bbd302003bfac4f35aae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571427, "upload_time": "2022-01-29T18:47:27", "upload_time_iso_8601": "2022-01-29T18:47:27.349666Z", "url": "https://files.pythonhosted.org/packages/fc/62/a1b2a39fe80b7f91cfad47b234f22862e1963e1eb198676ce0be29c8558d/ladybug-comfort-0.13.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.14": [ { "comment_text": "", "digests": { "md5": "90fa1020a8290662bdc296eba51c0fdc", "sha256": "520af8c4f3a973ee6853242de8a7e19150e303a14f6948fc636ec437d65efd6a" }, "downloads": -1, "filename": "ladybug_comfort-0.13.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "90fa1020a8290662bdc296eba51c0fdc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131636, "upload_time": "2022-01-31T16:41:55", "upload_time_iso_8601": "2022-01-31T16:41:55.834727Z", "url": "https://files.pythonhosted.org/packages/03/9e/1b5793fea812f8fe0cbe918b7970211242efe6d268cd29096017eb9ae001/ladybug_comfort-0.13.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9348eaf66169e52564f0df322e1eeccb", "sha256": "344492c614dbda69686e833bc04ac981b195be69352e23c3d4b70151559917e5" }, "downloads": -1, "filename": "ladybug-comfort-0.13.14.tar.gz", "has_sig": false, "md5_digest": "9348eaf66169e52564f0df322e1eeccb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571418, "upload_time": "2022-01-31T16:41:57", "upload_time_iso_8601": "2022-01-31T16:41:57.662420Z", "url": "https://files.pythonhosted.org/packages/b8/30/a439f71912ba4fae0977db627b22ba4601f202c6483181e7ffca647de7d3/ladybug-comfort-0.13.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.15": [ { "comment_text": "", "digests": { "md5": "e1b0e20545b7352ec2a203da758d7c43", "sha256": "b251b0ed81e2588cf5471f2a58a7a9914426c367283810a5df940a3d8a2f2b61" }, "downloads": -1, "filename": "ladybug_comfort-0.13.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e1b0e20545b7352ec2a203da758d7c43", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131696, "upload_time": "2022-01-31T21:34:55", "upload_time_iso_8601": "2022-01-31T21:34:55.885971Z", "url": "https://files.pythonhosted.org/packages/68/83/1036c4fe1890f5376fb5576a0b61101980e3c40f2b1bafbf75991f2a2088/ladybug_comfort-0.13.15-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e3036d2dc37b3d33a5a4ebffcf7e8598", "sha256": "e9d4510bc79e77f4c2ff3aecaf2256d76943cc263d689330707468782bf55487" }, "downloads": -1, "filename": "ladybug-comfort-0.13.15.tar.gz", "has_sig": false, "md5_digest": "e3036d2dc37b3d33a5a4ebffcf7e8598", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571462, "upload_time": "2022-01-31T21:34:58", "upload_time_iso_8601": "2022-01-31T21:34:58.372099Z", "url": "https://files.pythonhosted.org/packages/3e/9c/f8278ae42ee073e586eeb2fa97d25a77fa8e22c87bd4941b55dbf8b68bbe/ladybug-comfort-0.13.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.16": [ { "comment_text": "", "digests": { "md5": "069bb8f65b103fa372931d52ca875f42", "sha256": "64b82990910b253042101225f2520e6796235209ab8f4bced0649ce2899e2ef7" }, "downloads": -1, "filename": "ladybug_comfort-0.13.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "069bb8f65b103fa372931d52ca875f42", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131701, "upload_time": "2022-01-31T22:53:17", "upload_time_iso_8601": "2022-01-31T22:53:17.286421Z", "url": "https://files.pythonhosted.org/packages/59/d6/4a053f051cba2b33ffb5d93a0805f41ac98754cd4335d95b0611507c40c9/ladybug_comfort-0.13.16-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58f384b3a7db7c480b1912d819672887", "sha256": "077960e84a4d2a8398596cae5dc2625fd4e5973a560e921234c059a364306dcf" }, "downloads": -1, "filename": "ladybug-comfort-0.13.16.tar.gz", "has_sig": false, "md5_digest": "58f384b3a7db7c480b1912d819672887", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571428, "upload_time": "2022-01-31T22:53:20", "upload_time_iso_8601": "2022-01-31T22:53:20.481407Z", "url": "https://files.pythonhosted.org/packages/51/dd/fb3b44c637e86983ea0b73bcdc786de81fdcfdb8f916353a2c5a444045c4/ladybug-comfort-0.13.16.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.17": [ { "comment_text": "", "digests": { "md5": "1c70ea262f49a4da046f88260a97727e", "sha256": "1776421cfbde53537e3cf22531178045da4edbb442f285d06e0eb50f20358ac4" }, "downloads": -1, "filename": "ladybug_comfort-0.13.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1c70ea262f49a4da046f88260a97727e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131943, "upload_time": "2022-02-02T18:45:28", "upload_time_iso_8601": "2022-02-02T18:45:28.631572Z", "url": "https://files.pythonhosted.org/packages/04/70/d2a309e9b1bd7e5f15736139f29da9dabe4997c3e4bc62c5a729740f65e3/ladybug_comfort-0.13.17-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8a22b9b40c94a6197a068abd2296b8d", "sha256": "bf564c8a1f30350630c325232d3d7e966c78814021e0e49c12a1e89877dd7443" }, "downloads": -1, "filename": "ladybug-comfort-0.13.17.tar.gz", "has_sig": false, "md5_digest": "a8a22b9b40c94a6197a068abd2296b8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571772, "upload_time": "2022-02-02T18:45:30", "upload_time_iso_8601": "2022-02-02T18:45:30.697072Z", "url": "https://files.pythonhosted.org/packages/2f/27/1fe0b95d0ccd329d9ec9def0f1490d9461ca5e8a280b7b9092e213700a5e/ladybug-comfort-0.13.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.18": [ { "comment_text": "", "digests": { "md5": "6353a85cf5ef568f890c6ba41e684839", "sha256": "a7866ff490e4cdca1cb46f6c6406c2d64bd574a734b58368beb9a7b0bbb9c043" }, "downloads": -1, "filename": "ladybug_comfort-0.13.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6353a85cf5ef568f890c6ba41e684839", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131990, "upload_time": "2022-02-02T19:37:40", "upload_time_iso_8601": "2022-02-02T19:37:40.803771Z", "url": "https://files.pythonhosted.org/packages/17/01/3faeb3d92dd8bff6c6f775099a3c3dd2bf5fbdcba093d78100e1f0f806b4/ladybug_comfort-0.13.18-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "63a0989ff180cbba97617a626d3e83be", "sha256": "d58c7e5c652b9f75394f69630d8e993b40137250d3a8aa7996495c3356acc94f" }, "downloads": -1, "filename": "ladybug-comfort-0.13.18.tar.gz", "has_sig": false, "md5_digest": "63a0989ff180cbba97617a626d3e83be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571797, "upload_time": "2022-02-02T19:37:43", "upload_time_iso_8601": "2022-02-02T19:37:43.560491Z", "url": "https://files.pythonhosted.org/packages/27/c1/3ff434d22c04c3308a1b68c2b0cab189bfe3e229b2144a38f1fda11f7756/ladybug-comfort-0.13.18.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.19": [ { "comment_text": "", "digests": { "md5": "ccd56ed4e0ef0076f7ceea6c2671a9c0", "sha256": "e55c55fc7607540b9ef70b4c1da5f850fdf4c681b3f8aabc6285843abc386f7d" }, "downloads": -1, "filename": "ladybug_comfort-0.13.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ccd56ed4e0ef0076f7ceea6c2671a9c0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 132014, "upload_time": "2022-02-03T00:00:30", "upload_time_iso_8601": "2022-02-03T00:00:30.103202Z", "url": "https://files.pythonhosted.org/packages/50/a5/e8cb00ab0ee525fe7432f1f7ad948d8360697aead02833cd03f5207c0c41/ladybug_comfort-0.13.19-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d36b1cb8b4998bef6d557356b93ab6b8", "sha256": "135391d43fe9d707f0202d031895435eecbd9e406368ccef3c8b9bf88c5a6a2c" }, "downloads": -1, "filename": "ladybug-comfort-0.13.19.tar.gz", "has_sig": false, "md5_digest": "d36b1cb8b4998bef6d557356b93ab6b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571830, "upload_time": "2022-02-03T00:00:32", "upload_time_iso_8601": "2022-02-03T00:00:32.981979Z", "url": "https://files.pythonhosted.org/packages/56/21/d469855c0eb7b7d9f7477e68a10ec00b4f72d4808a873bde00de023d8fda/ladybug-comfort-0.13.19.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.2": [ { "comment_text": "", "digests": { "md5": "d02a398d6640c15fd743bb92ae081611", "sha256": "4043c93bbe997a4e8e23c69728f75bd49ea6c2d899fd9c705b3d75c348265912" }, "downloads": -1, "filename": "ladybug_comfort-0.13.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d02a398d6640c15fd743bb92ae081611", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130959, "upload_time": "2021-12-16T21:28:10", "upload_time_iso_8601": "2021-12-16T21:28:10.012076Z", "url": "https://files.pythonhosted.org/packages/ac/07/0e46cbcab3568fdc807acbfa31a2e5a46aaa12ba01e75d038d06912325f1/ladybug_comfort-0.13.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad36025af359766d19ea50f065d58c4a", "sha256": "0e717c2fc285992ac8aefa59b4eecb6e5f3222a7dbf955ed006cc42d62b68f0c" }, "downloads": -1, "filename": "ladybug-comfort-0.13.2.tar.gz", "has_sig": false, "md5_digest": "ad36025af359766d19ea50f065d58c4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570884, "upload_time": "2021-12-16T21:28:12", "upload_time_iso_8601": "2021-12-16T21:28:12.090413Z", "url": "https://files.pythonhosted.org/packages/a0/ea/7649550ebbe87c0db135374b15a9b394e3639aa4056dfce73769e37d3b9c/ladybug-comfort-0.13.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.20": [ { "comment_text": "", "digests": { "md5": "91d82c954ac3fdfe4d8d04cd741899dc", "sha256": "d6de80c425844df3b81fd3417adc6c8ce77d68987744f977118d098b98fd3286" }, "downloads": -1, "filename": "ladybug_comfort-0.13.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "91d82c954ac3fdfe4d8d04cd741899dc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 132015, "upload_time": "2022-02-03T03:46:11", "upload_time_iso_8601": "2022-02-03T03:46:11.128393Z", "url": "https://files.pythonhosted.org/packages/83/fa/e66cde68dd5481105e4917b7bc2d7b2313138016caff0cb7f0113077bba2/ladybug_comfort-0.13.20-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2587ebf4c8c0ccdc27e50ce56d5a250e", "sha256": "3645d2fb0b10d99b2979cb4e27171ed2f9d54f5ac7398568bd741418d91d3a7f" }, "downloads": -1, "filename": "ladybug-comfort-0.13.20.tar.gz", "has_sig": false, "md5_digest": "2587ebf4c8c0ccdc27e50ce56d5a250e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11571816, "upload_time": "2022-02-03T03:46:12", "upload_time_iso_8601": "2022-02-03T03:46:12.713598Z", "url": "https://files.pythonhosted.org/packages/2d/3f/006109beba3fbcf4d8e03904b974970c2a3b673ecbcb7abf190eb60a60c1/ladybug-comfort-0.13.20.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.3": [ { "comment_text": "", "digests": { "md5": "c6ec4922e748bbe30e6b5847f68cdba6", "sha256": "eeaa0b0235b38d184a2206754f81493108b22cdaeaaa49e20d0df2c64e72dd8e" }, "downloads": -1, "filename": "ladybug_comfort-0.13.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6ec4922e748bbe30e6b5847f68cdba6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130964, "upload_time": "2021-12-20T19:10:51", "upload_time_iso_8601": "2021-12-20T19:10:51.280016Z", "url": "https://files.pythonhosted.org/packages/6c/fa/6ab4de4ae192ebe6a4d078c02272817397e0f9f63fad7756324bcb98ad37/ladybug_comfort-0.13.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b44bc1fa44bd804db02888fb3b1f06d5", "sha256": "57077582704b0d44d49169de17019c933ce443cc5f49f14151ff89f36851aecc" }, "downloads": -1, "filename": "ladybug-comfort-0.13.3.tar.gz", "has_sig": false, "md5_digest": "b44bc1fa44bd804db02888fb3b1f06d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570898, "upload_time": "2021-12-20T19:10:52", "upload_time_iso_8601": "2021-12-20T19:10:52.995908Z", "url": "https://files.pythonhosted.org/packages/3b/50/441faed2f80dffdd5c799bca82cdd6c1c5a3cda6075d3003af10cbe835d2/ladybug-comfort-0.13.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.4": [ { "comment_text": "", "digests": { "md5": "a3fa6de289e248a94f489d46217aa1b7", "sha256": "862097933563f65d1c0e1bc094e917449d0bb7a53a7949c8d799303234466677" }, "downloads": -1, "filename": "ladybug_comfort-0.13.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a3fa6de289e248a94f489d46217aa1b7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130965, "upload_time": "2021-12-21T18:06:23", "upload_time_iso_8601": "2021-12-21T18:06:23.087016Z", "url": "https://files.pythonhosted.org/packages/60/1c/ed6207ebfcb98931409ec7bbd7466151c5e9e69374c51573db9f4fecfd28/ladybug_comfort-0.13.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fd4ab2f384918c4a1b01043336347f53", "sha256": "4df65411453218a17cb8dc606d2b69f3281bfccb1c0439ba79441b3d776eb369" }, "downloads": -1, "filename": "ladybug-comfort-0.13.4.tar.gz", "has_sig": false, "md5_digest": "fd4ab2f384918c4a1b01043336347f53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570917, "upload_time": "2021-12-21T18:06:25", "upload_time_iso_8601": "2021-12-21T18:06:25.300482Z", "url": "https://files.pythonhosted.org/packages/33/b4/8a793296215cd8f84a6a8e794f70ce576e3ac41091be2b9ffc9569b6f012/ladybug-comfort-0.13.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.5": [ { "comment_text": "", "digests": { "md5": "225e7f9f34030c4a9ed8884abc60c2fd", "sha256": "a647a7ae66e3a768b81448e4785e4532b4b22ec603a24b9d8a7e15a6df3702e2" }, "downloads": -1, "filename": "ladybug_comfort-0.13.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "225e7f9f34030c4a9ed8884abc60c2fd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130962, "upload_time": "2021-12-27T20:48:27", "upload_time_iso_8601": "2021-12-27T20:48:27.681823Z", "url": "https://files.pythonhosted.org/packages/be/9a/79a75b8e409753ac9b94f0eee2b1cb41bc96c04402a47da4c44a17367d10/ladybug_comfort-0.13.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "367d1c85a1afdc15cfd8e8a5a3a26e81", "sha256": "d5d0ecde33d1219bc34c185dafc3b60b3473b415b64240d4369459e3c2c2ffac" }, "downloads": -1, "filename": "ladybug-comfort-0.13.5.tar.gz", "has_sig": false, "md5_digest": "367d1c85a1afdc15cfd8e8a5a3a26e81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570899, "upload_time": "2021-12-27T20:48:29", "upload_time_iso_8601": "2021-12-27T20:48:29.552253Z", "url": "https://files.pythonhosted.org/packages/01/82/8ec9a84e5832b27015ffd889a864b558b4bc963518ad283cfb5dd394ef5a/ladybug-comfort-0.13.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.6": [ { "comment_text": "", "digests": { "md5": "e15ea55d5415644d771e0697eca9a16e", "sha256": "912ac7bbe3b678ecf00eeac3e52be2ff8ee1d88eef90e8255542d55a531ad53f" }, "downloads": -1, "filename": "ladybug_comfort-0.13.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e15ea55d5415644d771e0697eca9a16e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130964, "upload_time": "2021-12-29T15:59:52", "upload_time_iso_8601": "2021-12-29T15:59:52.506109Z", "url": "https://files.pythonhosted.org/packages/70/ae/3549bbe348a1da097a8f4266afb14f6cce3b24816398c0c0c8a643f9122c/ladybug_comfort-0.13.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9ef09f94407833b5e1c8b99064d8c27", "sha256": "2a1a11c01f6be021b0d1193ff2cbef6f66e0c7f6161c7e5258c038e32b34b919" }, "downloads": -1, "filename": "ladybug-comfort-0.13.6.tar.gz", "has_sig": false, "md5_digest": "d9ef09f94407833b5e1c8b99064d8c27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570898, "upload_time": "2021-12-29T15:59:54", "upload_time_iso_8601": "2021-12-29T15:59:54.804590Z", "url": "https://files.pythonhosted.org/packages/aa/5c/a13a553be6f2f200d0d07c15f81e503f66453b41f6c853fdafcc84fdcb20/ladybug-comfort-0.13.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.7": [ { "comment_text": "", "digests": { "md5": "c421c8952e0af1398b3634a0fb5ebdd5", "sha256": "a2f6fcefcfc378bbaf732df7e66fdcd291cfceb554fbfe4ddca9333299f83f31" }, "downloads": -1, "filename": "ladybug_comfort-0.13.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c421c8952e0af1398b3634a0fb5ebdd5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130963, "upload_time": "2021-12-29T20:57:54", "upload_time_iso_8601": "2021-12-29T20:57:54.137262Z", "url": "https://files.pythonhosted.org/packages/c8/e9/8d6fdd94effb9acc6fe8e6eaab64d8d6606190345f5c31192a06aaa4f127/ladybug_comfort-0.13.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47468eab9656f2fff395f5f637e1c2ea", "sha256": "0af3dc5645c80ee6c93b0f996527adf6401b1c2fc4ba3ec303a4ded9b35e4450" }, "downloads": -1, "filename": "ladybug-comfort-0.13.7.tar.gz", "has_sig": false, "md5_digest": "47468eab9656f2fff395f5f637e1c2ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570897, "upload_time": "2021-12-29T20:57:56", "upload_time_iso_8601": "2021-12-29T20:57:56.606836Z", "url": "https://files.pythonhosted.org/packages/6b/82/6b380fbab8def80105dd6af938c2332da6401377cdd89e08f7df955d5f2a/ladybug-comfort-0.13.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.8": [ { "comment_text": "", "digests": { "md5": "84495341ef8c38a9fa0242bca239592f", "sha256": "0d55b5b555fd6712f4bdcfc26cffe42537595fe7650b23f030ab8dd6e7b860db" }, "downloads": -1, "filename": "ladybug_comfort-0.13.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "84495341ef8c38a9fa0242bca239592f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130965, "upload_time": "2021-12-31T20:31:18", "upload_time_iso_8601": "2021-12-31T20:31:18.611683Z", "url": "https://files.pythonhosted.org/packages/3b/8a/9bd66754c598981c5cd430c41bde3897453565c4b4e8fae026466be38492/ladybug_comfort-0.13.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab2df93c4b52f2e8f2f58de9852790c5", "sha256": "342c1504cfd15880726933db3917046ea0bb05ee9f3caf4d3b0ae0a20942d244" }, "downloads": -1, "filename": "ladybug-comfort-0.13.8.tar.gz", "has_sig": false, "md5_digest": "ab2df93c4b52f2e8f2f58de9852790c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570896, "upload_time": "2021-12-31T20:31:20", "upload_time_iso_8601": "2021-12-31T20:31:20.889347Z", "url": "https://files.pythonhosted.org/packages/2e/fe/b245937e93550339a2b4745158ba7f51e0650e08da05b0c79d6efe07ea11/ladybug-comfort-0.13.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.9": [ { "comment_text": "", "digests": { "md5": "9772912cab11a65b9c2707924abcd5ae", "sha256": "02b290381a3a4d0022e30fac00764636c996613ffde3292dcee8651e1b1bdcf3" }, "downloads": -1, "filename": "ladybug_comfort-0.13.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9772912cab11a65b9c2707924abcd5ae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130965, "upload_time": "2022-01-15T19:55:52", "upload_time_iso_8601": "2022-01-15T19:55:52.307389Z", "url": "https://files.pythonhosted.org/packages/8a/f5/4617ac34e89181eb72e01729907ec38c325cb08323f73d62b63b1802706a/ladybug_comfort-0.13.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ffa4df8e1d871a14f152742d21c23d7d", "sha256": "32b6f5462552419581000f177615e1d69fc1f23923c8f34765072a83979d2281" }, "downloads": -1, "filename": "ladybug-comfort-0.13.9.tar.gz", "has_sig": false, "md5_digest": "ffa4df8e1d871a14f152742d21c23d7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11570899, "upload_time": "2022-01-15T19:55:54", "upload_time_iso_8601": "2022-01-15T19:55:54.307525Z", "url": "https://files.pythonhosted.org/packages/84/5b/d401e57d222af23bb63b931e18b451ca4326ec65f080b27a52a65f1ab69a/ladybug-comfort-0.13.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "4b46d4c8939d42d8eb407eca327f0f95", "sha256": "42177145252e7863271f7f9eedd9a3d0b1d0375f31f9b2227dfb611ad3e13f57" }, "downloads": -1, "filename": "ladybug_comfort-0.14.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4b46d4c8939d42d8eb407eca327f0f95", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 133066, "upload_time": "2022-02-03T23:14:12", "upload_time_iso_8601": "2022-02-03T23:14:12.134239Z", "url": "https://files.pythonhosted.org/packages/e1/7e/985f6a54a978ace7f83cb8e2e81a47a3bd8dc67021788f7a3203a61ba9b8/ladybug_comfort-0.14.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "664810dd9a93393401fb808c8996578f", "sha256": "a895453288415311d7a15aea0ef63106810c6295a9525cbb4504f8e82f4b1569" }, "downloads": -1, "filename": "ladybug-comfort-0.14.0.tar.gz", "has_sig": false, "md5_digest": "664810dd9a93393401fb808c8996578f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11572439, "upload_time": "2022-02-03T23:14:14", "upload_time_iso_8601": "2022-02-03T23:14:14.685968Z", "url": "https://files.pythonhosted.org/packages/b1/b7/840f51867d2724127493a71fc4297a5e470916921c69a6b892cc53b1ba59/ladybug-comfort-0.14.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "f1e3b05ed78f3ac5d5084d0de7c0a9de", "sha256": "40bc35c266ee4ae2564cef5c34bef655922f48b2b09ad91b9178b5d4641e3b90" }, "downloads": -1, "filename": "ladybug_comfort-0.14.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1e3b05ed78f3ac5d5084d0de7c0a9de", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 133066, "upload_time": "2022-02-09T21:46:29", "upload_time_iso_8601": "2022-02-09T21:46:29.945906Z", "url": "https://files.pythonhosted.org/packages/87/40/0c99ecd0a32c6d6032c2e73de7f0942eb6519cf92b934fe583f3d3096cde/ladybug_comfort-0.14.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "651e887e9dd1fed96e181ed548c5e11a", "sha256": "a8a5e7735eb66465dac28773882251fe58b7fbee714e7a78b56c1fa6367d2941" }, "downloads": -1, "filename": "ladybug-comfort-0.14.1.tar.gz", "has_sig": false, "md5_digest": "651e887e9dd1fed96e181ed548c5e11a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11572457, "upload_time": "2022-02-09T21:46:32", "upload_time_iso_8601": "2022-02-09T21:46:32.292369Z", "url": "https://files.pythonhosted.org/packages/95/7c/d20170694e8cd34aeee94e9e507f70b2a8d0344db90e721ae1f4650fc537/ladybug-comfort-0.14.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "bbc38c614d345e8600f58d303d1e5f4a", "sha256": "7dd7760ee18e3b9a9c17e60efdcb5468044c8f0082369cfb180feebafae3130e" }, "downloads": -1, "filename": "ladybug_comfort-0.14.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bbc38c614d345e8600f58d303d1e5f4a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 133067, "upload_time": "2022-02-11T18:31:06", "upload_time_iso_8601": "2022-02-11T18:31:06.537356Z", "url": "https://files.pythonhosted.org/packages/4c/71/1f1cc3f662f4617cf46cacbf618c7a4662eaac18c13e6c756f16d1dc3c41/ladybug_comfort-0.14.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99ae9d889df38dda4cd2e36e2246caac", "sha256": "5745f526dc38d2e3b523c9cb358a85b979a65ac260f97055907daa38435cbf63" }, "downloads": -1, "filename": "ladybug-comfort-0.14.2.tar.gz", "has_sig": false, "md5_digest": "99ae9d889df38dda4cd2e36e2246caac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11572447, "upload_time": "2022-02-11T18:31:09", "upload_time_iso_8601": "2022-02-11T18:31:09.199709Z", "url": "https://files.pythonhosted.org/packages/da/81/406df0c2de34362ab92fc8097f0e9b3b0d35a13b81387d0f5fabb2326be9/ladybug-comfort-0.14.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.3": [ { "comment_text": "", "digests": { "md5": "5606f50a04ba6a00050cc575f5f90264", "sha256": "41c7eabd74cdecd0eb9a0e57c7c59feff1decfb0dba0451a6d24867299574b76" }, "downloads": -1, "filename": "ladybug_comfort-0.14.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5606f50a04ba6a00050cc575f5f90264", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 133067, "upload_time": "2022-02-20T04:41:38", "upload_time_iso_8601": "2022-02-20T04:41:38.089506Z", "url": "https://files.pythonhosted.org/packages/54/f7/174e646b0625e2036dafa7ed59f6fb03b08be437d5200feea544f56d98fe/ladybug_comfort-0.14.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9faa00015b11da906b3332da5f5c34b7", "sha256": "6d59889cb2b231b59db2b288f8b0f52c82ee3df6a41533c74e4acaa94275325f" }, "downloads": -1, "filename": "ladybug-comfort-0.14.3.tar.gz", "has_sig": false, "md5_digest": "9faa00015b11da906b3332da5f5c34b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11572464, "upload_time": "2022-02-20T04:41:40", "upload_time_iso_8601": "2022-02-20T04:41:40.878352Z", "url": "https://files.pythonhosted.org/packages/65/09/736c9f3d7af0eea9dc89d72e1cad2071f3cc290541d3d92906ff04672cd2/ladybug-comfort-0.14.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.4": [ { "comment_text": "", "digests": { "md5": "36f9ee7ebc287c359808576736c0e7b8", "sha256": "e55bd688be11f400ba2a76427c681544685203d8fad87361370f3d3a64a5982d" }, "downloads": -1, "filename": "ladybug_comfort-0.14.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "36f9ee7ebc287c359808576736c0e7b8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 133068, "upload_time": "2022-02-23T02:40:18", "upload_time_iso_8601": "2022-02-23T02:40:18.557996Z", "url": "https://files.pythonhosted.org/packages/0e/cd/34b7cc13b355904ce886f389b4306f0dce12c3e8e642e270b5779722ee80/ladybug_comfort-0.14.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9aff44fdf712069cc369c4322393691b", "sha256": "f5dbe2c3902c1254be21aac9f3618721599c44b3b70c1aec9931a70c68f9fa9b" }, "downloads": -1, "filename": "ladybug-comfort-0.14.4.tar.gz", "has_sig": false, "md5_digest": "9aff44fdf712069cc369c4322393691b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11572452, "upload_time": "2022-02-23T02:40:21", "upload_time_iso_8601": "2022-02-23T02:40:21.330099Z", "url": "https://files.pythonhosted.org/packages/89/0c/c2baef403910307acef880c04df5111767bd4f679a762d0822d31544b735/ladybug-comfort-0.14.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.5": [ { "comment_text": "", "digests": { "md5": "7fd738960f2ce62c1855b0404dfd1ee6", "sha256": "8619516257584445fd1890dd2e6a73e18d397bc0507fcc37fabc8f8ea6ace555" }, "downloads": -1, "filename": "ladybug_comfort-0.14.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7fd738960f2ce62c1855b0404dfd1ee6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 133067, "upload_time": "2022-03-04T23:26:53", "upload_time_iso_8601": "2022-03-04T23:26:53.731113Z", "url": "https://files.pythonhosted.org/packages/f4/9e/e0cd26f4d64eeac103f58c9b1e64630dab2f95329aaeae5e205b091ba1b3/ladybug_comfort-0.14.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9599a95513f08e88106dfbee63cc3b4", "sha256": "71f598f6ec29a987cf02a68b928bc0dd3392b1d0d6abfdb62a1b64198c360e40" }, "downloads": -1, "filename": "ladybug-comfort-0.14.5.tar.gz", "has_sig": false, "md5_digest": "d9599a95513f08e88106dfbee63cc3b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11572449, "upload_time": "2022-03-04T23:26:56", "upload_time_iso_8601": "2022-03-04T23:26:56.566010Z", "url": "https://files.pythonhosted.org/packages/94/e6/e06d548ea822639ee3392d40dc9d3107278fad6bb56412c7e2c462b7e4f9/ladybug-comfort-0.14.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.6": [ { "comment_text": "", "digests": { "md5": "f0ca975ea5d2cb825f71ef259e5b9c85", "sha256": "4b782ca4a41f814ee99332d5017da266593d8d26eca841ca60ece61f846ef558" }, "downloads": -1, "filename": "ladybug_comfort-0.14.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f0ca975ea5d2cb825f71ef259e5b9c85", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 133068, "upload_time": "2022-03-08T14:55:59", "upload_time_iso_8601": "2022-03-08T14:55:59.394182Z", "url": "https://files.pythonhosted.org/packages/0e/61/815144ae07516e827e11294a65c307a2ea7ab9330e7c094a6ba9e7808fde/ladybug_comfort-0.14.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "59f095062d248003e64e3c7bfc7b9a48", "sha256": "0c356576cf72b5511cdd29421d93e8119ce7442afbfd5acc2962fc4cdb3af4b0" }, "downloads": -1, "filename": "ladybug-comfort-0.14.6.tar.gz", "has_sig": false, "md5_digest": "59f095062d248003e64e3c7bfc7b9a48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11572437, "upload_time": "2022-03-08T14:56:02", "upload_time_iso_8601": "2022-03-08T14:56:02.209487Z", "url": "https://files.pythonhosted.org/packages/1b/8e/bc435ac6bfae93f755aebee5d4dfe27800003cd40e6ca345edf9fdc79cdb/ladybug-comfort-0.14.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "d75ba407576b50fd6c39327dbd175c44", "sha256": "0d6123ab56c8b649fd6e94e1a2a5c06e38f614747bfd8530e8d36ea49c8d4228" }, "downloads": -1, "filename": "ladybug_comfort-0.15.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d75ba407576b50fd6c39327dbd175c44", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136398, "upload_time": "2022-03-08T20:37:27", "upload_time_iso_8601": "2022-03-08T20:37:27.534067Z", "url": "https://files.pythonhosted.org/packages/b1/65/586219791536d7c55fdc656f3f38f1b3950c70eb7d3472b38c2c52c2dbde/ladybug_comfort-0.15.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "624be2d8ffbdfa8f8783166cc2b737e7", "sha256": "5f685497e216fbe9789e610b76e0aaaa987d3a98c12f6999605c1a36aa36f0ec" }, "downloads": -1, "filename": "ladybug-comfort-0.15.0.tar.gz", "has_sig": false, "md5_digest": "624be2d8ffbdfa8f8783166cc2b737e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11575002, "upload_time": "2022-03-08T20:37:31", "upload_time_iso_8601": "2022-03-08T20:37:31.209159Z", "url": "https://files.pythonhosted.org/packages/93/05/265f013d6d83ca7b2f81789614ef7c6872b923e701a8d861f9f2adcbc47d/ladybug-comfort-0.15.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.1": [ { "comment_text": "", "digests": { "md5": "58cdd3ab03305bd1998c3fdcf81e51bf", "sha256": "2e8eab456c0d7854c3384c71d0cf14f0a7cc9acad21b5e8675ef4e10dcd83687" }, "downloads": -1, "filename": "ladybug_comfort-0.15.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "58cdd3ab03305bd1998c3fdcf81e51bf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136400, "upload_time": "2022-03-11T01:37:23", "upload_time_iso_8601": "2022-03-11T01:37:23.924332Z", "url": "https://files.pythonhosted.org/packages/fc/c6/5a9fa8130bf06746a8660aec901375b2e275446981fb9be4cfb992c9b24a/ladybug_comfort-0.15.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "63ffbb176c7dcbd363cd08f4e8f46d17", "sha256": "9ca4acf63bdac4f5fa6ea45aa809bf938d32f4b23795a5526f0cbae02ddee34d" }, "downloads": -1, "filename": "ladybug-comfort-0.15.1.tar.gz", "has_sig": false, "md5_digest": "63ffbb176c7dcbd363cd08f4e8f46d17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11575035, "upload_time": "2022-03-11T01:37:28", "upload_time_iso_8601": "2022-03-11T01:37:28.069178Z", "url": "https://files.pythonhosted.org/packages/56/43/3c094818b81a10d9740b53acbae2a77ad43a35f8f2fa6ddce6aaa07a0f74/ladybug-comfort-0.15.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.10": [ { "comment_text": "", "digests": { "md5": "bfacda783ee9d7c1cba20a0a00bc9724", "sha256": "141d04e30cbca2c9bd9f95f8861a144efd49cd5be675130e11299c8c636cc9f1" }, "downloads": -1, "filename": "ladybug_comfort-0.15.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bfacda783ee9d7c1cba20a0a00bc9724", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 137643, "upload_time": "2022-04-25T14:11:12", "upload_time_iso_8601": "2022-04-25T14:11:12.026860Z", "url": "https://files.pythonhosted.org/packages/07/a8/45cff4113e414622d1f931ccfd61cf09640a9cec90e9abba68dbdd7480e3/ladybug_comfort-0.15.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "85559b1d863764c4a08f48266008707f", "sha256": "36e4da671e8b57cd08b824733ec78cd36cd26fc362b3045a1a33d21867a0119c" }, "downloads": -1, "filename": "ladybug-comfort-0.15.10.tar.gz", "has_sig": false, "md5_digest": "85559b1d863764c4a08f48266008707f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118958, "upload_time": "2022-04-25T14:11:14", "upload_time_iso_8601": "2022-04-25T14:11:14.044638Z", "url": "https://files.pythonhosted.org/packages/54/d3/53ddc3f4ddd2cb1b0da1b7a3d44101f5df4e6f486188602d8ad391c25bbb/ladybug-comfort-0.15.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.11": [ { "comment_text": "", "digests": { "md5": "55ad65c8304b1c364060caabfe0bd720", "sha256": "4bac6d32096dbee902cd1df1854419fef3b44ddc15f3f1fe1ccc47014b4fa2a5" }, "downloads": -1, "filename": "ladybug_comfort-0.15.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55ad65c8304b1c364060caabfe0bd720", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 137644, "upload_time": "2022-04-28T19:57:00", "upload_time_iso_8601": "2022-04-28T19:57:00.236806Z", "url": "https://files.pythonhosted.org/packages/ce/3c/6d1ca531777c65d10027e980e23fbe0cafed2bd615905941bb87062c857d/ladybug_comfort-0.15.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1126c5b13e0ea94f23b56607b863604a", "sha256": "a52e3ca1cc1c6d64fd8b64bd0b324fbb3f188c7a754323201cd8289d024d249c" }, "downloads": -1, "filename": "ladybug-comfort-0.15.11.tar.gz", "has_sig": false, "md5_digest": "1126c5b13e0ea94f23b56607b863604a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118980, "upload_time": "2022-04-28T19:57:02", "upload_time_iso_8601": "2022-04-28T19:57:02.491735Z", "url": "https://files.pythonhosted.org/packages/3e/8d/90841e8561e3d9aac9cbba96043b69ac2c9386d3846d6d3e995eac5b0be2/ladybug-comfort-0.15.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.12": [ { "comment_text": "", "digests": { "md5": "d74ccc0888d469c5a118cbd82ff5a537", "sha256": "fa48248ac18049482095cbacf8e4b975c9b599eabf671ab48efe8434ac4fc9c4" }, "downloads": -1, "filename": "ladybug_comfort-0.15.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d74ccc0888d469c5a118cbd82ff5a537", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 137626, "upload_time": "2022-04-30T02:03:40", "upload_time_iso_8601": "2022-04-30T02:03:40.107484Z", "url": "https://files.pythonhosted.org/packages/ec/c1/005025936b6de643925062b2d48db2234d9cb41923de24550f825b3b6d50/ladybug_comfort-0.15.12-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f551bbf0fb9947f813f0da0c3ebe909", "sha256": "54be205e40c7768b6ccfdf811a8b58d7987806328e3f2d2d95614eb791075879" }, "downloads": -1, "filename": "ladybug-comfort-0.15.12.tar.gz", "has_sig": false, "md5_digest": "2f551bbf0fb9947f813f0da0c3ebe909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118914, "upload_time": "2022-04-30T02:03:41", "upload_time_iso_8601": "2022-04-30T02:03:41.923727Z", "url": "https://files.pythonhosted.org/packages/44/d9/e7363ff29bb9c59f6eae45be195bb8a5d46bda06be236db1934721e9d186/ladybug-comfort-0.15.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.13": [ { "comment_text": "", "digests": { "md5": "2c1f978aa923880ca07fafec11110acf", "sha256": "78d4f2cccc40b8fb76fbf09249d643cd9f698d2a3c08a61e69a415a555482826" }, "downloads": -1, "filename": "ladybug_comfort-0.15.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2c1f978aa923880ca07fafec11110acf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 137628, "upload_time": "2022-05-10T02:19:30", "upload_time_iso_8601": "2022-05-10T02:19:30.863316Z", "url": "https://files.pythonhosted.org/packages/be/f6/9f41749cc5e648744d5ecb754478eac5aecce5f7674c6436d35cce0610c9/ladybug_comfort-0.15.13-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9eece01c289539f902755253942d2d41", "sha256": "aa1e9afb30dda87d13add1d228a19ba1619d0d565eacef0faea8306403ad3013" }, "downloads": -1, "filename": "ladybug-comfort-0.15.13.tar.gz", "has_sig": false, "md5_digest": "9eece01c289539f902755253942d2d41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118927, "upload_time": "2022-05-10T02:19:33", "upload_time_iso_8601": "2022-05-10T02:19:33.051550Z", "url": "https://files.pythonhosted.org/packages/8e/1b/81e732c79226511f34acedf15e6924f515247264e0e300f61b63459d3d07/ladybug-comfort-0.15.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.14": [ { "comment_text": "", "digests": { "md5": "3444cec925419a6cfc22e17c95826ba0", "sha256": "c42aae3a504551d28b0bc85f9eba1ccda129c62e99b0763b813008a5d384d7c3" }, "downloads": -1, "filename": "ladybug_comfort-0.15.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3444cec925419a6cfc22e17c95826ba0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 137627, "upload_time": "2022-05-12T17:43:35", "upload_time_iso_8601": "2022-05-12T17:43:35.652649Z", "url": "https://files.pythonhosted.org/packages/33/6b/c6bba880a30242a536a69608082296fba030a83f7091b1b2aab7d4d85007/ladybug_comfort-0.15.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "44f7a19e976a2808a0f50fc235b2d51c", "sha256": "632fa08a4dae176e463a23318c2f2ab7b5d76a569cfc83cb2229da72e60014a8" }, "downloads": -1, "filename": "ladybug-comfort-0.15.14.tar.gz", "has_sig": false, "md5_digest": "44f7a19e976a2808a0f50fc235b2d51c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118912, "upload_time": "2022-05-12T17:43:38", "upload_time_iso_8601": "2022-05-12T17:43:38.259653Z", "url": "https://files.pythonhosted.org/packages/72/0a/1bf23df923ee9f56b55f54d8806e2a3ca77cbda5c3f8a2a3e02bd6defb2d/ladybug-comfort-0.15.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.2": [ { "comment_text": "", "digests": { "md5": "abaccb453c6a8e093cbebc2b37c54d49", "sha256": "1c989cdd2823db87001fce5cef8b23947a31ce9257daa84f7b97b7dbd131ae49" }, "downloads": -1, "filename": "ladybug_comfort-0.15.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abaccb453c6a8e093cbebc2b37c54d49", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136403, "upload_time": "2022-03-15T01:26:40", "upload_time_iso_8601": "2022-03-15T01:26:40.218663Z", "url": "https://files.pythonhosted.org/packages/d0/74/150b0c2727bcc032d3c4dbef9784af3fa173f8c293ced46b2403277c8473/ladybug_comfort-0.15.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5f726d212d2bc86441cf2ab1831ef4d", "sha256": "32c91773536df5dd737118fe4ddd8a31c3af73525121110efd3b5b84cae58f83" }, "downloads": -1, "filename": "ladybug-comfort-0.15.2.tar.gz", "has_sig": false, "md5_digest": "c5f726d212d2bc86441cf2ab1831ef4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11574977, "upload_time": "2022-03-15T01:26:42", "upload_time_iso_8601": "2022-03-15T01:26:42.607910Z", "url": "https://files.pythonhosted.org/packages/85/03/4fc3858f6c0187b99ebc816071f4a66d3ce36002acab0f2bb805e5ebd3bf/ladybug-comfort-0.15.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.3": [ { "comment_text": "", "digests": { "md5": "1ef1d186a24af886e4bfa0d1674ec36b", "sha256": "bf7885dbfd42364598d72681a724f110e61ed5598e61fa50711906343e9a156f" }, "downloads": -1, "filename": "ladybug_comfort-0.15.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ef1d186a24af886e4bfa0d1674ec36b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136444, "upload_time": "2022-03-17T20:11:53", "upload_time_iso_8601": "2022-03-17T20:11:53.062164Z", "url": "https://files.pythonhosted.org/packages/04/74/e39466787fc959cac5ab177b81c803c3094185bcd19664cede621e3d95ef/ladybug_comfort-0.15.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a28fb860dbcd839f97fa4843d530e8bd", "sha256": "5dfc58b93fc8a216f5bb13136cd7c39e93f6a1cd761d68d164afd8e0e3b99cd5" }, "downloads": -1, "filename": "ladybug-comfort-0.15.3.tar.gz", "has_sig": false, "md5_digest": "a28fb860dbcd839f97fa4843d530e8bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11574977, "upload_time": "2022-03-17T20:11:55", "upload_time_iso_8601": "2022-03-17T20:11:55.286087Z", "url": "https://files.pythonhosted.org/packages/a3/f2/ebd68ed7a1d6541c100abdcbbcbc395bbd26698ff16687e7732644c3120b/ladybug-comfort-0.15.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.4": [ { "comment_text": "", "digests": { "md5": "9d499b674dd601407acf5f831cc5fba3", "sha256": "9d218a2d242fd1bc51b784d6cbe76ec7cad5fba2c0ddb72b20bb2f9982be1d69" }, "downloads": -1, "filename": "ladybug_comfort-0.15.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d499b674dd601407acf5f831cc5fba3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136446, "upload_time": "2022-03-22T01:12:19", "upload_time_iso_8601": "2022-03-22T01:12:19.121527Z", "url": "https://files.pythonhosted.org/packages/d6/f4/45657b24207feb9d4459da577c35a0a7645017ed5bcd8c5b6b1fd6bd971f/ladybug_comfort-0.15.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "408a5be6757e3bf26c4780fa05975092", "sha256": "36116469069679551eed9317154465d59c6e55eb16570f211ae3f0fb5293fffe" }, "downloads": -1, "filename": "ladybug-comfort-0.15.4.tar.gz", "has_sig": false, "md5_digest": "408a5be6757e3bf26c4780fa05975092", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11575048, "upload_time": "2022-03-22T01:12:20", "upload_time_iso_8601": "2022-03-22T01:12:20.964604Z", "url": "https://files.pythonhosted.org/packages/f1/3c/c78661b58c10502eae15d02a0d8a51ec5d9288d5d5f8bce995790d12d542/ladybug-comfort-0.15.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.5": [ { "comment_text": "", "digests": { "md5": "20adf00727ccd790bda83e22aafd91d5", "sha256": "656874c6e8e14b2aba14310fa40d43cf049bc2a3e15c42fbc6025dc8215c1536" }, "downloads": -1, "filename": "ladybug_comfort-0.15.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "20adf00727ccd790bda83e22aafd91d5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136524, "upload_time": "2022-03-26T17:44:02", "upload_time_iso_8601": "2022-03-26T17:44:02.338528Z", "url": "https://files.pythonhosted.org/packages/f4/33/e8932c414849734d4a7716c911feb3d043fd12f462b77bd7996d64940017/ladybug_comfort-0.15.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6afadc0bcd2499bcf70a3324eeb805a9", "sha256": "0b591db85200f5fee0f5b6eddacc9054c93e44df388c77479932e19fad392742" }, "downloads": -1, "filename": "ladybug-comfort-0.15.5.tar.gz", "has_sig": false, "md5_digest": "6afadc0bcd2499bcf70a3324eeb805a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11575069, "upload_time": "2022-03-26T17:44:04", "upload_time_iso_8601": "2022-03-26T17:44:04.535383Z", "url": "https://files.pythonhosted.org/packages/7e/e8/8d00508b3fa7fe3e4ba05161e058acd8de1c6d15665a4b0beef55aa9ddaf/ladybug-comfort-0.15.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.6": [ { "comment_text": "", "digests": { "md5": "2ee0fee9e4e1c7a3f92977e1b8d76e12", "sha256": "1e3afd7ca5649e5d88d4924bd27f943db10c40656dcc362a41b3231d57247470" }, "downloads": -1, "filename": "ladybug_comfort-0.15.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2ee0fee9e4e1c7a3f92977e1b8d76e12", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136856, "upload_time": "2022-04-07T19:46:43", "upload_time_iso_8601": "2022-04-07T19:46:43.223272Z", "url": "https://files.pythonhosted.org/packages/2c/9b/6f3fab89f3d792d48197a072b437d60f841d400b40c86647f30393e34925/ladybug_comfort-0.15.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c520e6230d3324992e72b21fa8390e43", "sha256": "b7a1d3ac36d5e8f72a8028449e744bcb56cec016342e20a2c0c70519674bd122" }, "downloads": -1, "filename": "ladybug-comfort-0.15.6.tar.gz", "has_sig": false, "md5_digest": "c520e6230d3324992e72b21fa8390e43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11575486, "upload_time": "2022-04-07T19:46:45", "upload_time_iso_8601": "2022-04-07T19:46:45.898630Z", "url": "https://files.pythonhosted.org/packages/4d/f4/0eb47a4da36c709e8ec48ba313b9d083d9662f40be4d069ce31d68da6222/ladybug-comfort-0.15.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.7": [ { "comment_text": "", "digests": { "md5": "23eff57f39ad36fa54ac9e6ff23b6467", "sha256": "fed32919fed5033134e319096733aa233198f0c0cd84ed238c34aef0be24dc29" }, "downloads": -1, "filename": "ladybug_comfort-0.15.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "23eff57f39ad36fa54ac9e6ff23b6467", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136855, "upload_time": "2022-04-12T20:46:47", "upload_time_iso_8601": "2022-04-12T20:46:47.462774Z", "url": "https://files.pythonhosted.org/packages/dc/aa/aefaec466ebd2ba943932203e33a35412b9a89aab60586b90975c0f51a7e/ladybug_comfort-0.15.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "767c5030b75c10c0688a221fc68671ba", "sha256": "64704e49e6d00a0f96eb8d014b5c0fabc606c16373fb52b8ce7b7c26fe0ad6fa" }, "downloads": -1, "filename": "ladybug-comfort-0.15.7.tar.gz", "has_sig": false, "md5_digest": "767c5030b75c10c0688a221fc68671ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11575462, "upload_time": "2022-04-12T20:46:49", "upload_time_iso_8601": "2022-04-12T20:46:49.421246Z", "url": "https://files.pythonhosted.org/packages/1b/1c/751cec0e432ef14248dfb75a7bcdb9676cc25d5481fe94027d40f81397de/ladybug-comfort-0.15.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.8": [ { "comment_text": "", "digests": { "md5": "942426da00f000bfb31e1f5a12613163", "sha256": "1f0ab1cba583995cdab107f7925c73ebe85bb8b57b8abff01011c62026d24219" }, "downloads": -1, "filename": "ladybug_comfort-0.15.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "942426da00f000bfb31e1f5a12613163", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 136856, "upload_time": "2022-04-16T02:44:13", "upload_time_iso_8601": "2022-04-16T02:44:13.976480Z", "url": "https://files.pythonhosted.org/packages/c1/23/0e6d9fdd0bdd6099c8a71ca8b5fda587aad6b9f6fb180f87ce249a60ca5a/ladybug_comfort-0.15.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3cfb16eed6c2999f002e5bcb3da4ea66", "sha256": "46652c81d10c124c13dd2f9cd45be598b2cf8893464f64b05aef12db1d54dede" }, "downloads": -1, "filename": "ladybug-comfort-0.15.8.tar.gz", "has_sig": false, "md5_digest": "3cfb16eed6c2999f002e5bcb3da4ea66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11575511, "upload_time": "2022-04-16T02:44:16", "upload_time_iso_8601": "2022-04-16T02:44:16.642911Z", "url": "https://files.pythonhosted.org/packages/03/ce/120eb481cdc0d52412b18d875c25976e050b795232a22d1dac654570d1ea/ladybug-comfort-0.15.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.9": [ { "comment_text": "", "digests": { "md5": "316ca6ebdd0e0ca448e67d7df02d04b3", "sha256": "04a2bf9ea0f83575022e8db7f2175700b3e5a85ba522aa126acaa374056c7694" }, "downloads": -1, "filename": "ladybug_comfort-0.15.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "316ca6ebdd0e0ca448e67d7df02d04b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 137592, "upload_time": "2022-04-22T20:51:02", "upload_time_iso_8601": "2022-04-22T20:51:02.230661Z", "url": "https://files.pythonhosted.org/packages/61/32/3c73c745a30480404af0cb6348a50780004b1feb4e8f49a23488f9f1450e/ladybug_comfort-0.15.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62397892abbca90cb6c24452a3dbfee8", "sha256": "8447aff66f3768a519c43bd2a9e6709d7d01a3527bc05ec1f7d24b6f2ffa4e06" }, "downloads": -1, "filename": "ladybug-comfort-0.15.9.tar.gz", "has_sig": false, "md5_digest": "62397892abbca90cb6c24452a3dbfee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118957, "upload_time": "2022-04-22T20:51:04", "upload_time_iso_8601": "2022-04-22T20:51:04.175509Z", "url": "https://files.pythonhosted.org/packages/d3/ce/3f10c3555623c16d59c82af8b50b3cb66ebff388db2c2cc1b85c3c2137c2/ladybug-comfort-0.15.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "3f03a71bd18f565eb875bc065ad5d6fa", "sha256": "3e1cf389209a480f522a0cefc03260f4fe98da12b44147f2783e9aad74d277f2" }, "downloads": -1, "filename": "ladybug_comfort-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f03a71bd18f565eb875bc065ad5d6fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 85334, "upload_time": "2019-03-18T14:27:59", "upload_time_iso_8601": "2019-03-18T14:27:59.412754Z", "url": "https://files.pythonhosted.org/packages/35/64/ed1f65a67ec29f758bcc56aa6e3913b544c5602879f0ab1f58f32cb1fed8/ladybug_comfort-0.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "013815ce809e5aa8a3fec6cd15a9bba2", "sha256": "97037cd9687863f8cb4d8eb6f8f714e8b9f8569d55d312af87a55da96eeacdd5" }, "downloads": -1, "filename": "ladybug-comfort-0.2.0.tar.gz", "has_sig": false, "md5_digest": "013815ce809e5aa8a3fec6cd15a9bba2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58254, "upload_time": "2019-03-18T14:28:00", "upload_time_iso_8601": "2019-03-18T14:28:00.951658Z", "url": "https://files.pythonhosted.org/packages/72/58/9148a22449feab9d28ad7363a6277caf622070f7470006aa2ee9b067f667/ladybug-comfort-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "df0046c44cd18b088f0bd664a1e292d2", "sha256": "d2e928072ab033adea83ca46b56f113e5afba3125a9914d4a100a2530645787c" }, "downloads": -1, "filename": "ladybug_comfort-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "df0046c44cd18b088f0bd664a1e292d2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 83643, "upload_time": "2019-07-05T03:17:05", "upload_time_iso_8601": "2019-07-05T03:17:05.996923Z", "url": "https://files.pythonhosted.org/packages/e5/b1/b3d87feed0a4519dbe21d05637d10544e3d7eede12227745e51d8c675b3a/ladybug_comfort-0.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aab72123834ba9399ed2992bc4225d87", "sha256": "c14c315a00ed90c5ccd39b2e2e27dd84e621c83dfa143e7db425007fd4b3ac2b" }, "downloads": -1, "filename": "ladybug-comfort-0.3.2.tar.gz", "has_sig": false, "md5_digest": "aab72123834ba9399ed2992bc4225d87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325786, "upload_time": "2019-07-05T03:17:07", "upload_time_iso_8601": "2019-07-05T03:17:07.648004Z", "url": "https://files.pythonhosted.org/packages/57/ce/0cc9c750ebcf0eebed08e7737ce56fea3ec1229d8a59b75d5ea1241bb73f/ladybug-comfort-0.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "a2f82a2f96ddf0c2170c52c0c2d1d3a5", "sha256": "6f46964e108b4773f3095ea942d62a2fa48bbfdcd31f72a5877541cea8aeebb6" }, "downloads": -1, "filename": "ladybug_comfort-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2f82a2f96ddf0c2170c52c0c2d1d3a5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 83731, "upload_time": "2019-08-11T21:17:19", "upload_time_iso_8601": "2019-08-11T21:17:19.263945Z", "url": "https://files.pythonhosted.org/packages/61/5c/20fa5a6145ef024256824d7720384d60a74ad4f70f087f1abe1af63e0e0c/ladybug_comfort-0.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5deff38623ca0f9d9d6bf6b15bfaebe8", "sha256": "19895e911deda4ea98318f54b0acf54706fb08e429378b866172be1e41533000" }, "downloads": -1, "filename": "ladybug-comfort-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5deff38623ca0f9d9d6bf6b15bfaebe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325680, "upload_time": "2019-08-11T21:17:20", "upload_time_iso_8601": "2019-08-11T21:17:20.894783Z", "url": "https://files.pythonhosted.org/packages/2c/24/c73a5d59a3fccf9e50a0f6587151fb5a27668b7df3c22af24424d3a55be5/ladybug-comfort-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "128c2b65e3329778721dd2b0c046d05b", "sha256": "3a5eb969731fa60f790e4a7a0b55e762075679357b212f0a952c6119e098e9c8" }, "downloads": -1, "filename": "ladybug_comfort-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "128c2b65e3329778721dd2b0c046d05b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 83274, "upload_time": "2019-08-22T16:03:15", "upload_time_iso_8601": "2019-08-22T16:03:15.687450Z", "url": "https://files.pythonhosted.org/packages/ed/93/0d0d7968f0582e4c12388e665ba1d0f7f280d8c12edb9144266705c8f39b/ladybug_comfort-0.4.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8131c05a2e0b944c251ee94f623c1d93", "sha256": "ce6a07989177b06487cc51237a50ae1ebfdd2cfe31fa10a4e766a95b30ea313b" }, "downloads": -1, "filename": "ladybug-comfort-0.4.1.tar.gz", "has_sig": false, "md5_digest": "8131c05a2e0b944c251ee94f623c1d93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325494, "upload_time": "2019-08-22T16:03:17", "upload_time_iso_8601": "2019-08-22T16:03:17.655219Z", "url": "https://files.pythonhosted.org/packages/68/03/72eea56f36ce471fe39c33679ac6067d1298afd5ed2fb717f44d7c479be0/ladybug-comfort-0.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "5ceb6c775840021303cd0f65a6874700", "sha256": "da1198a26b3a9caeffc2c94559c547dfb6a4007892dba6c27eff67d7b7bdb008" }, "downloads": -1, "filename": "ladybug_comfort-0.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5ceb6c775840021303cd0f65a6874700", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 83273, "upload_time": "2019-08-29T17:32:15", "upload_time_iso_8601": "2019-08-29T17:32:15.227100Z", "url": "https://files.pythonhosted.org/packages/0a/06/17ce3147f2c2388aaab24c8da8232adebd0fe1a954a0c32d8db4c06f7007/ladybug_comfort-0.4.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b61e650dd217ffe4c1ecf9c2ca0d5a4", "sha256": "eba2bf7931de5c244e53c59a0e8ef4b944c43ee6afff38ddc149ff3775acd6ee" }, "downloads": -1, "filename": "ladybug-comfort-0.4.2.tar.gz", "has_sig": false, "md5_digest": "4b61e650dd217ffe4c1ecf9c2ca0d5a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325549, "upload_time": "2019-08-29T17:32:17", "upload_time_iso_8601": "2019-08-29T17:32:17.499100Z", "url": "https://files.pythonhosted.org/packages/9b/bc/437637bf6ee276dec6111d57a9ced145e7092c1911e6912aff92b78c08b0/ladybug-comfort-0.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "86b58e84835f884ec9e6c423bd0f4f66", "sha256": "6a0d35e534a4cac478a88e277f3136397dd088aa8a0eb0401abf145da9b864fa" }, "downloads": -1, "filename": "ladybug_comfort-0.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86b58e84835f884ec9e6c423bd0f4f66", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 344518, "upload_time": "2019-09-06T02:28:31", "upload_time_iso_8601": "2019-09-06T02:28:31.778347Z", "url": "https://files.pythonhosted.org/packages/43/5f/1aeee603d0afe83e1f6b95b22a39ac71b5e8ba2a786d49ab4d80aebc8b18/ladybug_comfort-0.4.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3a45303ffc0a05996a7c2f638054fd0", "sha256": "0ce8e85f42797cc15111666e4282fcd40695ddbb0b109f3058e08098834e2a11" }, "downloads": -1, "filename": "ladybug-comfort-0.4.3.tar.gz", "has_sig": false, "md5_digest": "b3a45303ffc0a05996a7c2f638054fd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325551, "upload_time": "2019-09-06T02:28:33", "upload_time_iso_8601": "2019-09-06T02:28:33.895187Z", "url": "https://files.pythonhosted.org/packages/e8/92/b0e7f06e0ce6936f6b1d160e210f4611a5e628510425f3e636e067bac6b5/ladybug-comfort-0.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "21e8113fd0ad0b35acba81c4d8f3cf93", "sha256": "6a1525b6934aa114797f9998cbdc5c518dca99223b7486aa1e78e10b87cac56e" }, "downloads": -1, "filename": "ladybug_comfort-0.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "21e8113fd0ad0b35acba81c4d8f3cf93", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 344522, "upload_time": "2019-09-28T14:36:10", "upload_time_iso_8601": "2019-09-28T14:36:10.104411Z", "url": "https://files.pythonhosted.org/packages/7e/c0/093961949257ea39c3f1b73937c9b035bea37367db633d0220cd031ce813/ladybug_comfort-0.4.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a75484f3b64380d3a7d2a55b173001d", "sha256": "f7f27d9be5d34b70f30f95f91471671ce5935025c33d71e8f775f8c662ae91b0" }, "downloads": -1, "filename": "ladybug-comfort-0.4.4.tar.gz", "has_sig": false, "md5_digest": "4a75484f3b64380d3a7d2a55b173001d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 325843, "upload_time": "2019-09-28T14:36:11", "upload_time_iso_8601": "2019-09-28T14:36:11.788881Z", "url": "https://files.pythonhosted.org/packages/b9/64/f76bbd773b12d679e67ab8d4b5cbc627b7d8e69ae75e931aced1dbc6c498/ladybug-comfort-0.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "7ac79c3bce5af73d2d87294be92fae01", "sha256": "d216a5757dca29718c4ab64b8805d33ec4a605e5c4d8e522f5d5da17b16e2e3b" }, "downloads": -1, "filename": "ladybug_comfort-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7ac79c3bce5af73d2d87294be92fae01", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 346205, "upload_time": "2019-10-10T17:04:51", "upload_time_iso_8601": "2019-10-10T17:04:51.689595Z", "url": "https://files.pythonhosted.org/packages/1c/42/0eddf042ab4bdbfb372506446cacca14978aaeb4fcc1f6485344867e0758/ladybug_comfort-0.5.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6ec0fe004810ac5c77a18326148dd562", "sha256": "99ccca6b44667ca949e907e48eea01f912cde87d1495d49547c53a483c666b0d" }, "downloads": -1, "filename": "ladybug-comfort-0.5.0.tar.gz", "has_sig": false, "md5_digest": "6ec0fe004810ac5c77a18326148dd562", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 326886, "upload_time": "2019-10-10T17:04:53", "upload_time_iso_8601": "2019-10-10T17:04:53.557873Z", "url": "https://files.pythonhosted.org/packages/77/71/e82e930a5e0d46b1e67ad86bed1e1ee83ab9d4f3dc29c8707818ac30a8b0/ladybug-comfort-0.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "3b1650026fd855358b31dd2c1b3bc527", "sha256": "a60da77b1c8f80ff1e9149bbbb00f5917a2a8d5f9eeed0835d70b415a7f037b0" }, "downloads": -1, "filename": "ladybug_comfort-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b1650026fd855358b31dd2c1b3bc527", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 346205, "upload_time": "2019-10-27T16:08:22", "upload_time_iso_8601": "2019-10-27T16:08:22.223957Z", "url": "https://files.pythonhosted.org/packages/e6/37/b4f633fafd1129155d9c7e331b876a0ba2f600ae81af3406bc3c77795c3d/ladybug_comfort-0.5.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "129359306823436dd124c1aa96bc37a2", "sha256": "a3ecd19a9b8c8f8cb3084aa48b442a298e7afe0cee7c487c1af6a43333066fbd" }, "downloads": -1, "filename": "ladybug-comfort-0.5.1.tar.gz", "has_sig": false, "md5_digest": "129359306823436dd124c1aa96bc37a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 326889, "upload_time": "2019-10-27T16:08:24", "upload_time_iso_8601": "2019-10-27T16:08:24.057795Z", "url": "https://files.pythonhosted.org/packages/f9/19/9bca19d0864d72b6139d1887837aacd6c3c033d64c8d42162ac63b7b8639/ladybug-comfort-0.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "3e67a4652ea06734fc45744cb53e540d", "sha256": "f2f0b6d2647256280aedd9f4c47ed2d9c1a11c6db10e19a79e08eb3dff3634ae" }, "downloads": -1, "filename": "ladybug_comfort-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3e67a4652ea06734fc45744cb53e540d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 348004, "upload_time": "2019-10-30T03:51:19", "upload_time_iso_8601": "2019-10-30T03:51:19.078138Z", "url": "https://files.pythonhosted.org/packages/9d/80/9a145159ca837fdc5e31db36f4aa403a69c318bf00884929dfc6776df55d/ladybug_comfort-0.6.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4ba5ecbe13ea454f7320377d4b9e01e", "sha256": "84503b4f23e46904c7c56c032a775a51cbda11c61f84646b3346a3074305963f" }, "downloads": -1, "filename": "ladybug-comfort-0.6.0.tar.gz", "has_sig": false, "md5_digest": "f4ba5ecbe13ea454f7320377d4b9e01e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 328056, "upload_time": "2019-10-30T03:51:20", "upload_time_iso_8601": "2019-10-30T03:51:20.928427Z", "url": "https://files.pythonhosted.org/packages/ff/cc/600ea29b6fb2f6a2640df45b3ec3ab3e1c90dfa7a4c1e85f18eebe6d0aaa/ladybug-comfort-0.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "2524903397a614d611b11cfb0506e585", "sha256": "d3d110f4c4d0a8e568c18f70d606a4d754a434fa5e7a7c0664a9cba6dbb76415" }, "downloads": -1, "filename": "ladybug_comfort-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2524903397a614d611b11cfb0506e585", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 349319, "upload_time": "2019-10-30T14:19:00", "upload_time_iso_8601": "2019-10-30T14:19:00.130503Z", "url": "https://files.pythonhosted.org/packages/8a/eb/9934ebe0137ef5c3b840252b4b66c4cb615ceee0d6a8a5fe5007e015ecd8/ladybug_comfort-0.7.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "057334c7519de0fdfa74ebc702b4243f", "sha256": "196f08f7ede47e84739009f05de6151b11a95ac3a4c77742262e8550ffcd24cd" }, "downloads": -1, "filename": "ladybug-comfort-0.7.0.tar.gz", "has_sig": false, "md5_digest": "057334c7519de0fdfa74ebc702b4243f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 328869, "upload_time": "2019-10-30T14:19:02", "upload_time_iso_8601": "2019-10-30T14:19:02.689434Z", "url": "https://files.pythonhosted.org/packages/b0/0b/b416cabd3280fbfa11b7f07535e8d217012d5bfb85410f1c1fcaf9597cc0/ladybug-comfort-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "dc79f3fa5a24f123437ec04bf3aa6068", "sha256": "15d1263d2b8a359d726bf303436d5210ba80b9d9e2128f766be252c419439608" }, "downloads": -1, "filename": "ladybug_comfort-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc79f3fa5a24f123437ec04bf3aa6068", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 351444, "upload_time": "2019-11-01T15:12:31", "upload_time_iso_8601": "2019-11-01T15:12:31.229106Z", "url": "https://files.pythonhosted.org/packages/d9/25/9628e5f50063d3486013e9a4362c2489466792f01782f90585b9b307b9b2/ladybug_comfort-0.8.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "816b84a25f072176b101a33042d1a0a9", "sha256": "ae982cd31ca3f5a9c3aaec1b25913b317632599f277ebb2113f752ec24aa01c4" }, "downloads": -1, "filename": "ladybug-comfort-0.8.0.tar.gz", "has_sig": false, "md5_digest": "816b84a25f072176b101a33042d1a0a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 330274, "upload_time": "2019-11-01T15:12:33", "upload_time_iso_8601": "2019-11-01T15:12:33.056544Z", "url": "https://files.pythonhosted.org/packages/ec/7d/1c699c241dddb4bbab59ee03b5de4f0cfc8d3e0a8fe8e859cc8e8749b543/ladybug-comfort-0.8.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "177bff9c14fce090079f6478f2d334c4", "sha256": "51eaeb58f2615a62c28ffefe3d033f85d06f74be8185f61ee8d1e74c311dc86c" }, "downloads": -1, "filename": "ladybug_comfort-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "177bff9c14fce090079f6478f2d334c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 354276, "upload_time": "2019-11-04T17:40:45", "upload_time_iso_8601": "2019-11-04T17:40:45.407987Z", "url": "https://files.pythonhosted.org/packages/25/fd/dc35308adaac6ea588fea6f3b0f31335b02a0a8aa4b2fe1eeb24eb1bfe50/ladybug_comfort-0.9.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8184e87a351570ca214b4d10e014ff97", "sha256": "cf2322cfb1673a0e719f0e4445226d7efc8df254b02ee5094883954b123193f4" }, "downloads": -1, "filename": "ladybug-comfort-0.9.0.tar.gz", "has_sig": false, "md5_digest": "8184e87a351570ca214b4d10e014ff97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 331845, "upload_time": "2019-11-04T17:40:46", "upload_time_iso_8601": "2019-11-04T17:40:46.847991Z", "url": "https://files.pythonhosted.org/packages/86/a2/520b4cea12f6e189c76e0dbdab61e8dd1ddb3dc204d454ded0edfa5ac90c/ladybug-comfort-0.9.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "8ca2627c1b8c767ee298551ad956db74", "sha256": "ee464de7ef0a0fccb8cdbf88e9396de0d27cfe21ab843af6f711fca4f451847c" }, "downloads": -1, "filename": "ladybug_comfort-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8ca2627c1b8c767ee298551ad956db74", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 355177, "upload_time": "2019-12-25T23:39:02", "upload_time_iso_8601": "2019-12-25T23:39:02.891512Z", "url": "https://files.pythonhosted.org/packages/13/ce/c4893e613bbe0b971c8652ac1458caf7dde3135f9abf05f8d4f309c6a2de/ladybug_comfort-0.9.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2405b36110afde662023602516c0fdf3", "sha256": "4d2fb05d873765527f18bcdbb3ba992ad62155b3ccfce50b9249d9dc4fc83675" }, "downloads": -1, "filename": "ladybug-comfort-0.9.1.tar.gz", "has_sig": false, "md5_digest": "2405b36110afde662023602516c0fdf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 332484, "upload_time": "2019-12-25T23:39:04", "upload_time_iso_8601": "2019-12-25T23:39:04.749281Z", "url": "https://files.pythonhosted.org/packages/a6/92/e0fe4f7e430d38d794ea1801abdad3ca16649cc8c2d1bd3bec14fc5a955d/ladybug-comfort-0.9.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.10": [ { "comment_text": "", "digests": { "md5": "617f494387792c74f34f562d2dc3482d", "sha256": "13e6f41a5e112870054c9d2aef873619347fab018247316fed33f1e72a1cba71" }, "downloads": -1, "filename": "ladybug_comfort-0.9.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "617f494387792c74f34f562d2dc3482d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89559, "upload_time": "2020-06-24T20:01:08", "upload_time_iso_8601": "2020-06-24T20:01:08.383414Z", "url": "https://files.pythonhosted.org/packages/7d/4e/b2cc48bd5798d565347fb970932814bfbcddd623a23f1484a7a68233feb8/ladybug_comfort-0.9.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e1afcc5a812c94a9fc20252f7e4ead17", "sha256": "104d32381bd047ff85191dbd3406cb387fafdbf057679002cf5ea07317202091" }, "downloads": -1, "filename": "ladybug-comfort-0.9.10.tar.gz", "has_sig": false, "md5_digest": "e1afcc5a812c94a9fc20252f7e4ead17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337325, "upload_time": "2020-06-24T20:01:09", "upload_time_iso_8601": "2020-06-24T20:01:09.492260Z", "url": "https://files.pythonhosted.org/packages/cd/68/302395d237ee4c1c37f8a0ddbe2d1dee0dd038c814b23619da936d285d86/ladybug-comfort-0.9.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.11": [ { "comment_text": "", "digests": { "md5": "e97fd26b74a83292b3fa3c94d6c90251", "sha256": "74304c4c052f7122e32140a99c8f2eca107e3769ee4eb2777d9775161d894406" }, "downloads": -1, "filename": "ladybug_comfort-0.9.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e97fd26b74a83292b3fa3c94d6c90251", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89562, "upload_time": "2020-06-29T19:27:56", "upload_time_iso_8601": "2020-06-29T19:27:56.168939Z", "url": "https://files.pythonhosted.org/packages/b2/0a/230624818232d8171fa54ca8d1bd825283055805ab392b24b89accad10f7/ladybug_comfort-0.9.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a491dfc2843e245b74670fb162adf53e", "sha256": "d979a2586174dc3ed6f8277013472b4a6e2bdc742a5bad4f640e40853e7ce77e" }, "downloads": -1, "filename": "ladybug-comfort-0.9.11.tar.gz", "has_sig": false, "md5_digest": "a491dfc2843e245b74670fb162adf53e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337318, "upload_time": "2020-06-29T19:27:57", "upload_time_iso_8601": "2020-06-29T19:27:57.530173Z", "url": "https://files.pythonhosted.org/packages/30/50/4411968cc48657a25a60b3f32e3864f390b2dc066efea609eb221a006211/ladybug-comfort-0.9.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.12": [ { "comment_text": "", "digests": { "md5": "96431ad9fc884e57b48fef57b4427ef1", "sha256": "3623855779b9bbbec3ab36eae0cd19a426d5618515257052039934d17cc36590" }, "downloads": -1, "filename": "ladybug_comfort-0.9.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96431ad9fc884e57b48fef57b4427ef1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89558, "upload_time": "2020-06-30T19:14:37", "upload_time_iso_8601": "2020-06-30T19:14:37.576882Z", "url": "https://files.pythonhosted.org/packages/59/fa/08025ce19e133adb6bb3259901669025e41495d8401195164ef682182c82/ladybug_comfort-0.9.12-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01de637e3de8ee45ff50600b1fc981a3", "sha256": "c0b370d5d96bb3b9c74b9eeef724d3eb2dad678f9a84346453dd25dbcb3ef7bf" }, "downloads": -1, "filename": "ladybug-comfort-0.9.12.tar.gz", "has_sig": false, "md5_digest": "01de637e3de8ee45ff50600b1fc981a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337315, "upload_time": "2020-06-30T19:14:38", "upload_time_iso_8601": "2020-06-30T19:14:38.831696Z", "url": "https://files.pythonhosted.org/packages/8d/c7/440177b394db7951354d9f5097ddbf8806c9f559290baa162beabd2692e7/ladybug-comfort-0.9.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.13": [ { "comment_text": "", "digests": { "md5": "dda88944b1df019d7e32bfd932d611f7", "sha256": "5031a25fb24a089634c6bd480b4c1c03dd1c46e8029e0cdcc7e2f439d2f92047" }, "downloads": -1, "filename": "ladybug_comfort-0.9.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dda88944b1df019d7e32bfd932d611f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89560, "upload_time": "2020-07-01T20:56:53", "upload_time_iso_8601": "2020-07-01T20:56:53.476927Z", "url": "https://files.pythonhosted.org/packages/5a/72/21661b1ecbe88efde01b08a05b6fe606f3112c150ef480ba51967b92eb2c/ladybug_comfort-0.9.13-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91e369033d1f94f9ffc79ea21dbc1b93", "sha256": "9d812ea9e6683a67e2430ae255246164b3f2d413fd97e52ae4843a85ddf72c76" }, "downloads": -1, "filename": "ladybug-comfort-0.9.13.tar.gz", "has_sig": false, "md5_digest": "91e369033d1f94f9ffc79ea21dbc1b93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337320, "upload_time": "2020-07-01T20:56:54", "upload_time_iso_8601": "2020-07-01T20:56:54.874928Z", "url": "https://files.pythonhosted.org/packages/62/5b/7818d1ed9cfe09dcdda32c4d593e45f2e536ce785aca5d7a85e6ab879f2e/ladybug-comfort-0.9.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.14": [ { "comment_text": "", "digests": { "md5": "1aecf60f864c493ead88d5e3045daad5", "sha256": "e7d1f5e6be68ea4b0f9267aed4ff1be4127242cec9cc11a6dcbd0b1e02e391bb" }, "downloads": -1, "filename": "ladybug_comfort-0.9.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1aecf60f864c493ead88d5e3045daad5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89561, "upload_time": "2020-07-04T19:48:13", "upload_time_iso_8601": "2020-07-04T19:48:13.865582Z", "url": "https://files.pythonhosted.org/packages/e5/c7/27ad4f41e11217bac2d7cb6f45bc28dc70c49b3d82cef8d507ca9a72bdd0/ladybug_comfort-0.9.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8f3ebcafa90e4d2ad74685d747e9ef3", "sha256": "19622481a06a9b8eaba077fa7fb98d3533f9407e3180f6746653a45cd77f0eb2" }, "downloads": -1, "filename": "ladybug-comfort-0.9.14.tar.gz", "has_sig": false, "md5_digest": "d8f3ebcafa90e4d2ad74685d747e9ef3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337315, "upload_time": "2020-07-04T19:48:14", "upload_time_iso_8601": "2020-07-04T19:48:14.953341Z", "url": "https://files.pythonhosted.org/packages/17/53/58bc3f2f4005d3f066cbbe23a4590c9c82280cd48d385a0571e644854cac/ladybug-comfort-0.9.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.15": [ { "comment_text": "", "digests": { "md5": "8dd60230db2d9fb040c0d6b4021b2e00", "sha256": "5ee8d8ebbd7b69ca12733be4d2e72ec0f7c976f5aa36524e99510ddc4138a792" }, "downloads": -1, "filename": "ladybug_comfort-0.9.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8dd60230db2d9fb040c0d6b4021b2e00", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89558, "upload_time": "2020-07-18T02:31:15", "upload_time_iso_8601": "2020-07-18T02:31:15.058358Z", "url": "https://files.pythonhosted.org/packages/0e/38/6cd4317edcdc9cb11e7b6ab39c609eecb7fa55c30b64c58589fe049a900d/ladybug_comfort-0.9.15-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5cc10b4796dd4be9de2d42a3703bdc2", "sha256": "2b0a3651fe6ecedb0082df50221d1bef844991ee9ce1f4986593532591845a81" }, "downloads": -1, "filename": "ladybug-comfort-0.9.15.tar.gz", "has_sig": false, "md5_digest": "f5cc10b4796dd4be9de2d42a3703bdc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337320, "upload_time": "2020-07-18T02:31:16", "upload_time_iso_8601": "2020-07-18T02:31:16.338782Z", "url": "https://files.pythonhosted.org/packages/fe/9f/49e21a99540abea7bc2baa48e65cb8716caf68b39ba0d884f8096f63b4c0/ladybug-comfort-0.9.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.16": [ { "comment_text": "", "digests": { "md5": "3ab9f1ad97fcc19a77a5f72502a14467", "sha256": "d11bf22a99ac27ed67630393b3ede0cad2d031c676d466981686c30b094c776e" }, "downloads": -1, "filename": "ladybug_comfort-0.9.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ab9f1ad97fcc19a77a5f72502a14467", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89560, "upload_time": "2020-07-25T03:36:03", "upload_time_iso_8601": "2020-07-25T03:36:03.528009Z", "url": "https://files.pythonhosted.org/packages/09/aa/41ed6a1839efd8233f9362ad6c5bc6f3392d2f5183152a90911f4927d9db/ladybug_comfort-0.9.16-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bc9b55dcf7ce347a6eb8d86fc0511dd", "sha256": "2b0cbdb9c645cc02b272d68bff3a3dac6d53fe6c3c927c30a6d71aaa25a9625d" }, "downloads": -1, "filename": "ladybug-comfort-0.9.16.tar.gz", "has_sig": false, "md5_digest": "7bc9b55dcf7ce347a6eb8d86fc0511dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337306, "upload_time": "2020-07-25T03:36:05", "upload_time_iso_8601": "2020-07-25T03:36:05.139661Z", "url": "https://files.pythonhosted.org/packages/23/92/0313612fe90af723e7da5fc93cb8002e147e3c97bbb7d4a6ee904c8cbec2/ladybug-comfort-0.9.16.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.17": [ { "comment_text": "", "digests": { "md5": "59395a8467027135f6086ec31330c7c4", "sha256": "eeab5146e0582a3155c711430bdb242fb6134488983a6c2a01ca027169b66dd5" }, "downloads": -1, "filename": "ladybug_comfort-0.9.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59395a8467027135f6086ec31330c7c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89560, "upload_time": "2020-07-27T00:48:57", "upload_time_iso_8601": "2020-07-27T00:48:57.466482Z", "url": "https://files.pythonhosted.org/packages/9c/19/83eea50e65f395e2a3c57bc76544199ac489ab6e30170fa160f890cff632/ladybug_comfort-0.9.17-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0faa6dfc479b74e4c05d49252390a7c2", "sha256": "eff0077eb8a3b3c195604a56074d87b33cfdd67875a4f998a7ffe7af4d4303ce" }, "downloads": -1, "filename": "ladybug-comfort-0.9.17.tar.gz", "has_sig": false, "md5_digest": "0faa6dfc479b74e4c05d49252390a7c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337325, "upload_time": "2020-07-27T00:48:58", "upload_time_iso_8601": "2020-07-27T00:48:58.796772Z", "url": "https://files.pythonhosted.org/packages/32/f5/877575be04760d40d469e3777cfc887c8850d54b796376b49447b5962e9f/ladybug-comfort-0.9.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.18": [ { "comment_text": "", "digests": { "md5": "d623758230ff106277ded323e4b169b2", "sha256": "d5000ccf49c03d0a9470f9f1767c2036271e0d201e01606f686be4c25b9c6475" }, "downloads": -1, "filename": "ladybug_comfort-0.9.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d623758230ff106277ded323e4b169b2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89559, "upload_time": "2020-08-05T15:54:13", "upload_time_iso_8601": "2020-08-05T15:54:13.486924Z", "url": "https://files.pythonhosted.org/packages/fa/c6/e5b8c5a2f8349f95f131b238d78a43b0f2e5fdc1cc36fb0a7638e32bd20a/ladybug_comfort-0.9.18-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f127a705bda4eb0a27e29cefb66284d", "sha256": "7464846a5dd858efa180a2eaf0dfffea861c2b7b4dbeab9803e12b66b7bb13f5" }, "downloads": -1, "filename": "ladybug-comfort-0.9.18.tar.gz", "has_sig": false, "md5_digest": "8f127a705bda4eb0a27e29cefb66284d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337328, "upload_time": "2020-08-05T15:54:14", "upload_time_iso_8601": "2020-08-05T15:54:14.852075Z", "url": "https://files.pythonhosted.org/packages/67/ec/348f74f18538d38aab4fc8cc64740aac222ad1bd4952f633e9799f87e8fc/ladybug-comfort-0.9.18.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.19": [ { "comment_text": "", "digests": { "md5": "dcc34c2e4dcbefeaff4d486804db9b61", "sha256": "7d96a3f8b1318a2c382b7be20d8a73f44aad657cbd64799482ce5e582b6f839c" }, "downloads": -1, "filename": "ladybug_comfort-0.9.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dcc34c2e4dcbefeaff4d486804db9b61", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89559, "upload_time": "2020-08-24T15:55:54", "upload_time_iso_8601": "2020-08-24T15:55:54.543426Z", "url": "https://files.pythonhosted.org/packages/02/fa/3b52dd3a795873bd81a80c065eaa88f5c3f62919f965c4091b1d389dd18c/ladybug_comfort-0.9.19-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a0cd2834f98c08f60975bc1ce94cc94", "sha256": "1f147b74808f484778101bccfe3c939fda9b98ef7f24a429b87428d1cdd7c244" }, "downloads": -1, "filename": "ladybug-comfort-0.9.19.tar.gz", "has_sig": false, "md5_digest": "7a0cd2834f98c08f60975bc1ce94cc94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337302, "upload_time": "2020-08-24T15:55:55", "upload_time_iso_8601": "2020-08-24T15:55:55.856597Z", "url": "https://files.pythonhosted.org/packages/d7/29/99c6e815b37d9825d5325d71af3f22250e275c4829285e2e075e4c671839/ladybug-comfort-0.9.19.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "6a7436157ece5673df66a67182fb6213", "sha256": "0b8feae093e61ced8019b61782f2d28d3bc6fdd5eb31202c9da475042c5951a0" }, "downloads": -1, "filename": "ladybug_comfort-0.9.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a7436157ece5673df66a67182fb6213", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 355360, "upload_time": "2020-03-19T14:45:37", "upload_time_iso_8601": "2020-03-19T14:45:37.318485Z", "url": "https://files.pythonhosted.org/packages/76/ab/7d015e97777d43f82c154755037247a6a8f23bc86f6d42f6513cc1c1a6e4/ladybug_comfort-0.9.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e6913da1b11638efa680991f0573cf43", "sha256": "28f13a8ce114139bdb02c858430953f0b4ab86645825b587557f14f31902d50a" }, "downloads": -1, "filename": "ladybug-comfort-0.9.2.tar.gz", "has_sig": false, "md5_digest": "e6913da1b11638efa680991f0573cf43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 334214, "upload_time": "2020-03-19T14:45:38", "upload_time_iso_8601": "2020-03-19T14:45:38.522342Z", "url": "https://files.pythonhosted.org/packages/fe/5e/0f34738bf9ce19958fcb882d109d629c8c20dde12d494c575c4797d595a3/ladybug-comfort-0.9.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.20": [ { "comment_text": "", "digests": { "md5": "1ae8234fcf8e464408e7dcac48d8aba6", "sha256": "76db633ec6d63182f5119b2ba69efc6c90790b456518380da46043fbac043c82" }, "downloads": -1, "filename": "ladybug_comfort-0.9.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ae8234fcf8e464408e7dcac48d8aba6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89562, "upload_time": "2020-08-27T20:50:48", "upload_time_iso_8601": "2020-08-27T20:50:48.845317Z", "url": "https://files.pythonhosted.org/packages/7f/06/5da7ea2b90a61e19a9e4bed86efa1fbc155d6364e10dff560a7ebbb6300e/ladybug_comfort-0.9.20-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f378ad6f1d0a4dfaf0e4e2dba40009aa", "sha256": "056efe32eac3861aa5ea4c53dd7b2fc73cff82f0fddd9ef5bcf31f5904989ac2" }, "downloads": -1, "filename": "ladybug-comfort-0.9.20.tar.gz", "has_sig": false, "md5_digest": "f378ad6f1d0a4dfaf0e4e2dba40009aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337317, "upload_time": "2020-08-27T20:50:50", "upload_time_iso_8601": "2020-08-27T20:50:50.139358Z", "url": "https://files.pythonhosted.org/packages/a2/94/e498871dd5609575bf25a36dccce56646d59990fefff5156a849de9140cc/ladybug-comfort-0.9.20.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.21": [ { "comment_text": "", "digests": { "md5": "ce08ea7a8f997d9c4f816215db06096f", "sha256": "4cd5ca63f1a222a8fe0ced4abf668e6f4bc180dee80515a38e35f677177cf541" }, "downloads": -1, "filename": "ladybug_comfort-0.9.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ce08ea7a8f997d9c4f816215db06096f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89558, "upload_time": "2020-08-30T18:03:17", "upload_time_iso_8601": "2020-08-30T18:03:17.962844Z", "url": "https://files.pythonhosted.org/packages/31/a2/a03430c49955c00df2c177ab31d926cb18200b48ea6adc90925cf1801b81/ladybug_comfort-0.9.21-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b01228d24470f339ecc51b590a68a02c", "sha256": "f3ec12980a609bf2b41c2a4aa575438f894584bd6e0ed2b1ab02993b7e4ea88c" }, "downloads": -1, "filename": "ladybug-comfort-0.9.21.tar.gz", "has_sig": false, "md5_digest": "b01228d24470f339ecc51b590a68a02c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337310, "upload_time": "2020-08-30T18:03:19", "upload_time_iso_8601": "2020-08-30T18:03:19.502050Z", "url": "https://files.pythonhosted.org/packages/f6/68/9ca68359054c8d44ec9d72189d2f09ee1221cd45a9e98d17e79239f62ba4/ladybug-comfort-0.9.21.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.22": [ { "comment_text": "", "digests": { "md5": "1223a6f3b1a3b8fa60baf5287ed37551", "sha256": "4f613388c0eb91682ef33373a5e16b867b623c24aeae9fe289b3d4284fba8761" }, "downloads": -1, "filename": "ladybug_comfort-0.9.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1223a6f3b1a3b8fa60baf5287ed37551", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89560, "upload_time": "2020-09-03T21:36:46", "upload_time_iso_8601": "2020-09-03T21:36:46.649456Z", "url": "https://files.pythonhosted.org/packages/ff/96/cc0bb1689058d761231b9fb1a68d6a2f2cc241e385404ad73daa64eedc43/ladybug_comfort-0.9.22-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "80b500504780cdba84b1166b8dab2693", "sha256": "ed5cdea289fcccf51cafcecb28de72d178f966447e213af57fa29ebe375807fe" }, "downloads": -1, "filename": "ladybug-comfort-0.9.22.tar.gz", "has_sig": false, "md5_digest": "80b500504780cdba84b1166b8dab2693", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337316, "upload_time": "2020-09-03T21:36:47", "upload_time_iso_8601": "2020-09-03T21:36:47.808016Z", "url": "https://files.pythonhosted.org/packages/72/f5/ff163f2a9bf2a4e61115e99c8c770acd18aa141415cf3bd0c2901c76f066/ladybug-comfort-0.9.22.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.23": [ { "comment_text": "", "digests": { "md5": "54d5cd33f2bd7c1a2921a07ca6441f7c", "sha256": "c5f2fa1bdfbe0ff12c8f9b2c3e914637fd082e6cde834ea168630cfc90e50710" }, "downloads": -1, "filename": "ladybug_comfort-0.9.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "54d5cd33f2bd7c1a2921a07ca6441f7c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89562, "upload_time": "2020-09-04T03:18:54", "upload_time_iso_8601": "2020-09-04T03:18:54.422733Z", "url": "https://files.pythonhosted.org/packages/07/cc/5c2811431a0b51a4473707da2f06a94cd1aff65e7e8a3afe1a9bc3ba7a66/ladybug_comfort-0.9.23-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75009775c0ad20ea2b94f17d2ea23b80", "sha256": "a31610bb30830513d06099a6d12da5f5a164da583d832a972d9260dc21f4aa16" }, "downloads": -1, "filename": "ladybug-comfort-0.9.23.tar.gz", "has_sig": false, "md5_digest": "75009775c0ad20ea2b94f17d2ea23b80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337312, "upload_time": "2020-09-04T03:18:55", "upload_time_iso_8601": "2020-09-04T03:18:55.566764Z", "url": "https://files.pythonhosted.org/packages/f6/6b/e397660da6f1e1be1221452718b597a9728e164cfe62224ff888d3330d1d/ladybug-comfort-0.9.23.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.24": [ { "comment_text": "", "digests": { "md5": "0d730460cfabac0ce126b78d92bca745", "sha256": "aac18606aa26d81e6193c6947b74e86b8f2fbc67f3c04872bc27dfb537137b0f" }, "downloads": -1, "filename": "ladybug_comfort-0.9.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d730460cfabac0ce126b78d92bca745", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89598, "upload_time": "2020-09-09T03:17:10", "upload_time_iso_8601": "2020-09-09T03:17:10.794783Z", "url": "https://files.pythonhosted.org/packages/b5/4c/9aa67e7b3b9823eec4733724591b8a81b971ef947dad9dc73fcdb52021d7/ladybug_comfort-0.9.24-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2e13cd822389b25a228d02a6dc7fb85", "sha256": "f887e2106b131b5a6f73015c5c98ee90c05b234a08eb8f2a558cab109d30e5c2" }, "downloads": -1, "filename": "ladybug-comfort-0.9.24.tar.gz", "has_sig": false, "md5_digest": "c2e13cd822389b25a228d02a6dc7fb85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337349, "upload_time": "2020-09-09T03:17:12", "upload_time_iso_8601": "2020-09-09T03:17:12.081747Z", "url": "https://files.pythonhosted.org/packages/72/7b/ef29ab7ab7ed8bc54aebc83a874991ddbbd326e575759ec8aaa8da4c2ec0/ladybug-comfort-0.9.24.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.25": [ { "comment_text": "", "digests": { "md5": "c3fb043a9c19c5e62a178956d9c1f09a", "sha256": "c14ae59cf5d40125ea67aef72c32fc1266e54221257099726c01aa3c25a3968c" }, "downloads": -1, "filename": "ladybug_comfort-0.9.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3fb043a9c19c5e62a178956d9c1f09a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89598, "upload_time": "2020-09-17T20:08:25", "upload_time_iso_8601": "2020-09-17T20:08:25.027906Z", "url": "https://files.pythonhosted.org/packages/41/36/0c5944f3ecfd31d829afc3c1631a0aee8ed76f9d242584efb684e37ae846/ladybug_comfort-0.9.25-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a31661636f2b5e0359bf7c0e533375d", "sha256": "8e98aa65e3bd1272787b8d04062a72e67253b64b6d732c2799bef05204708f55" }, "downloads": -1, "filename": "ladybug-comfort-0.9.25.tar.gz", "has_sig": false, "md5_digest": "3a31661636f2b5e0359bf7c0e533375d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337362, "upload_time": "2020-09-17T20:08:26", "upload_time_iso_8601": "2020-09-17T20:08:26.399595Z", "url": "https://files.pythonhosted.org/packages/2e/27/4c1c93b5eab0e2a3e0bb3918e17fc1c01c1e1d6ef225280827302c427ff2/ladybug-comfort-0.9.25.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.26": [ { "comment_text": "", "digests": { "md5": "e6ad97ecaeb5d396e7a94e30f0cee5a9", "sha256": "23e454219f0b1225d6aed817c5be2dd3eaec6c39b574c6a1c93cdd4bcca0cc1f" }, "downloads": -1, "filename": "ladybug_comfort-0.9.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6ad97ecaeb5d396e7a94e30f0cee5a9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89598, "upload_time": "2020-09-19T05:48:45", "upload_time_iso_8601": "2020-09-19T05:48:45.288556Z", "url": "https://files.pythonhosted.org/packages/3e/f9/3fd7c3bb54c11fd4364df95223816d59a64186636bf48ab9469c695e74d2/ladybug_comfort-0.9.26-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3addc0916d30e10e2cac0adf9de723f0", "sha256": "f99a1ffbbf3fcbb69d385ba9ff6c1be8dddc00c73786ec353f56cde93714f106" }, "downloads": -1, "filename": "ladybug-comfort-0.9.26.tar.gz", "has_sig": false, "md5_digest": "3addc0916d30e10e2cac0adf9de723f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337350, "upload_time": "2020-09-19T05:48:46", "upload_time_iso_8601": "2020-09-19T05:48:46.409333Z", "url": "https://files.pythonhosted.org/packages/b7/ff/c29334602dc20fd73f1165fedf6f90cdab3bf95dcef3f6e1b3282ab016fd/ladybug-comfort-0.9.26.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.27": [ { "comment_text": "", "digests": { "md5": "6ac8baacf8874076ad96264ec986f887", "sha256": "8fc8b451cde081154558a3ec1736b2cde544edf5e143fbff3fdbfec879afb4a8" }, "downloads": -1, "filename": "ladybug_comfort-0.9.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ac8baacf8874076ad96264ec986f887", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89599, "upload_time": "2020-09-21T08:10:08", "upload_time_iso_8601": "2020-09-21T08:10:08.189933Z", "url": "https://files.pythonhosted.org/packages/9a/ad/a382e79cd63117c8cf28241866ec00c516c83ae6ad254648033cae92ae8a/ladybug_comfort-0.9.27-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f4dfc35d1f3bf548161ab72a51e426c", "sha256": "665c44c72c4242962cc7d1ed05344cbf0a4cf0c8147beada5e4ad96a7d6588e4" }, "downloads": -1, "filename": "ladybug-comfort-0.9.27.tar.gz", "has_sig": false, "md5_digest": "9f4dfc35d1f3bf548161ab72a51e426c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337342, "upload_time": "2020-09-21T08:10:09", "upload_time_iso_8601": "2020-09-21T08:10:09.714779Z", "url": "https://files.pythonhosted.org/packages/7c/30/87ea25b8c25198832df6dd86bb0c7929d84995ad567108131f220f143ff4/ladybug-comfort-0.9.27.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.28": [ { "comment_text": "", "digests": { "md5": "4b7f9bbe3a98bd47b7753c09bdd4efa5", "sha256": "88a601f9743f6f9de77eea9c76092cdf271736b0cd05a59c1c8ce2cbcf1e34ee" }, "downloads": -1, "filename": "ladybug_comfort-0.9.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4b7f9bbe3a98bd47b7753c09bdd4efa5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89598, "upload_time": "2020-09-21T21:35:37", "upload_time_iso_8601": "2020-09-21T21:35:37.765491Z", "url": "https://files.pythonhosted.org/packages/ad/ab/296a602863f6e196d57558fa9961aaa91d098406da949f055ede0495fc6f/ladybug_comfort-0.9.28-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "17ab606a258662464678411c1f4f009c", "sha256": "00792a482cae75af144185b37dad8e446d5a64c2a24a1071e4471a631e4863a6" }, "downloads": -1, "filename": "ladybug-comfort-0.9.28.tar.gz", "has_sig": false, "md5_digest": "17ab606a258662464678411c1f4f009c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337353, "upload_time": "2020-09-21T21:35:39", "upload_time_iso_8601": "2020-09-21T21:35:39.103517Z", "url": "https://files.pythonhosted.org/packages/f4/12/cceafaecb2d262d631bdfacd6135c9032d8f5162e6e31c0c07983be387c7/ladybug-comfort-0.9.28.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.29": [ { "comment_text": "", "digests": { "md5": "b8e1b44eecbd6ed1c99bb7b2c6c1944b", "sha256": "0d387689fc05d10234e31c0275fb4c006f89910079d37fd2c2e37fa7fd316494" }, "downloads": -1, "filename": "ladybug_comfort-0.9.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8e1b44eecbd6ed1c99bb7b2c6c1944b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89234, "upload_time": "2020-09-29T18:05:04", "upload_time_iso_8601": "2020-09-29T18:05:04.310783Z", "url": "https://files.pythonhosted.org/packages/7b/63/647d8516e02af3bc5e18afa392e27445868a546707c4156996488dafb4b7/ladybug_comfort-0.9.29-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d132d61844833f69902c5b1304c11e7e", "sha256": "61bae2966f6e1470f9cefa4f70a3c4807b266298e98d3a637da385f1b153d195" }, "downloads": -1, "filename": "ladybug-comfort-0.9.29.tar.gz", "has_sig": false, "md5_digest": "d132d61844833f69902c5b1304c11e7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336968, "upload_time": "2020-09-29T18:05:06", "upload_time_iso_8601": "2020-09-29T18:05:06.278779Z", "url": "https://files.pythonhosted.org/packages/b4/94/a68eb49efc346da3d9ba1a86a629eaafbec5816334316b9dfe96284b5881/ladybug-comfort-0.9.29.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "5280012369a9c751cf601aa2db1f8720", "sha256": "ea0372eab8796f827d9c74370f63ce7a537219e7146e0d878ee8334b1347d286" }, "downloads": -1, "filename": "ladybug_comfort-0.9.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5280012369a9c751cf601aa2db1f8720", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89551, "upload_time": "2020-05-14T18:23:19", "upload_time_iso_8601": "2020-05-14T18:23:19.091378Z", "url": "https://files.pythonhosted.org/packages/c6/92/6228d4a2c39a77c1c1e98df28bb4726ac9415074aa481fca1185de82c2e2/ladybug_comfort-0.9.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71f8bef64b25143d97bda7f0f9a80806", "sha256": "6c3a411e6ef0becba3d536cf4ed3f25f57ec798372675b3fdb03774573728318" }, "downloads": -1, "filename": "ladybug-comfort-0.9.3.tar.gz", "has_sig": false, "md5_digest": "71f8bef64b25143d97bda7f0f9a80806", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337121, "upload_time": "2020-05-14T18:23:20", "upload_time_iso_8601": "2020-05-14T18:23:20.531302Z", "url": "https://files.pythonhosted.org/packages/9a/77/c0a01086d6aa8df893756c69f7d90c7b75fac09754f3c7d1e740f89a55b8/ladybug-comfort-0.9.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.30": [ { "comment_text": "", "digests": { "md5": "b3fd7a706349c59e111f2342d34609a7", "sha256": "6fd7c0c95f32b1acc208677ca8fb139e43fc56e5257303f3daa6da45cfcb76bc" }, "downloads": -1, "filename": "ladybug_comfort-0.9.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3fd7a706349c59e111f2342d34609a7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89235, "upload_time": "2020-10-06T01:15:33", "upload_time_iso_8601": "2020-10-06T01:15:33.401738Z", "url": "https://files.pythonhosted.org/packages/97/a2/085cb9a85ec51574263fda086245ca16bd5fea2d8d8b21b3d898995abb95/ladybug_comfort-0.9.30-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9937a32cabbfc6439b500d94f1794934", "sha256": "8855404c0662f6a8865631bc69dd6fbcc8fbe9907904a58ef348bcb192be3826" }, "downloads": -1, "filename": "ladybug-comfort-0.9.30.tar.gz", "has_sig": false, "md5_digest": "9937a32cabbfc6439b500d94f1794934", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336967, "upload_time": "2020-10-06T01:15:34", "upload_time_iso_8601": "2020-10-06T01:15:34.776220Z", "url": "https://files.pythonhosted.org/packages/27/a3/c849ac3017c7a46701219a7eb578300261fbf356aaf5c60f4b1a502e047b/ladybug-comfort-0.9.30.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.31": [ { "comment_text": "", "digests": { "md5": "bdfef1df58ae7193e7cfc137f07b702e", "sha256": "50a6d497e12f286160d138c70d9cbefa67726c6cee56de364527d98f71b759e4" }, "downloads": -1, "filename": "ladybug_comfort-0.9.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bdfef1df58ae7193e7cfc137f07b702e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89246, "upload_time": "2020-10-12T18:47:09", "upload_time_iso_8601": "2020-10-12T18:47:09.366682Z", "url": "https://files.pythonhosted.org/packages/e1/89/8ad4090adeb42411058e218e99eaee5d5807cc0204e68036d82c46eb585b/ladybug_comfort-0.9.31-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "680d9559dfccaa8f95a76f570b4e4ffa", "sha256": "9189b6759a9ee914303cb95bd75c1ae252f0fbcc08160048b7416bfa7d3434dd" }, "downloads": -1, "filename": "ladybug-comfort-0.9.31.tar.gz", "has_sig": false, "md5_digest": "680d9559dfccaa8f95a76f570b4e4ffa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336959, "upload_time": "2020-10-12T18:47:10", "upload_time_iso_8601": "2020-10-12T18:47:10.601633Z", "url": "https://files.pythonhosted.org/packages/f9/3c/f83553b9d81418e59d5a69a6da1b89db65d655dc8cc9add59f6da8d7950b/ladybug-comfort-0.9.31.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.32": [ { "comment_text": "", "digests": { "md5": "9fbae6b6ccb6eea9290f7dc1e69615ba", "sha256": "887d410c5098b61e676bab56be7f3e393fa38b11d1b2dd3eff35cca52851b72c" }, "downloads": -1, "filename": "ladybug_comfort-0.9.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9fbae6b6ccb6eea9290f7dc1e69615ba", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89246, "upload_time": "2020-10-20T20:14:38", "upload_time_iso_8601": "2020-10-20T20:14:38.144772Z", "url": "https://files.pythonhosted.org/packages/41/00/a47a90126179824f583e6aff705a3f63689bb6d8d272743052dae666ff3b/ladybug_comfort-0.9.32-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89912c9f441996e78e2b290c3dde6299", "sha256": "eb2a1468648553eb36a74d59c6b429f94abbf9507a5b782cb2b4cbb6e18f8577" }, "downloads": -1, "filename": "ladybug-comfort-0.9.32.tar.gz", "has_sig": false, "md5_digest": "89912c9f441996e78e2b290c3dde6299", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336976, "upload_time": "2020-10-20T20:14:39", "upload_time_iso_8601": "2020-10-20T20:14:39.498992Z", "url": "https://files.pythonhosted.org/packages/fe/f5/29754fd9333d374e9c0fb3c00832d065ab94c0cbf14856237fffa2135158/ladybug-comfort-0.9.32.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.33": [ { "comment_text": "", "digests": { "md5": "3472f70bc17483f6f7aba7b82083a545", "sha256": "3cd043c8d5cffb5fefe1395f6c2c30a3a581d9d41ca7ee7e062510ca556d8ef9" }, "downloads": -1, "filename": "ladybug_comfort-0.9.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3472f70bc17483f6f7aba7b82083a545", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89246, "upload_time": "2020-10-21T05:13:57", "upload_time_iso_8601": "2020-10-21T05:13:57.204112Z", "url": "https://files.pythonhosted.org/packages/d4/7b/dd24caffc07eb7f835992d801c01155450083360daba19c994a166001f17/ladybug_comfort-0.9.33-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "46896e09b7198ea5652ea93deb7485d7", "sha256": "2f92b9dfc8d724744bafb0a135e6f9d3128dea40ccc31fd78faa78d6b4a6bb47" }, "downloads": -1, "filename": "ladybug-comfort-0.9.33.tar.gz", "has_sig": false, "md5_digest": "46896e09b7198ea5652ea93deb7485d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336967, "upload_time": "2020-10-21T05:13:58", "upload_time_iso_8601": "2020-10-21T05:13:58.374799Z", "url": "https://files.pythonhosted.org/packages/a0/3b/c80af466654b62e10e9cebd606f92c694310430aa5d52608ae3137da2965/ladybug-comfort-0.9.33.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.34": [ { "comment_text": "", "digests": { "md5": "b30718771a1c313adad047ed2c8d1fad", "sha256": "3345e64d3a038f31e08bc807b833fc361669d426f6c99f68a316e7633fabbf97" }, "downloads": -1, "filename": "ladybug_comfort-0.9.34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b30718771a1c313adad047ed2c8d1fad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89248, "upload_time": "2020-10-21T07:47:30", "upload_time_iso_8601": "2020-10-21T07:47:30.078716Z", "url": "https://files.pythonhosted.org/packages/bf/b8/d0e1d63465328a2c0b45ee1f0eff7637ca8daeb1258b18dfe5e6c3f63e0d/ladybug_comfort-0.9.34-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1469fefe3ad8d3086b2608bf9e93dd76", "sha256": "b7df4e71b552d884911c6dab61958fa4b04e7a669ddb9ee31dfaa393bd1977aa" }, "downloads": -1, "filename": "ladybug-comfort-0.9.34.tar.gz", "has_sig": false, "md5_digest": "1469fefe3ad8d3086b2608bf9e93dd76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336965, "upload_time": "2020-10-21T07:47:31", "upload_time_iso_8601": "2020-10-21T07:47:31.258882Z", "url": "https://files.pythonhosted.org/packages/83/9d/1f79cc6ea0789004531f4ed55ed8f8da75587c0339dd645724c48f9f8954/ladybug-comfort-0.9.34.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.35": [ { "comment_text": "", "digests": { "md5": "90fc1d40b2edfaa3a93d0b6b423545a4", "sha256": "9b61f6ca9169d5f5927cdb0d82344dd449116579b7fd54865e6885ab427b9474" }, "downloads": -1, "filename": "ladybug_comfort-0.9.35-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "90fc1d40b2edfaa3a93d0b6b423545a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89248, "upload_time": "2020-10-29T15:53:29", "upload_time_iso_8601": "2020-10-29T15:53:29.574912Z", "url": "https://files.pythonhosted.org/packages/5e/2c/0897cab902b1bd8216dcf2447f1454f6efe94613d3949e99121b5775ef1d/ladybug_comfort-0.9.35-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c01fd2b4b53c62accdc4315c5b4f7d3b", "sha256": "0d7c4364ffcffb2a5c4e367a7b3f24563d0a7459392801266a592f5052359443" }, "downloads": -1, "filename": "ladybug-comfort-0.9.35.tar.gz", "has_sig": false, "md5_digest": "c01fd2b4b53c62accdc4315c5b4f7d3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336873, "upload_time": "2020-10-29T15:53:32", "upload_time_iso_8601": "2020-10-29T15:53:32.166785Z", "url": "https://files.pythonhosted.org/packages/19/ed/4f81088ffc27b244b77130ec9fda226f28d486c6f19f17d02111b2656002/ladybug-comfort-0.9.35.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.36": [ { "comment_text": "", "digests": { "md5": "9ef33b0b23454a590403918a32c1007a", "sha256": "978305816dff4eb9c98db889da0a8f86044ba1da89064592c3cfcfa6d71c924a" }, "downloads": -1, "filename": "ladybug_comfort-0.9.36-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ef33b0b23454a590403918a32c1007a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89250, "upload_time": "2020-11-01T06:21:24", "upload_time_iso_8601": "2020-11-01T06:21:24.038616Z", "url": "https://files.pythonhosted.org/packages/04/b4/a98bb0483fa7df149d9793be58822e3dd6e6c1e1c865a94ff2a4268813cb/ladybug_comfort-0.9.36-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b484ef772648085bb992b89ca6a2e0fb", "sha256": "ac976003b090706df43be4cccb9515b8372994e4fca95a5aa613224a4293eb07" }, "downloads": -1, "filename": "ladybug-comfort-0.9.36.tar.gz", "has_sig": false, "md5_digest": "b484ef772648085bb992b89ca6a2e0fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336921, "upload_time": "2020-11-01T06:21:25", "upload_time_iso_8601": "2020-11-01T06:21:25.372831Z", "url": "https://files.pythonhosted.org/packages/19/32/8e73fabdb010cb75fe9294d0f2e00f07626c45fdbbee7b3cdc8bb7ff699c/ladybug-comfort-0.9.36.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.37": [ { "comment_text": "", "digests": { "md5": "9912cd7e9290b806ed076f4216e268ad", "sha256": "197d2a2a6d1375788346b88ac6242015105d11aa4e80382f9d01690c9d593dfb" }, "downloads": -1, "filename": "ladybug_comfort-0.9.37-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9912cd7e9290b806ed076f4216e268ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89249, "upload_time": "2020-11-05T00:01:02", "upload_time_iso_8601": "2020-11-05T00:01:02.136658Z", "url": "https://files.pythonhosted.org/packages/e8/ca/91583ed153973feb13b70826ee375887d296bc8523d3618a8797096fd4b5/ladybug_comfort-0.9.37-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df0433e3fbb56c2bba52893ebf936c01", "sha256": "168765c16ef6b2ee51acac47c3e952c13aab1c9b9d3680e8069e775f79d3a498" }, "downloads": -1, "filename": "ladybug-comfort-0.9.37.tar.gz", "has_sig": false, "md5_digest": "df0433e3fbb56c2bba52893ebf936c01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336925, "upload_time": "2020-11-05T00:01:03", "upload_time_iso_8601": "2020-11-05T00:01:03.415458Z", "url": "https://files.pythonhosted.org/packages/63/e4/04a2e7aaea00ad42fd898df0341415d802da27d70e54d77ee18ff144c587/ladybug-comfort-0.9.37.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.38": [ { "comment_text": "", "digests": { "md5": "5983ecefba460509abd08c403c7a42b3", "sha256": "b08298e889f2194afbcd9c023edef19a548c3f53d90d3cab317d41b40a9e5c41" }, "downloads": -1, "filename": "ladybug_comfort-0.9.38-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5983ecefba460509abd08c403c7a42b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89249, "upload_time": "2020-11-05T08:15:42", "upload_time_iso_8601": "2020-11-05T08:15:42.952326Z", "url": "https://files.pythonhosted.org/packages/c4/cd/2affcca9ff053ee1ac1be984fc377ecf4f7f975dac989f2ca6d832e99140/ladybug_comfort-0.9.38-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54cfb3b0cc524a5afb333382a0f28d0a", "sha256": "635614a42bc7cdcbb6b3ac8e3b7be6591ceb9bf19d57daa16990669db24fe444" }, "downloads": -1, "filename": "ladybug-comfort-0.9.38.tar.gz", "has_sig": false, "md5_digest": "54cfb3b0cc524a5afb333382a0f28d0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336930, "upload_time": "2020-11-05T08:15:44", "upload_time_iso_8601": "2020-11-05T08:15:44.248852Z", "url": "https://files.pythonhosted.org/packages/b7/64/d4ceceb657b72d9bc824a0f7ce2cad2be88da89605834baa3b726c4a9e98/ladybug-comfort-0.9.38.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.39": [ { "comment_text": "", "digests": { "md5": "5eca573ce9e4143079e0b12219b762db", "sha256": "497693fd51fd4e4f4119d1e25ccd4a0f21f2b5c54fafbe19ff3a1fc6aa62bc69" }, "downloads": -1, "filename": "ladybug_comfort-0.9.39-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5eca573ce9e4143079e0b12219b762db", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89250, "upload_time": "2020-11-07T08:31:23", "upload_time_iso_8601": "2020-11-07T08:31:23.605750Z", "url": "https://files.pythonhosted.org/packages/fe/20/162d42f9548a4335c8ad73c40e8077497803acffa0da6e1ee75a60d3101f/ladybug_comfort-0.9.39-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0e25ef2988325366f0565feea862d44", "sha256": "7c8c573155fb7b0d84a512f8e336a30a71b0fa83c0ff674d7906272e4d691453" }, "downloads": -1, "filename": "ladybug-comfort-0.9.39.tar.gz", "has_sig": false, "md5_digest": "b0e25ef2988325366f0565feea862d44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336931, "upload_time": "2020-11-07T08:31:24", "upload_time_iso_8601": "2020-11-07T08:31:24.664746Z", "url": "https://files.pythonhosted.org/packages/61/1f/005c3ccf19a4dad2f787e2eaf9c55a1360e661b8ed6fc5a16233a61a76e8/ladybug-comfort-0.9.39.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "edc19ea834142a62cc8c70fc5c560c4f", "sha256": "fcf1688d7c8a7705d3c0019083e01b7d146fdc37612fe687cbae9d7bab15b7f5" }, "downloads": -1, "filename": "ladybug_comfort-0.9.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "edc19ea834142a62cc8c70fc5c560c4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89553, "upload_time": "2020-05-15T09:00:35", "upload_time_iso_8601": "2020-05-15T09:00:35.658696Z", "url": "https://files.pythonhosted.org/packages/b4/f5/7b66a9af5453038d20ef09e0f843825785ec8a1efcc77a08fc568bf3a318/ladybug_comfort-0.9.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d0cb0312d104ce91eac8901bb8f16a8a", "sha256": "2d9fdda09e719043e4048254d574fe5d92572fdc653b605f8b71f3f2428f9c7d" }, "downloads": -1, "filename": "ladybug-comfort-0.9.4.tar.gz", "has_sig": false, "md5_digest": "d0cb0312d104ce91eac8901bb8f16a8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337328, "upload_time": "2020-05-15T09:00:36", "upload_time_iso_8601": "2020-05-15T09:00:36.967182Z", "url": "https://files.pythonhosted.org/packages/d7/f6/66937c916777a60a0cfab4eeaa46fbed4e05123bb724f1dc04cc4379b6e5/ladybug-comfort-0.9.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.40": [ { "comment_text": "", "digests": { "md5": "d6b745e89f9c3005b60650dcd9ff2b19", "sha256": "9dc623afca92e0526bc69659396f45cb45afb91d53109e24a5aadba8659f825a" }, "downloads": -1, "filename": "ladybug_comfort-0.9.40-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6b745e89f9c3005b60650dcd9ff2b19", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89249, "upload_time": "2020-11-09T01:22:17", "upload_time_iso_8601": "2020-11-09T01:22:17.842736Z", "url": "https://files.pythonhosted.org/packages/ab/30/11e2f74669cd3890d6aeabb69b29745971d063fe9583800409ccd305e534/ladybug_comfort-0.9.40-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "42a4abaffdeef0c9f466547aa2d3d7bb", "sha256": "f321f113b2a86efec102d7aa7d21f7b1ff5d4fcc0740aabb426462beeec948e8" }, "downloads": -1, "filename": "ladybug-comfort-0.9.40.tar.gz", "has_sig": false, "md5_digest": "42a4abaffdeef0c9f466547aa2d3d7bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336951, "upload_time": "2020-11-09T01:22:18", "upload_time_iso_8601": "2020-11-09T01:22:18.985752Z", "url": "https://files.pythonhosted.org/packages/99/9c/60221d04e25eda4a2ea5d0363fa7b17c8d54f16a3ff240a942cc19204928/ladybug-comfort-0.9.40.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.41": [ { "comment_text": "", "digests": { "md5": "44bd7166716a43b326be7c5503a397ca", "sha256": "272a6ecc24bd034deb04bb28f89eb67e6ec0e1e014ecf07bc5b43c0185893ab0" }, "downloads": -1, "filename": "ladybug_comfort-0.9.41-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44bd7166716a43b326be7c5503a397ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89249, "upload_time": "2020-11-17T08:12:05", "upload_time_iso_8601": "2020-11-17T08:12:05.059765Z", "url": "https://files.pythonhosted.org/packages/f3/5e/95017e352cd683a58fbf5b764f24ecf0718e9f5e5fc02056be6e984bc237/ladybug_comfort-0.9.41-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8c87fcf9a88e932b182758ca3c0f0f50", "sha256": "78580e6ec3037bc60c22169ba598d5658239bcda9fa005f6b3b1ecfec1befacd" }, "downloads": -1, "filename": "ladybug-comfort-0.9.41.tar.gz", "has_sig": false, "md5_digest": "8c87fcf9a88e932b182758ca3c0f0f50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336949, "upload_time": "2020-11-17T08:12:06", "upload_time_iso_8601": "2020-11-17T08:12:06.177634Z", "url": "https://files.pythonhosted.org/packages/88/d5/3a391165e0ad9ca5c57af314ebb8d7054ced065c30b8fa5e077a3cf84ed9/ladybug-comfort-0.9.41.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.42": [ { "comment_text": "", "digests": { "md5": "981702b4072163b2de85578379e73429", "sha256": "84b15a7d8ea2921a7fb8c8a36fe5b3faea300ca42926608e8e354ba15a2264a9" }, "downloads": -1, "filename": "ladybug_comfort-0.9.42-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "981702b4072163b2de85578379e73429", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89250, "upload_time": "2020-11-18T23:54:13", "upload_time_iso_8601": "2020-11-18T23:54:13.185773Z", "url": "https://files.pythonhosted.org/packages/fd/93/0e80dea2dc4cc58c76a87d3d93894bed093c59b0beb39c1cc92c0ea4f859/ladybug_comfort-0.9.42-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e2340aa8fb204e4dc0744f6d9ea0b20", "sha256": "7d91f55c2755480ea60cc4c62f6b20653e531eddb215f9c39428ed16bc506e4f" }, "downloads": -1, "filename": "ladybug-comfort-0.9.42.tar.gz", "has_sig": false, "md5_digest": "6e2340aa8fb204e4dc0744f6d9ea0b20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336953, "upload_time": "2020-11-18T23:54:14", "upload_time_iso_8601": "2020-11-18T23:54:14.561223Z", "url": "https://files.pythonhosted.org/packages/f4/62/c4ab2144f04d6cca8ddfb21e3344cdab680b5e3e26f213cdcb02f05604a5/ladybug-comfort-0.9.42.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.43": [ { "comment_text": "", "digests": { "md5": "89d5ccbed95f6571bb5ce0be1090f263", "sha256": "f5121fbfbdd1f72e4d3bfbbfed4030b1d7b7ce2988831d75c9634609f85f741f" }, "downloads": -1, "filename": "ladybug_comfort-0.9.43-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89d5ccbed95f6571bb5ce0be1090f263", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89250, "upload_time": "2020-11-22T18:37:53", "upload_time_iso_8601": "2020-11-22T18:37:53.147665Z", "url": "https://files.pythonhosted.org/packages/c4/67/a62c962d5e8a84d1a98218ad0120dfc2e779d01a3cb0bf0064c9aff9ff63/ladybug_comfort-0.9.43-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc23b7e6d2a94530a6ca5180a2886bcd", "sha256": "0288e92aaab7c35118f911c4f71545685ce0ea8195df16fae9082538b421c1a4" }, "downloads": -1, "filename": "ladybug-comfort-0.9.43.tar.gz", "has_sig": false, "md5_digest": "fc23b7e6d2a94530a6ca5180a2886bcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336924, "upload_time": "2020-11-22T18:37:54", "upload_time_iso_8601": "2020-11-22T18:37:54.559399Z", "url": "https://files.pythonhosted.org/packages/2e/0b/92f65823d475d420422587f8103c075297fd3931553bf5eb4e50e0a9e9f2/ladybug-comfort-0.9.43.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.44": [ { "comment_text": "", "digests": { "md5": "729987bdafd25f88a02b4953f9ca2ad8", "sha256": "c101e30f26da139f9bd29fe656e751055157480d9186b5905d6a73874366741a" }, "downloads": -1, "filename": "ladybug_comfort-0.9.44-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "729987bdafd25f88a02b4953f9ca2ad8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89248, "upload_time": "2020-12-01T08:00:29", "upload_time_iso_8601": "2020-12-01T08:00:29.746589Z", "url": "https://files.pythonhosted.org/packages/34/9e/81a4b282fa45ff48630550f0a1114208278223c4eb958c8da5795cc5898d/ladybug_comfort-0.9.44-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e91af29ecbbe546363409d929c48d87", "sha256": "c27ed2bf91191f1034616145d173c055fb85d6a3e1ee4da92e28650d4ef9354c" }, "downloads": -1, "filename": "ladybug-comfort-0.9.44.tar.gz", "has_sig": false, "md5_digest": "8e91af29ecbbe546363409d929c48d87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336950, "upload_time": "2020-12-01T08:00:31", "upload_time_iso_8601": "2020-12-01T08:00:31.064766Z", "url": "https://files.pythonhosted.org/packages/ce/8a/c7da793b1579521a9024d6cd410a90a9287d66559761d5997590244baff0/ladybug-comfort-0.9.44.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "03fed792e6bc6f4befaaed8dab5ad789", "sha256": "11636f83e2e7c5bc2ea2543f42ea04ecca2391de2f51c3607be25440233c8529" }, "downloads": -1, "filename": "ladybug_comfort-0.9.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "03fed792e6bc6f4befaaed8dab5ad789", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89551, "upload_time": "2020-05-19T18:52:33", "upload_time_iso_8601": "2020-05-19T18:52:33.812356Z", "url": "https://files.pythonhosted.org/packages/a7/77/a95a0d6f741c46b269b5651ec33e9c6a935036fe5f839e83a5efdc648824/ladybug_comfort-0.9.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "045eb46fb45b869f4e7024bb5687b618", "sha256": "ceee307dd1428a9f8d830c76f9f42ed5ac02065fba55026b14f72da2c908fa1e" }, "downloads": -1, "filename": "ladybug-comfort-0.9.5.tar.gz", "has_sig": false, "md5_digest": "045eb46fb45b869f4e7024bb5687b618", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337299, "upload_time": "2020-05-19T18:52:34", "upload_time_iso_8601": "2020-05-19T18:52:34.798427Z", "url": "https://files.pythonhosted.org/packages/e3/11/3e49f096bc6fdcc53aa1f7c35a809879691d0e80bcb9e9544debf76b2b30/ladybug-comfort-0.9.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "0fd4486de241e26712f8be32c5fdcbe8", "sha256": "0198253630a7666f634c36de046c23fc32176b5af8446ffb74aab5326b21918e" }, "downloads": -1, "filename": "ladybug_comfort-0.9.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0fd4486de241e26712f8be32c5fdcbe8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89550, "upload_time": "2020-05-19T23:18:38", "upload_time_iso_8601": "2020-05-19T23:18:38.788587Z", "url": "https://files.pythonhosted.org/packages/1a/33/e0d8f735f4167df34a096dc08a3f5370c0d9379c6758691f5a4917365066/ladybug_comfort-0.9.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d24109727833bcf37f4027366be8252c", "sha256": "7c6c56c7a728617be0e9ef9c64894648d350f90d58b7ff77633f7a86547753d9" }, "downloads": -1, "filename": "ladybug-comfort-0.9.6.tar.gz", "has_sig": false, "md5_digest": "d24109727833bcf37f4027366be8252c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337318, "upload_time": "2020-05-19T23:18:40", "upload_time_iso_8601": "2020-05-19T23:18:40.143857Z", "url": "https://files.pythonhosted.org/packages/bc/5b/673b987c3be35a04c53f61bbce1ce5a32d3a00f7329be7edfb13eee0222c/ladybug-comfort-0.9.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "b3f1283984e583ab357217ac85214512", "sha256": "7404d0fa7e0cb9a970cdeb3c104df90430928bba374e6f5a97e7407f812c5be8" }, "downloads": -1, "filename": "ladybug_comfort-0.9.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3f1283984e583ab357217ac85214512", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89547, "upload_time": "2020-06-05T22:56:59", "upload_time_iso_8601": "2020-06-05T22:56:59.774542Z", "url": "https://files.pythonhosted.org/packages/3f/1c/49b6041691623be6f6b13af5d75063bd1e005e64b7ded957c1954c6cafd5/ladybug_comfort-0.9.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "faa0f461b90c158de031f74843fc9e8b", "sha256": "5aec70a57ae5331895e85a64f0f6188de8eb3bf0386e44454ea958d176bf9045" }, "downloads": -1, "filename": "ladybug-comfort-0.9.7.tar.gz", "has_sig": false, "md5_digest": "faa0f461b90c158de031f74843fc9e8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337311, "upload_time": "2020-06-05T22:57:00", "upload_time_iso_8601": "2020-06-05T22:57:00.797997Z", "url": "https://files.pythonhosted.org/packages/7a/79/dbbe40ac88017b538252acec3afb46f1ab6f954f22c37c84d3d68da3244f/ladybug-comfort-0.9.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "42424913b36aabbf394ca4c261c429ec", "sha256": "9cb47b4332c3e3fb6f8a88b4f35da5fa77b91cff12d6a941bcbee1d3814f3e14" }, "downloads": -1, "filename": "ladybug_comfort-0.9.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42424913b36aabbf394ca4c261c429ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89547, "upload_time": "2020-06-17T23:16:13", "upload_time_iso_8601": "2020-06-17T23:16:13.544698Z", "url": "https://files.pythonhosted.org/packages/de/b8/a24daca7e4e47b86ef1f02d11603939bea7ebb4077643f5991a770a924cf/ladybug_comfort-0.9.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2b21b5ede3decd211c3d64e31547322", "sha256": "a0aba61f4c8b3154ac0e9f2011b1e5b315b87394e24fc0a6270442e00478137a" }, "downloads": -1, "filename": "ladybug-comfort-0.9.8.tar.gz", "has_sig": false, "md5_digest": "b2b21b5ede3decd211c3d64e31547322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337305, "upload_time": "2020-06-17T23:16:14", "upload_time_iso_8601": "2020-06-17T23:16:14.792651Z", "url": "https://files.pythonhosted.org/packages/6a/bf/8102b0e33435882b5600b8c0d7b5ebb92e379d665f3767b706dce6bdd2d3/ladybug-comfort-0.9.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "a576920fbe387f31322f96ac0bb0f0cf", "sha256": "097be81518d2604ae2c23d0826993f07de34ca12596e4dda703a571654f469e4" }, "downloads": -1, "filename": "ladybug_comfort-0.9.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a576920fbe387f31322f96ac0bb0f0cf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89545, "upload_time": "2020-06-18T00:00:22", "upload_time_iso_8601": "2020-06-18T00:00:22.569002Z", "url": "https://files.pythonhosted.org/packages/0c/f0/c93f98998c7c65f4403ff26879a92e5610dee169eee2ddf36ba36ea5146e/ladybug_comfort-0.9.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "55f6a637019abf380eb1b87512c63647", "sha256": "798b4f24960894514f71667d1de0103c116b735917c1e717727b5d1d40778d5c" }, "downloads": -1, "filename": "ladybug-comfort-0.9.9.tar.gz", "has_sig": false, "md5_digest": "55f6a637019abf380eb1b87512c63647", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337312, "upload_time": "2020-06-18T00:00:23", "upload_time_iso_8601": "2020-06-18T00:00:23.829942Z", "url": "https://files.pythonhosted.org/packages/01/02/b871500d4bb81f18c253d98ce272a040dfa679de4682eb2f66a1f039c17a/ladybug-comfort-0.9.9.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3444cec925419a6cfc22e17c95826ba0", "sha256": "c42aae3a504551d28b0bc85f9eba1ccda129c62e99b0763b813008a5d384d7c3" }, "downloads": -1, "filename": "ladybug_comfort-0.15.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3444cec925419a6cfc22e17c95826ba0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 137627, "upload_time": "2022-05-12T17:43:35", "upload_time_iso_8601": "2022-05-12T17:43:35.652649Z", "url": "https://files.pythonhosted.org/packages/33/6b/c6bba880a30242a536a69608082296fba030a83f7091b1b2aab7d4d85007/ladybug_comfort-0.15.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "44f7a19e976a2808a0f50fc235b2d51c", "sha256": "632fa08a4dae176e463a23318c2f2ab7b5d76a569cfc83cb2229da72e60014a8" }, "downloads": -1, "filename": "ladybug-comfort-0.15.14.tar.gz", "has_sig": false, "md5_digest": "44f7a19e976a2808a0f50fc235b2d51c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118912, "upload_time": "2022-05-12T17:43:38", "upload_time_iso_8601": "2022-05-12T17:43:38.259653Z", "url": "https://files.pythonhosted.org/packages/72/0a/1bf23df923ee9f56b55f54d8806e2a3ca77cbda5c3f8a2a3e02bd6defb2d/ladybug-comfort-0.15.14.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }