{ "info": { "author": "Microsoft", "author_email": "nimbusml@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "NimbusML\n\n`nimbusml` provides battle-tested state-of-the-art ML algorithms,\ntransforms and components, aiming to make them useful for all\ndevelopers, data scientists, and information workers and helpful in all\nproducts, services and devices. The components are authored by the team\nmembers, as well as numerous contributors from MSR, CISL, Bing and other\nteams at Microsoft.\n\n`nimbusml` is interoperable with `scikit-learn` estimators and transforms,\nwhile adding a suite of highly optimized algorithms written in C++ and\nC\\# for speed and performance. `nimbusml` trainers and transforms support\nthe following data structures for the `fit()` and `transform()` methods:\n\n- `numpy.ndarray`\n- `scipy.sparse_cst`\n- `pandas.DataFrame`.\n\nIn addition, `nimbusml` also supports streaming from files without loading\nthe dataset into memory, which allows training on data significantly\nexceeding memory using `FileDataStream`.\n\nWith `FileDataStream` `nimbusml` is able to handle up to **billion** features\n and **billions** of training examples for select algorithms.\n\nFor more details, please refer to the documentation:\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://docs.microsoft.com/en-us/nimbusml", "keywords": "microsoft ml ML.NET machine learning nimbusml", "license": "All rights reserved", "maintainer": "", "maintainer_email": "", "name": "nimbusml", "package_url": "https://pypi.org/project/nimbusml/", "platform": "", "project_url": "https://pypi.org/project/nimbusml/", "project_urls": { "Homepage": "https://docs.microsoft.com/en-us/nimbusml" }, "release_url": "https://pypi.org/project/nimbusml/1.5.0/", "requires_dist": [ "numpy (>=1.14.0)", "pandas (>=0.22)", "scipy (>=0.18)", "scikit-learn (>0.19.0)", "decorator", "enum", "funcsigs (>=1.0.2)", "azureml-dataprep (>=1.1.12) ; extra == 'dprep'", "nose (>=1.3) ; extra == 'tests'", "pytest (>=4.4.0) ; extra == 'tests'", "graphviz ; extra == 'tests'", "imageio ; extra == 'tests'", "graphviz ; extra == 'utils'", "imageio ; extra == 'utils'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "summary": "NimbusML", "version": "1.5.0" }, "last_serial": 5950118, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "0f3b04109223a1c48882533ff923fabe", "sha256": "25337eafa678858fa6482a069f4d94b747d834e06f20e0b724edc870d7822cd1" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "0f3b04109223a1c48882533ff923fabe", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 89110816, "upload_time": "2019-06-05T05:19:03", "url": "https://files.pythonhosted.org/packages/8d/19/755694fc7359bd555a99801f3fa5aeeb2a8214bee53588c818fe6d2ad792/nimbusml-1.1.0-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "13e705dd9593ea07c459618ba94089bc", "sha256": "ce55187f1e189db5f5ec0041d65c3e0622a41db2b2857287f6ebea0932a275c8" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "13e705dd9593ea07c459618ba94089bc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 116491010, "upload_time": "2019-06-05T05:19:18", "url": "https://files.pythonhosted.org/packages/dd/dc/ac2635d8e7d86576764d4d88801b4763dabb76ffa42042cd756bde4fd05e/nimbusml-1.1.0-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bca32c78f4d3719941f543d1add96efe", "sha256": "c8182537b9dbb1bcd905503f665b7506df68ad5f6f1a98ed151abe393984287a" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "bca32c78f4d3719941f543d1add96efe", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 75340284, "upload_time": "2019-06-05T05:19:28", "url": "https://files.pythonhosted.org/packages/32/79/cf44cf113052d0d2f6e67bea73c7d2a9052228fb5974fdfd5d6e37fd19bd/nimbusml-1.1.0-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f8226f2d83194449396bd3333d97f20a", "sha256": "a77ac94d4df194a44adfaaae4a54fdebbd23e478e7a893cd4fa0981cd7db32b6" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "f8226f2d83194449396bd3333d97f20a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 60348956, "upload_time": "2019-06-05T05:19:35", "url": "https://files.pythonhosted.org/packages/21/76/96f07c1a0e494549c9930affee1d5464a17140ae0b0b6f2c83b5a91e9ff6/nimbusml-1.1.0-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "75d1ffc8d58a8a10fbde319686d5b529", "sha256": "c5acfabeda8ecc0bae6b253c2006b0186d4abf0756efa7e0a07f6d0387c28e7b" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "75d1ffc8d58a8a10fbde319686d5b529", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 86967846, "upload_time": "2019-06-05T05:19:44", "url": "https://files.pythonhosted.org/packages/f8/a1/cf46ce2fd7a82d354c3d05f9c5654a67b3ee3bdddf3a83c43d8a19815ae2/nimbusml-1.1.0-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a05a79db451d14c2d37cc321d3360289", "sha256": "69c6bcd7c62ae4ec60e59d845cac89ca1ccf4d1a2cc5172850b1ff09ba04839e" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "a05a79db451d14c2d37cc321d3360289", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 46216222, "upload_time": "2019-06-05T05:19:52", "url": "https://files.pythonhosted.org/packages/a0/66/e04c53abaaf491c358e444f14956317ffcac0d7a0add20c1a0803f93bcd6/nimbusml-1.1.0-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7dcaee0a24c9982c74a50b587952cb13", "sha256": "3dc683bb5082086d54e68b96e6c4ea425c30eac01aa4cb5f3bb3cbb3112000a6" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "7dcaee0a24c9982c74a50b587952cb13", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 60348988, "upload_time": "2019-06-05T05:19:59", "url": "https://files.pythonhosted.org/packages/74/9b/842472ce74c1b06e8c72e8c26b2fb8bb9ccd14beb695064ed92646b95877/nimbusml-1.1.0-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "00368f79a64f23b3fe84bcaf896b9e1b", "sha256": "9f1f32dbcceb82866a977d4f13cf9d03a830420cf1994ebd8671a42c7b617989" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "00368f79a64f23b3fe84bcaf896b9e1b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 86968786, "upload_time": "2019-06-05T05:20:08", "url": "https://files.pythonhosted.org/packages/69/a3/3996cb38f0dfde7ebd2ef4a48b99b3dccf22994d1a01a5b261d4f57e3649/nimbusml-1.1.0-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c57c126ae1a9efc7872950bfbcfed13a", "sha256": "45c271c4f2d3572b4efdb364510bdc4c9426b7014172ba46d538f9f82b20898b" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "c57c126ae1a9efc7872950bfbcfed13a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 46216412, "upload_time": "2019-06-05T05:20:16", "url": "https://files.pythonhosted.org/packages/3d/14/724ce648477a29f540ef274b186ffc7d34c039f6bf7f04ff06a1477804c6/nimbusml-1.1.0-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1fbecef5c941b9757f419de87e18cb1a", "sha256": "494a76fec03b55e24359b6e416ab6abe64581d39d888a106af38a98408c8e083" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "1fbecef5c941b9757f419de87e18cb1a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 60343252, "upload_time": "2019-06-05T05:20:23", "url": "https://files.pythonhosted.org/packages/4f/92/a3394c040074b1e69a2e262b66ffb7af8041800d1585afa18fae309de17f/nimbusml-1.1.0-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "35a5761aa6933d7f7a0f388a7c88cfb1", "sha256": "d6136c3b9d00f25d23203ca2290459b02f1b9958f439c9350af2943838688ea2" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "35a5761aa6933d7f7a0f388a7c88cfb1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 86957803, "upload_time": "2019-06-05T05:20:32", "url": "https://files.pythonhosted.org/packages/6b/29/4c9c154a44c1fff200f38a6a7f7e1acdacf6c54205df83dc59189ff4568b/nimbusml-1.1.0-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "633fc601136733f3a6be29da91508de4", "sha256": "c756244694655e8df687f139aac350dd23c7e71c896aa458f49de06483f13f87" }, "downloads": -1, "filename": "nimbusml-1.1.0-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "633fc601136733f3a6be29da91508de4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 46216701, "upload_time": "2019-06-05T05:20:40", "url": "https://files.pythonhosted.org/packages/5d/68/a3b5ec6058a4f57dd6aacb13681501dd8213e4ae341106eeb1c0de05bf9d/nimbusml-1.1.0-cp37-none-win_amd64.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "a597d33b7710f16b82fc614c303beb9b", "sha256": "23be4bff2a7d20c6853df375e98a3b492807409ccfb59bb2bf67581804191ba9" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "a597d33b7710f16b82fc614c303beb9b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 128319168, "upload_time": "2019-07-03T21:55:00", "url": "https://files.pythonhosted.org/packages/ba/aa/ad0c3156daf8a8de654c9464bd60cff1fc4558be3173f0e027717a7d5699/nimbusml-1.2.0-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1b97d3fb2cc0c90da58a2de433c73668", "sha256": "7e332305a114bd662fec62fe9e52b433b959a046735b2c5122bf6bbccd2d895d" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1b97d3fb2cc0c90da58a2de433c73668", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 116229556, "upload_time": "2019-07-03T21:55:43", "url": "https://files.pythonhosted.org/packages/fb/7c/1f16d48283b6206ba8aee6ae03fe8b394cf1b9e01a86233ce0c2404768c6/nimbusml-1.2.0-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "15f94d7b2a1e2bfaa5d919e7456da8cf", "sha256": "710f9d16e1d7d97d7245fe8d396ae9c691e0eb2f11f3ff8b74facdc64b5aca8b" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "15f94d7b2a1e2bfaa5d919e7456da8cf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 75358727, "upload_time": "2019-07-03T21:56:09", "url": "https://files.pythonhosted.org/packages/4e/79/3790a454b710b1cae94adf54f527dcb19431370b9483f847ce65a705be36/nimbusml-1.2.0-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c3859da08069ac5b7f5cefc2988e8338", "sha256": "515df5c2b0a794fa22e890c2c609ac747a8d49c33b9a0a821e69732f935693f5" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "c3859da08069ac5b7f5cefc2988e8338", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 60487374, "upload_time": "2019-07-03T21:56:27", "url": "https://files.pythonhosted.org/packages/72/57/99438a8c961caa2f0aecab44b0654191d1b2adf9a925f83ca7c3b75ddc4a/nimbusml-1.2.0-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d790d4b9dd93d102611a600628d04b12", "sha256": "685dac432ed52688db167ffa147fde164c4858a26be163b04942ad74cf5b01ae" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d790d4b9dd93d102611a600628d04b12", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 87106248, "upload_time": "2019-07-03T21:56:56", "url": "https://files.pythonhosted.org/packages/b8/61/1725bd856ec13bc53382fe5c35affe7dd712da81e674186544c3272897fd/nimbusml-1.2.0-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "069a4b336d6dc575fd843e37fb00c598", "sha256": "26395b579e745aaf89435d2e9d719dc7d7ec84284859068742c4db36680562c7" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "069a4b336d6dc575fd843e37fb00c598", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 46468635, "upload_time": "2019-07-03T21:57:17", "url": "https://files.pythonhosted.org/packages/2f/8f/de5d768ef210831c6fc8163562dfe32bf1e2a549de0d37b47f7f8ac3e86a/nimbusml-1.2.0-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "ae74c2b8c8332c43aa217fc8cbd08191", "sha256": "8e93cb494f218d6c7939eba6aeeafee7f0dedbdf8e18a68d9665e651fe7e626f" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "ae74c2b8c8332c43aa217fc8cbd08191", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 60487391, "upload_time": "2019-07-03T21:57:34", "url": "https://files.pythonhosted.org/packages/39/cf/700481cc7d2ae4515787a0a647cff11a4877f3ed3209ed13f49b33bd3dac/nimbusml-1.2.0-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f129ea1d1d68ec47f593fbcc83a63056", "sha256": "753b2679fa9d23ebc288e32ee27e1324d091eab7776cc7ef704b4d4f4dae44f0" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f129ea1d1d68ec47f593fbcc83a63056", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 87107197, "upload_time": "2019-07-03T21:58:00", "url": "https://files.pythonhosted.org/packages/45/55/9152418f88469c9571fb6d4dace3c68c91ada66a377a523ed26ff32eed37/nimbusml-1.2.0-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "00fbcc09e8b38ef94e68d4dddb95e7c5", "sha256": "6ce6f947ff04c08f775e329380040c4818de095fbb4293565b5402ed351f16f5" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "00fbcc09e8b38ef94e68d4dddb95e7c5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 46468644, "upload_time": "2019-07-03T21:58:20", "url": "https://files.pythonhosted.org/packages/71/23/b39b1575ac3c0a589d470735cdb41f2f4bd323b2c306da6c7ea544226ba4/nimbusml-1.2.0-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "df9c6ba33fd2130ee7e89cc2e007edfd", "sha256": "bda7b739317816453ccb189ee9449e47057018e0ad177b557ecbc51a9a612ddf" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "df9c6ba33fd2130ee7e89cc2e007edfd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 60481659, "upload_time": "2019-07-03T21:58:37", "url": "https://files.pythonhosted.org/packages/c6/54/5a21f0ae92a46036f1b130ed098c8f9b47a604fc6eddc28e2350cb895479/nimbusml-1.2.0-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6c26cb4f70170b5843affccb26ea4c8b", "sha256": "7eddb603c808b8e8a8dbbe4ad21246a9733ff4b66a80cb4cd6c2294a88b46cf2" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6c26cb4f70170b5843affccb26ea4c8b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 87096212, "upload_time": "2019-07-03T21:59:03", "url": "https://files.pythonhosted.org/packages/e0/d7/99858156f19e960fe73a9551dce32672fc2f7d23edd58584fabec7b458d6/nimbusml-1.2.0-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "eed541453707b4f8988bfb5750b7f4b4", "sha256": "acaa8f5c5060e508c3cac4188cc71a2a3a8bcaeb7a374bdcdbfe1ef938f6d169" }, "downloads": -1, "filename": "nimbusml-1.2.0-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "eed541453707b4f8988bfb5750b7f4b4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 46469242, "upload_time": "2019-07-03T21:59:17", "url": "https://files.pythonhosted.org/packages/4f/22/1033479dad5cbbd2f238c708e05e3f845065b5b647148bccfd0eb3d81c4b/nimbusml-1.2.0-cp37-none-win_amd64.whl" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "a654c42cb75961e203d473a6d6a48510", "sha256": "fc45f2f7fa2530a364431eb4663ac050582b9fdc79c9d8f8dc33df566f43073f" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "a654c42cb75961e203d473a6d6a48510", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 147724562, "upload_time": "2019-08-06T16:59:17", "url": "https://files.pythonhosted.org/packages/32/a5/7225f7ddd714dc626ec4578706be7dd97c8b57e4c61a6991fd01ecc30d51/nimbusml-1.3.0-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "322ffb601db57fd8b681d14ee2ea85fb", "sha256": "4978a382c9140a2c746dfccf6f14b0861cf74582c0ec7b63cca44e009330b747" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "322ffb601db57fd8b681d14ee2ea85fb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 124914062, "upload_time": "2019-08-06T16:59:31", "url": "https://files.pythonhosted.org/packages/de/c7/4bba9560d0cd58fac6302e943c54e90737ec95bef989875bec44e8da3996/nimbusml-1.3.0-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "61f2326a551c0cdd015ef63ab44c307e", "sha256": "6a2f0b2d1b1c4d1871294cf8aaa0de40db5410ee7fdba00b0c5e873fd3fb72d5" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "61f2326a551c0cdd015ef63ab44c307e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 88617297, "upload_time": "2019-08-06T16:59:43", "url": "https://files.pythonhosted.org/packages/c2/7b/27bff84c97f016fa9b1369f4d8eb0b7c7c299981af32f528d3372ce068ea/nimbusml-1.3.0-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "0679dbe0d24ba7f1fb54fafafb0f22c3", "sha256": "2d395ade285d9aae3e6c92a395abb9224167b24785bc3fe7b4b71866f97fed64" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "0679dbe0d24ba7f1fb54fafafb0f22c3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 115419642, "upload_time": "2019-08-06T16:59:54", "url": "https://files.pythonhosted.org/packages/a6/4c/513ed0a5ee76a0c9f819434a5f12585aa37b6a7e5eeaec5d3b7dd4f36fe9/nimbusml-1.3.0-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0238d2fc9a490f164d5e642579608fde", "sha256": "4ac6611812d31c1ead46891988ab25ff5d95ddc41980726a33084c66f30190fb" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0238d2fc9a490f164d5e642579608fde", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 101398283, "upload_time": "2019-08-06T17:00:07", "url": "https://files.pythonhosted.org/packages/39/00/7e425a17432eb25233f24a2b0d5d8e1c32ab27d660a2b0a7bbb07853b751/nimbusml-1.3.0-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "dbe1b1f279fcecb41a235b46aac1f177", "sha256": "12e641506ae4dbf7061e9fcd9d76565964483adb4221755bad98e0676bdbfba6" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "dbe1b1f279fcecb41a235b46aac1f177", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 51350641, "upload_time": "2019-08-06T17:00:16", "url": "https://files.pythonhosted.org/packages/b8/b2/8e93cf75464ec173132f95e5cbb560daa483c45cf5bbf63911788b64ee9b/nimbusml-1.3.0-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "40ef9bfc9f59723e1ec3b9c7f2217a18", "sha256": "e7c414b1b88f2e43c3f348061868ad0d37a7551643b8b9d3c57fe842593cfcf0" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "40ef9bfc9f59723e1ec3b9c7f2217a18", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 115419673, "upload_time": "2019-08-06T17:00:26", "url": "https://files.pythonhosted.org/packages/ef/b5/46f3bc8eb9a35cc0bf4bb9db533d463264c7431d090de63bcf25641a2d42/nimbusml-1.3.0-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "af283d4ba5faee3ab5e30b8cd169a84b", "sha256": "79c2bdefeac57dbc131b15d3f5352425b9092f9c8f6829ea500d8d98618390fd" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "af283d4ba5faee3ab5e30b8cd169a84b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 101398906, "upload_time": "2019-08-06T17:00:39", "url": "https://files.pythonhosted.org/packages/5a/a5/1230f95d556a6ab3b48731366f80c6ebc6b94f51443e3fe2617b13a6ae4f/nimbusml-1.3.0-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e8fd3ef784d69c29b9b77bef329a57bf", "sha256": "d77f460e5b7dbf0d5e05ef7014f6a47c1267e4c6a27ac60a65ecc8b0db8573e4" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "e8fd3ef784d69c29b9b77bef329a57bf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 51350664, "upload_time": "2019-08-06T17:00:46", "url": "https://files.pythonhosted.org/packages/3d/2e/c488331fdb2f3ead84a624c3d2cac4712a1515f35893b9d1d35f1cb3ef3b/nimbusml-1.3.0-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "86126347573e26a9995499197935bcd7", "sha256": "ca9a3df3380629ad9260a9783a204dc3d4bf46deb12b91a5fcaf8d5634e26116" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "86126347573e26a9995499197935bcd7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 115414019, "upload_time": "2019-08-06T17:01:18", "url": "https://files.pythonhosted.org/packages/74/07/dc98c94452859920dbeab5ce90c32bd519dd657720cf2583a441732959aa/nimbusml-1.3.0-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "816aa246ebc2044268013ebeaaa304c4", "sha256": "9593d56588f5a08df34a7c15744562eb3ec179551daba57f8a40f956f957603f" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "816aa246ebc2044268013ebeaaa304c4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 101385299, "upload_time": "2019-08-06T17:01:30", "url": "https://files.pythonhosted.org/packages/a0/7a/fbd558a1aa9d5684eeb2b7875bab89121ca20ddfa09a4edb417d3b5d5c87/nimbusml-1.3.0-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "442815a1c9179511139189e77b1da689", "sha256": "440a21fb7934ffbcfa334a49d4ba0e23e3f8cccdc99216ab730fdc89ecf11942" }, "downloads": -1, "filename": "nimbusml-1.3.0-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "442815a1c9179511139189e77b1da689", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 51351009, "upload_time": "2019-08-06T17:01:38", "url": "https://files.pythonhosted.org/packages/e7/59/f7283f490c79be9b58a631beae7ce974d63243471a4ff9b6984267338e20/nimbusml-1.3.0-cp37-none-win_amd64.whl" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "dafe1d352ab9683beb4d2d66097ed2c7", "sha256": "5a959d5bd4299fed64cab0c9a497d886926bb01303f1c9df1420a2e99b68d907" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "dafe1d352ab9683beb4d2d66097ed2c7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 147490736, "upload_time": "2019-08-31T03:40:42", "url": "https://files.pythonhosted.org/packages/62/05/cf9cbb3fa84e44df56d40c98ac91be58c3be912bbc3d3e1b6391a53cd530/nimbusml-1.4.0-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "737111e92e07f26c02deebfed1b314bd", "sha256": "c87d66c72520d6edf223f33309a5022c1f113849f36f8b4827a4384606fae65e" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "737111e92e07f26c02deebfed1b314bd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 124676746, "upload_time": "2019-08-31T03:27:45", "url": "https://files.pythonhosted.org/packages/39/9e/e647ac97665b1d57f3c0674057c9e14a0fd77b67ed64461a18242a025fb9/nimbusml-1.4.0-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a085db38228e1f3a93242913693bbe73", "sha256": "fb3df6a6c64713c856435a737969da8f9c714e62012e1df0ca098f90c49e2d87" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "a085db38228e1f3a93242913693bbe73", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 83120619, "upload_time": "2019-08-31T03:27:56", "url": "https://files.pythonhosted.org/packages/ac/a3/312f090eb14652ea7cfef9f9341deb7f51160b2f02a720d7321253b73018/nimbusml-1.4.0-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c1ada320cabbfb45de64e629e2af0a33", "sha256": "675aceb7506b413d8f6b3189f2dc5249cf4556fc80934ebbd3450b652c078ea1" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "c1ada320cabbfb45de64e629e2af0a33", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113661861, "upload_time": "2019-08-31T03:28:07", "url": "https://files.pythonhosted.org/packages/32/33/bcf7f16816962f21f76abd47306e9fbd5cc82d6bbd038ed315c1ceece6df/nimbusml-1.4.0-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8e12eecba26fb3ab6313e7ededa64cd9", "sha256": "fbbe4dd53522d55a3899fbb8ab4280b769e750c78ba2a7472d4a7a9ffe90070c" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8e12eecba26fb3ab6313e7ededa64cd9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 99637472, "upload_time": "2019-08-31T03:28:22", "url": "https://files.pythonhosted.org/packages/12/7c/af809a66c48d261d91f31b2529478963a95f8cfdd8e8889ac25116064405/nimbusml-1.4.0-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "49c74d93149664e538e4c8305ebe029d", "sha256": "8a42d17d98b0eca4234fb073c9fa75dbd098f459afe016c8bf035b15adc5c5f8" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "49c74d93149664e538e4c8305ebe029d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 49589971, "upload_time": "2019-08-31T03:28:33", "url": "https://files.pythonhosted.org/packages/23/d4/b0bb1d3ca8b9861e28010e392fa2df7e2fb3901b3ca688c53b8fcb729968/nimbusml-1.4.0-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "16bfa5431b36ee422684423f2414d3d8", "sha256": "a4e985ccc37fbc4cfefccc71114f970b4aa43df3d4a556bb6452e2a5fdc5446d" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "16bfa5431b36ee422684423f2414d3d8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113661883, "upload_time": "2019-08-31T03:28:43", "url": "https://files.pythonhosted.org/packages/b9/c2/1da570e00b3458188055b980b36e157e3b6ae0dd43091bc58a32d6b0f4ba/nimbusml-1.4.0-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6f41114ed52445f154f26dcdf6584705", "sha256": "f24b9386b6763195b7e52e94a124b9c0949b8a5032906da5bc50db8249aa08d0" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6f41114ed52445f154f26dcdf6584705", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 99638154, "upload_time": "2019-08-31T03:28:55", "url": "https://files.pythonhosted.org/packages/a7/da/5ce033a2baf1db27adc16d2a8f582bd0e22e3c8cc2e1dccd99a8e4844ccf/nimbusml-1.4.0-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3943acb83fc39ff77cb7ceaa60fbb66b", "sha256": "d4933bdb3eb32270eaecd896ebfd33a582f0ccf011c523b33858894c7d7251c4" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "3943acb83fc39ff77cb7ceaa60fbb66b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 49589836, "upload_time": "2019-08-31T03:29:04", "url": "https://files.pythonhosted.org/packages/4b/90/59925f294e6cdb9c2ab8916985ccbc1f2af67ed2144ba5b7114d7c3a591f/nimbusml-1.4.0-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "6fd5cb4996871e00a14908d32530384d", "sha256": "c56c481e6c50de01e4a4251ac82e870e85a95fd571888fa8ecfc2c5708495bae" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "6fd5cb4996871e00a14908d32530384d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113656034, "upload_time": "2019-08-31T03:29:14", "url": "https://files.pythonhosted.org/packages/3c/4d/aa50f9e5d19306c6361ecdd4e301f308133a0b986b8b0cf7fa7fa703a7d0/nimbusml-1.4.0-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "00bf1318d389f09d9cfe32449e0abadd", "sha256": "dfd9259b025ddc73b5228b1c071060e0a60a627e3aef697f8fdf4c1b059d6f73" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "00bf1318d389f09d9cfe32449e0abadd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 99624136, "upload_time": "2019-08-31T03:29:26", "url": "https://files.pythonhosted.org/packages/a3/0f/c5b8989a364addf08e9641f147b7af81d72d8e20a569bf54c27600922312/nimbusml-1.4.0-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cd267aa2e2293819673dbae630163d5f", "sha256": "d1c387eb2edd47b7208b1637c9751d83a61c77ca9908a9ddbd3d3f26af675c30" }, "downloads": -1, "filename": "nimbusml-1.4.0-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "cd267aa2e2293819673dbae630163d5f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 49590169, "upload_time": "2019-08-31T03:29:36", "url": "https://files.pythonhosted.org/packages/ce/17/7a1fb1854c26d9fa184a708cab2fee5301f624769ff26e4d001328cbd007/nimbusml-1.4.0-cp37-none-win_amd64.whl" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "f8a92a9ad0097e467ce6a366355df798", "sha256": "216edd1ca92a68b02d4c38c3a7e1fa95e18af1d4f056ee6804915673ddc32eaa" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "f8a92a9ad0097e467ce6a366355df798", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 147499887, "upload_time": "2019-09-09T22:56:27", "url": "https://files.pythonhosted.org/packages/51/7c/18a4714c7008756ef93c92973881b6ab0b1b44a53b252b4789c3f7106244/nimbusml-1.4.1-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "172e3394d532dfa700129b081248b57f", "sha256": "69a5b2a15e3fdd640b4864f8c41d0a81356fe38f8eaeafc27e761109d261016d" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "172e3394d532dfa700129b081248b57f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 124685878, "upload_time": "2019-09-09T22:56:40", "url": "https://files.pythonhosted.org/packages/a4/a2/2ce5ad927f2d5ae70ad02367d568493a415a8cce941ba841422ca3f61a6e/nimbusml-1.4.1-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d6bb326c488392714bc06c0878abafea", "sha256": "249b6224718d77245902b599a70630dc16391ca48f2a9bc8d7fbcdef2989310a" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "d6bb326c488392714bc06c0878abafea", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 83129913, "upload_time": "2019-09-09T22:56:51", "url": "https://files.pythonhosted.org/packages/0d/18/78bf7852682532f156301f0574fb1043f256b2810b6cf54cf4d07ebdeaa7/nimbusml-1.4.1-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f7b7cc03b2f414a5a3635633931926d3", "sha256": "ca610f55a592be741e7a5779ceecb3536a7e4fc41e2845e9d7292494341b3d3e" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "f7b7cc03b2f414a5a3635633931926d3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113670903, "upload_time": "2019-09-09T22:57:05", "url": "https://files.pythonhosted.org/packages/54/9b/21955ab3d225fcbdecd1344e3150078a0cca54f28230b290a594cc25b454/nimbusml-1.4.1-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "632e9de76efcd3f20abfb80eebcb4603", "sha256": "933f08aec64119631c33eca42a9abf2f38f1ab39fe03e3cac26ea14d1e98f1e5" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "632e9de76efcd3f20abfb80eebcb4603", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 99646528, "upload_time": "2019-09-09T22:57:16", "url": "https://files.pythonhosted.org/packages/d9/34/0bdb03be9177b3370b8b67ce3db01f5cf07648f6b57a3209463573788808/nimbusml-1.4.1-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "71c40e24112b42e3467f68119530ab98", "sha256": "af286a0e7559869f97408bdb5536abdcc5abfffd1203f8923219c59e67021f71" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "71c40e24112b42e3467f68119530ab98", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 49599109, "upload_time": "2019-09-09T22:57:25", "url": "https://files.pythonhosted.org/packages/89/13/daf3429befc8b80b300d912e5863646f139b14db4be1a652d6c8c4be4234/nimbusml-1.4.1-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c13e2347c485b3bf3b99ac0369b787f6", "sha256": "6c40be7de50e4130db41a59a05cf84c5f12a9c49f2f967100c341bcc23f73ce6" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "c13e2347c485b3bf3b99ac0369b787f6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113670936, "upload_time": "2019-09-09T22:57:35", "url": "https://files.pythonhosted.org/packages/fb/89/90b42f22afb3e2fe86e04e7952e5c59c5da76962eba3e84813981462e3b5/nimbusml-1.4.1-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "15837140a336828e3cd25781941e99bd", "sha256": "516780e399fc7405a824597d049836a50d0993a9f09d5320bfb3d046e612ba86" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "15837140a336828e3cd25781941e99bd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 99647466, "upload_time": "2019-09-09T22:57:46", "url": "https://files.pythonhosted.org/packages/f9/57/b39a433bf1f34d62fb4dffe581fad99562e38ea55cc64cdb714a440bcb67/nimbusml-1.4.1-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b664e1d5f5069f5ee6695358c562571a", "sha256": "ad3a58d0d79da7a2966cf4c14eb77a42f84bf0437e6d0f60c648fc13afe715df" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "b664e1d5f5069f5ee6695358c562571a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 49599138, "upload_time": "2019-09-09T22:57:55", "url": "https://files.pythonhosted.org/packages/c7/01/7ee9acf80e66c5ff981f65ce37b1db717c6e1e4d47b21858f3bb285c1dd7/nimbusml-1.4.1-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "a14d7ca6fb241084d6f56f74dab1b3fb", "sha256": "47cf1c3beae924171ec62bc95f5629502c2f2d1e444ab09f226b3efa3f793972" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "a14d7ca6fb241084d6f56f74dab1b3fb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113665144, "upload_time": "2019-09-09T22:58:06", "url": "https://files.pythonhosted.org/packages/d9/83/071755fac44f6ceb429b92e437f747046a6b3970d68c62adbe285fa59308/nimbusml-1.4.1-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3c66a5b731f19199de64a9d1384817cf", "sha256": "57d5536b5bf38d393e8a0e62e029b1471a23614f7cf97085b0e6dd0d9abacdbb" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3c66a5b731f19199de64a9d1384817cf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 99633304, "upload_time": "2019-09-09T22:58:17", "url": "https://files.pythonhosted.org/packages/f4/19/af8ff7a300bd6fcaf1d0d63203e13e2bda31f0917042efe43ad1f4db23d6/nimbusml-1.4.1-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4c60e3deccac6ca7de883ab0f80813b4", "sha256": "195fd59b2167b2a055df872a200d38c7ea56dcd9f9e269335ee38e26b4dd73e2" }, "downloads": -1, "filename": "nimbusml-1.4.1-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "4c60e3deccac6ca7de883ab0f80813b4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 49599458, "upload_time": "2019-09-09T22:58:25", "url": "https://files.pythonhosted.org/packages/38/6e/cc0effb411c612060dd00aac0ba0da07471b0f4a5d11ab4c5c27704dfb74/nimbusml-1.4.1-cp37-none-win_amd64.whl" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "0128e9ad78154ce2fd64a46e4cceb694", "sha256": "9e0cf55d59b276ab6d922970a0fd903a504a1cf14d3c363d4bb2fbd9b5f8509a" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "0128e9ad78154ce2fd64a46e4cceb694", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 147517969, "upload_time": "2019-09-27T19:35:13", "url": "https://files.pythonhosted.org/packages/dd/06/5c1df85b09b92d68bb7347c56432d8699fbb35a994eb14b3a7071c93e8e5/nimbusml-1.4.2-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0e3183e4f3334eba164c0886e78c7250", "sha256": "b6ee688c29f4eebcc93c8978d4217b7c932532aa2a35b2b5c68f091165f82161" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0e3183e4f3334eba164c0886e78c7250", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 133973267, "upload_time": "2019-09-26T13:21:04", "url": "https://files.pythonhosted.org/packages/7e/34/d5236bbd8e04d68c98315c04c3ea17523bf3414b66ba3ba244462b448ce5/nimbusml-1.4.2-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5cb3fef0d4cb7fc5e13d8a1441198466", "sha256": "6356f2ad6c64162f2662f7fcc68dc332c1648bc8365b463df16b2a1266e915b3" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "5cb3fef0d4cb7fc5e13d8a1441198466", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 90360549, "upload_time": "2019-09-26T13:21:17", "url": "https://files.pythonhosted.org/packages/6a/ae/b0b91eec1efbb52fe35bd371505799ec79d75ca593ca5977167e6bf0122d/nimbusml-1.4.2-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "9e87277ef95ddb376ccada4d4101534f", "sha256": "11feb6e25d6227691198967b4f1197d2d31abd59bb57225d95979a164a01d429" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "9e87277ef95ddb376ccada4d4101534f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113689348, "upload_time": "2019-09-27T19:35:26", "url": "https://files.pythonhosted.org/packages/38/7a/425ec956b91a4b3d1922d8216f3b437ef5f62e1ab6f36750a9539e015e42/nimbusml-1.4.2-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1e4d0afe805ecaeab66ac137da7bb199", "sha256": "b637d07e360ad5b799dad0c6e07b725ccdb243e809a23bd14d4939b4eb36a9f5" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1e4d0afe805ecaeab66ac137da7bb199", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 108932908, "upload_time": "2019-09-26T13:21:28", "url": "https://files.pythonhosted.org/packages/0c/7e/943901710b2d2e044ee3b55d393dde924e2af75bf4619ea55ab238028bd9/nimbusml-1.4.2-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7c943ef9f22ad273b3483dc55b51bb30", "sha256": "b2531a4568d54234670b031f0d1a4513cb700797b67445c0e65b30134567c300" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "7c943ef9f22ad273b3483dc55b51bb30", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 56829987, "upload_time": "2019-09-26T13:21:37", "url": "https://files.pythonhosted.org/packages/47/fc/745a3954262a4efe8efb995878cc740ec069718ac35049843ccfa199fa83/nimbusml-1.4.2-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "37eae425ebb023e93c7bcd19eb1bf1a4", "sha256": "e07707dc980c5a970c1188939992358388663015920935248ffd01d5412c585b" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "37eae425ebb023e93c7bcd19eb1bf1a4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113689372, "upload_time": "2019-09-27T19:35:40", "url": "https://files.pythonhosted.org/packages/d4/8f/178371971b1fc4274989db855b53f840113c43d763383f04d0cff899f589/nimbusml-1.4.2-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3d93c6723aa379c6950473d28e034279", "sha256": "cbde606bb2b8201fcb950833bba875e1d64524d447a83cae1068ee297888db47" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3d93c6723aa379c6950473d28e034279", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 108934354, "upload_time": "2019-09-26T13:21:48", "url": "https://files.pythonhosted.org/packages/9e/8c/c0aed2f0597e82f68e682e622f1be84bd12705a82f1ef54afee8889f8c55/nimbusml-1.4.2-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3d698191e63338d30f33a13a11034b4c", "sha256": "cde57a30148f925408d4f9b87d966041c4d5414f2eb277772d1601a438034386" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "3d698191e63338d30f33a13a11034b4c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 56830014, "upload_time": "2019-09-26T13:21:57", "url": "https://files.pythonhosted.org/packages/e7/1d/007bb0cfbee06a6bd16c6f4c2d896db9d12d285854e4bf542dbd22ab2f3b/nimbusml-1.4.2-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "579d15e8da84676b462269120a7ff318", "sha256": "6554a406e106f86ef63e207036adcc70c421fed11bb4c550c789d45c39da261f" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "579d15e8da84676b462269120a7ff318", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 113682801, "upload_time": "2019-09-27T19:35:52", "url": "https://files.pythonhosted.org/packages/58/e3/a1dfe97fba4c73f2b81caaa382fe434a676d051fdf9a5d1668d8020974c1/nimbusml-1.4.2-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "58faf989d200dfb995452bab7dc46a95", "sha256": "5c611ba5cc6f682d66f7251c50a3ab6158e4b39f732417815f575bd581f7e39e" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "58faf989d200dfb995452bab7dc46a95", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 108920336, "upload_time": "2019-09-26T13:22:07", "url": "https://files.pythonhosted.org/packages/a7/36/17ed9fccc3efb30e152dc8f0ee819d116f7a8f0aff82b9f868e76b6340af/nimbusml-1.4.2-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "208ea6fddc2f43a6b04964969fc12877", "sha256": "4c7e80d407c6b84248042f17e8796e91fca33512561fc7fc752c8966a6840f45" }, "downloads": -1, "filename": "nimbusml-1.4.2-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "208ea6fddc2f43a6b04964969fc12877", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 56830298, "upload_time": "2019-09-26T13:22:16", "url": "https://files.pythonhosted.org/packages/19/b4/2229f6cb0909395dde9c2b89a743283303c7b1c0476c2038655441ee23fd/nimbusml-1.4.2-cp37-none-win_amd64.whl" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "4f7726499a7f8bb8bc5655a3f74bd967", "sha256": "39e5a519cd74ebde8798d876b82256a62494da9ffef4ac750f997f6df08b212b" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "4f7726499a7f8bb8bc5655a3f74bd967", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 152695110, "upload_time": "2019-10-09T14:17:55", "url": "https://files.pythonhosted.org/packages/b9/de/e04e46a3c53bdeaef66c5e930aee14da5e70dec600098e215243032eb504/nimbusml-1.5.0-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fd93dcc0541b4690f48cf25f187afd04", "sha256": "0a6b9442dcd0a920f4a8c81c05203e8ec87c97f511e8fcbae2904e0c33c798ab" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fd93dcc0541b4690f48cf25f187afd04", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 139858297, "upload_time": "2019-10-09T14:18:11", "url": "https://files.pythonhosted.org/packages/ce/c7/e1f35904e1740f0f0a2f7c4c211d2ff18b548873ce387ae56d08f652e8bc/nimbusml-1.5.0-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "060bcda027c5637320db633b8ffcde55", "sha256": "9d15dacc2dd233774f3e1cd85e1b30582b6651ec1604eb13560e0c57ea7cbcfe" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "060bcda027c5637320db633b8ffcde55", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 88308471, "upload_time": "2019-10-09T14:18:24", "url": "https://files.pythonhosted.org/packages/b1/22/4b92b699a47f73085734a613053bb3ac1d706d03171f39d643f4c5c61b7a/nimbusml-1.5.0-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "317baf3f9f0716987f62e09addb96ab7", "sha256": "aff5de0cd86c1f391aa257b095a524b603dfc8998baf65dfe3851513d73f5eaa" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "317baf3f9f0716987f62e09addb96ab7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 118866159, "upload_time": "2019-10-09T14:18:38", "url": "https://files.pythonhosted.org/packages/19/7b/81c2269b6f3f0afb1e65f8fd4e6c3326f36d5bc8631504b86a9c71a776a5/nimbusml-1.5.0-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6bc9f7adae77bd747599d9d4894ad724", "sha256": "dc28bdd71653d39a742868a472a82f50c7ae7af02296b6677a5c1e76916e535f" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6bc9f7adae77bd747599d9d4894ad724", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 104885722, "upload_time": "2019-10-09T14:18:51", "url": "https://files.pythonhosted.org/packages/f5/07/044d72b524e8bd0be88985aa177126a27597020595fb7f0f1f500f07a569/nimbusml-1.5.0-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5355482f1b24f18c4ed532f9155e7cbd", "sha256": "9e6d9caa3d88dad8fd0bdc08a8f6dc55d6dc808e72d517c5243eedfc81e1829c" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "5355482f1b24f18c4ed532f9155e7cbd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 54776902, "upload_time": "2019-10-09T14:18:59", "url": "https://files.pythonhosted.org/packages/04/80/32d35e706f05e7164931fa171d2d475c55b042761f392d068a53b9c612a6/nimbusml-1.5.0-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "bbb0d766068f6aebd92f6e46b727a6d0", "sha256": "31535fd3b74c71918025e30ba16e9e3c349ac5f5673b97b99bce9f63fc77ea1b" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "bbb0d766068f6aebd92f6e46b727a6d0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 118866197, "upload_time": "2019-10-09T14:19:11", "url": "https://files.pythonhosted.org/packages/63/ed/93f167882dbdb743f147f67ca474154991cb122152c6470822adca12d797/nimbusml-1.5.0-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "808939efc7aee0dd7e67d2dfcf57e9ae", "sha256": "6541ea4892610f8d7583e0479cce3e031c7664f7b8f313455232fca90ca77683" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "808939efc7aee0dd7e67d2dfcf57e9ae", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 104886050, "upload_time": "2019-10-09T14:19:23", "url": "https://files.pythonhosted.org/packages/31/f8/b9cd6f214cd4fb24081c379d6374fdf549c3960f64229937e08803bdfdd1/nimbusml-1.5.0-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f7f9fccf9e2107b4b0b4b0a32c43d468", "sha256": "a3d2a4584da847384fc1ee62e7a1c3f4f7385b59486f564f3a8096a6077b1e13" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "f7f9fccf9e2107b4b0b4b0a32c43d468", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 54776767, "upload_time": "2019-10-09T14:19:32", "url": "https://files.pythonhosted.org/packages/3f/cd/0ce71a6f0d12e90d803c6151ecb24ca70ee9475d0bd466cdc21e22404329/nimbusml-1.5.0-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "733e1dfb5f22a28388f53cae524f9bbb", "sha256": "0d73fc08b25217d729be042ebd4e8434a36ba2607973d6423b433106d2533611" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "733e1dfb5f22a28388f53cae524f9bbb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 118859923, "upload_time": "2019-10-09T14:19:43", "url": "https://files.pythonhosted.org/packages/76/6e/8c009cff55887a402a6ef9b48cc09c64fdbf5d9d24d76bc6146cdc781fe5/nimbusml-1.5.0-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "649076df56785b6a6b7a14a01a581293", "sha256": "8ed913cc877632bc13a6fc37afeb7019a011ef0e6a6dd9cb335a2fcd3fabcbd5" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "649076df56785b6a6b7a14a01a581293", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 104872956, "upload_time": "2019-10-09T14:19:55", "url": "https://files.pythonhosted.org/packages/7f/47/358a0860b19b96f496c163afd08e56a733a1f97be6f312b3dd265d85c5d3/nimbusml-1.5.0-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "39cedbcadb5628f5de808b5706122062", "sha256": "0d23d0557f4128d3cb5ede47f69d8898de55ca55ac09598d147441522d62ab0a" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "39cedbcadb5628f5de808b5706122062", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 54777456, "upload_time": "2019-10-09T14:20:05", "url": "https://files.pythonhosted.org/packages/2d/90/1ba0f00ae8500233bee7c220932a4f0badb760b2bf66a7059e400f3b3a0a/nimbusml-1.5.0-cp37-none-win_amd64.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f7726499a7f8bb8bc5655a3f74bd967", "sha256": "39e5a519cd74ebde8798d876b82256a62494da9ffef4ac750f997f6df08b212b" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp27-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "4f7726499a7f8bb8bc5655a3f74bd967", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 152695110, "upload_time": "2019-10-09T14:17:55", "url": "https://files.pythonhosted.org/packages/b9/de/e04e46a3c53bdeaef66c5e930aee14da5e70dec600098e215243032eb504/nimbusml-1.5.0-cp27-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fd93dcc0541b4690f48cf25f187afd04", "sha256": "0a6b9442dcd0a920f4a8c81c05203e8ec87c97f511e8fcbae2904e0c33c798ab" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp27-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fd93dcc0541b4690f48cf25f187afd04", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 139858297, "upload_time": "2019-10-09T14:18:11", "url": "https://files.pythonhosted.org/packages/ce/c7/e1f35904e1740f0f0a2f7c4c211d2ff18b548873ce387ae56d08f652e8bc/nimbusml-1.5.0-cp27-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "060bcda027c5637320db633b8ffcde55", "sha256": "9d15dacc2dd233774f3e1cd85e1b30582b6651ec1604eb13560e0c57ea7cbcfe" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "060bcda027c5637320db633b8ffcde55", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 88308471, "upload_time": "2019-10-09T14:18:24", "url": "https://files.pythonhosted.org/packages/b1/22/4b92b699a47f73085734a613053bb3ac1d706d03171f39d643f4c5c61b7a/nimbusml-1.5.0-cp27-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "317baf3f9f0716987f62e09addb96ab7", "sha256": "aff5de0cd86c1f391aa257b095a524b603dfc8998baf65dfe3851513d73f5eaa" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp35-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "317baf3f9f0716987f62e09addb96ab7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 118866159, "upload_time": "2019-10-09T14:18:38", "url": "https://files.pythonhosted.org/packages/19/7b/81c2269b6f3f0afb1e65f8fd4e6c3326f36d5bc8631504b86a9c71a776a5/nimbusml-1.5.0-cp35-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6bc9f7adae77bd747599d9d4894ad724", "sha256": "dc28bdd71653d39a742868a472a82f50c7ae7af02296b6677a5c1e76916e535f" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp35-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6bc9f7adae77bd747599d9d4894ad724", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 104885722, "upload_time": "2019-10-09T14:18:51", "url": "https://files.pythonhosted.org/packages/f5/07/044d72b524e8bd0be88985aa177126a27597020595fb7f0f1f500f07a569/nimbusml-1.5.0-cp35-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5355482f1b24f18c4ed532f9155e7cbd", "sha256": "9e6d9caa3d88dad8fd0bdc08a8f6dc55d6dc808e72d517c5243eedfc81e1829c" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "5355482f1b24f18c4ed532f9155e7cbd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 54776902, "upload_time": "2019-10-09T14:18:59", "url": "https://files.pythonhosted.org/packages/04/80/32d35e706f05e7164931fa171d2d475c55b042761f392d068a53b9c612a6/nimbusml-1.5.0-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "bbb0d766068f6aebd92f6e46b727a6d0", "sha256": "31535fd3b74c71918025e30ba16e9e3c349ac5f5673b97b99bce9f63fc77ea1b" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp36-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "bbb0d766068f6aebd92f6e46b727a6d0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 118866197, "upload_time": "2019-10-09T14:19:11", "url": "https://files.pythonhosted.org/packages/63/ed/93f167882dbdb743f147f67ca474154991cb122152c6470822adca12d797/nimbusml-1.5.0-cp36-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "808939efc7aee0dd7e67d2dfcf57e9ae", "sha256": "6541ea4892610f8d7583e0479cce3e031c7664f7b8f313455232fca90ca77683" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp36-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "808939efc7aee0dd7e67d2dfcf57e9ae", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 104886050, "upload_time": "2019-10-09T14:19:23", "url": "https://files.pythonhosted.org/packages/31/f8/b9cd6f214cd4fb24081c379d6374fdf549c3960f64229937e08803bdfdd1/nimbusml-1.5.0-cp36-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f7f9fccf9e2107b4b0b4b0a32c43d468", "sha256": "a3d2a4584da847384fc1ee62e7a1c3f4f7385b59486f564f3a8096a6077b1e13" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "f7f9fccf9e2107b4b0b4b0a32c43d468", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 54776767, "upload_time": "2019-10-09T14:19:32", "url": "https://files.pythonhosted.org/packages/3f/cd/0ce71a6f0d12e90d803c6151ecb24ca70ee9475d0bd466cdc21e22404329/nimbusml-1.5.0-cp36-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "733e1dfb5f22a28388f53cae524f9bbb", "sha256": "0d73fc08b25217d729be042ebd4e8434a36ba2607973d6423b433106d2533611" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp37-none-macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "733e1dfb5f22a28388f53cae524f9bbb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 118859923, "upload_time": "2019-10-09T14:19:43", "url": "https://files.pythonhosted.org/packages/76/6e/8c009cff55887a402a6ef9b48cc09c64fdbf5d9d24d76bc6146cdc781fe5/nimbusml-1.5.0-cp37-none-macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "649076df56785b6a6b7a14a01a581293", "sha256": "8ed913cc877632bc13a6fc37afeb7019a011ef0e6a6dd9cb335a2fcd3fabcbd5" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp37-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "649076df56785b6a6b7a14a01a581293", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 104872956, "upload_time": "2019-10-09T14:19:55", "url": "https://files.pythonhosted.org/packages/7f/47/358a0860b19b96f496c163afd08e56a733a1f97be6f312b3dd265d85c5d3/nimbusml-1.5.0-cp37-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "39cedbcadb5628f5de808b5706122062", "sha256": "0d23d0557f4128d3cb5ede47f69d8898de55ca55ac09598d147441522d62ab0a" }, "downloads": -1, "filename": "nimbusml-1.5.0-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "39cedbcadb5628f5de808b5706122062", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8.*", "size": 54777456, "upload_time": "2019-10-09T14:20:05", "url": "https://files.pythonhosted.org/packages/2d/90/1ba0f00ae8500233bee7c220932a4f0badb760b2bf66a7059e400f3b3a0a/nimbusml-1.5.0-cp37-none-win_amd64.whl" } ] }