{ "info": { "author": "Robbert Harms", "author_email": "robbert.harms@maastrichtuniversity.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering" ], "description": "############################\nMRI Coil-reconstruct Toolbox\n############################\nThe MRI Coil-reconstruct Toolbox, MCT, is a small toolbox for combining the channels of a multi-channel MRI acquisition.\nWhere possible, this toolbox uses GPU accelerated routines to speed-up the processing.\nFor example, the weights of the STARC (STAbility-weighted Rf-coil Combination) reconstruction model are fitted using the GPU or using multi-threaded CPU.\nAt the moment MCT supports rSoS (root Sum Of Squares), rCovSoS (same as SoS but than with additional usage of a noise covariance matrix) and STARC.\n\n\n**Beta version notice**\n\nPlease note that this software is still in beta and that the user interface may change over versions.\n\n\n*******\nSummary\n*******\n* features multiple coil combine / reconstruction methods\n* command line and python interface\n* GPU/multicore-CPU accelerated STARC\n* Free Open Source Software: LGPL v3 license\n* Python and OpenCL based\n* Full documentation: https://mct.readthedocs.io/\n* Project home: https://github.com/cbclab/MCT\n* Uses the `GitLab workflow `_\n* Tags: MRI, coil-reconstruct, image reconstruction, opencl, python\n\n\n*******************\nData reconstruction\n*******************\nThis software contains various reconstruction methods that can be used to combine your channels into one (or more) volumes.\nNot all reconstruction methods may be applicable to your data, for example the STARC [1] method only works when dealing with fMRI data.\n\nConsole\n=======\nTo reconstruct your data using the command line, after installation you can use:\n\n.. code-block:: console\n\n $ mct-reconstruct {0..15}.nii\n\nWhere method at the moment is one of \"rSoS\", \"rCovSoS\" or \"STARC\".\nSome methods require more information to combine the channels, please see the full documentation for this.\n\nIf you only want to use certain volumes of your data, use the \"--volumes\" or \"-v\" switch on the command line:\n\n.. code-block:: console\n\n $ mct-reconstruct {0..15}.nii -v odd\n\nTo use (for example) only the odd volumes. Available options are \"odd\", \"even\" or a list of indices, such as \"0 2 4 5\" (space separated).\n\n\nPython\n======\nIt is also possible to reconstruct your data using the Python API, for example:\n\n\n.. code-block:: python\n\n from mct.reconstruction_methods import rSoS, rCovSoS, STARC\n\n input_path = '/data/'\n output_path = '/data/output/'\n nmr_channels = 16\n input_filenames = [input_path + str(ind)\n for ind in range(nmr_channels)]\n\n method = rSoS(input_filenames)\n method.reconstruct(output_path, volumes='odd')\n\nThis would reconstruct your data using rSoS using only the odd volumes.\n\n\nReferences:\n===========\n 1) Simple approach to improve time series fMRI stability: STAbility-weighted Rf-coil Combination (STARC), L. Huber et al. ISMRM 2017 abstract #0586.\n\n\n************************\nQuick installation guide\n************************\nThe basic requirements for MCT are:\n\n* Python 3.x (recommended) or Python 2.7\n* OpenCL 1.2 (or higher) support in GPU driver or CPU runtime\n\n\n**Linux**\n\nFor Ubuntu >= 16 you can use:\n\n* ``sudo add-apt-repository ppa:robbert-harms/cbclab``\n* ``sudo apt-get update``\n* ``sudo apt-get install python3-mct``\n\n\nFor Debian users and Ubuntu < 16 users, install MDT with:\n\n* ``sudo apt-get install python3 python3-pip python3-pyopencl python3-numpy python3-nibabel python3-pyqt5 python3-matplotlib python3-yaml python3-argcomplete libpng-dev libfreetype6-dev libxft-dev``\n* ``sudo pip3 install mct``\n\nNote that ``python3-nibabel`` may need NeuroDebian to be available on your machine. An alternative is to use ``pip3 install nibabel`` instead.\n\n\n**Windows**\n\nThe installation on Windows is a little bit more complex and the following is only a quick reference guide.\nTo save duplication of information and since this package depends on MDT and MOT, the complete install instructions can be copied from\n`the MDT documentation `_.\nAfter following that guide, installation of MCT is simply done using ``pip install mct``.\nThe quick overview is:\n\n* Install Anaconda Python 3.5\n* Install MOT using the guide at https://mot.readthedocs.io\n* Open an Anaconda shell and type: ``pip install mct``\n\n\n**Mac**\n\n* Install Anaconda Python 3.5\n* Open a terminal and type: ``pip install mct``\n\nPlease note that Mac support is experimental due to the unstable nature of the OpenCL drivers in Mac, that is, users running MDT with the GPU as selected device may experience crashes.\nRunning MDT in the CPU seems to work though.\n\n\nFor more information and full installation instructions please see the documentation of the MDT package https://maastrichtdiffusiontoolbox.readthedocs.org\n\n\n*******\nRoadmap\n*******\n1) Add a few more reconstruction methods like:\n\n * Roemer\n * GRAPPA\n * SENSE\n\n2) Improve the data handling and memory usage.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/robbert-harms/mct", "keywords": "mct", "license": "LGPL v3", "maintainer": "Robbert Harms", "maintainer_email": "robbert.harms@maastrichtuniversity.nl", "name": "mct", "package_url": "https://pypi.org/project/mct/", "platform": "", "project_url": "https://pypi.org/project/mct/", "project_urls": { "Homepage": "https://github.com/robbert-harms/mct" }, "release_url": "https://pypi.org/project/mct/0.3.0/", "requires_dist": [ "argcomplete", "mdt (>=0.20.0)", "mot (>=0.9.0)", "nibabel", "numpy", "pyyaml" ], "requires_python": "", "summary": "The MRI Coil-reconstruct Toolbox", "version": "0.3.0" }, "last_serial": 5517181, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e2736db4301917fbd466874724f79930", "sha256": "3696861bd92a6a52e254da881309f98c499153c8926a48971c3039c6a620561d" }, "downloads": -1, "filename": "mct-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e2736db4301917fbd466874724f79930", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 23392, "upload_time": "2017-09-12T12:21:13", "url": "https://files.pythonhosted.org/packages/61/30/e7a5620fac3f48ff776e5b6548962e8822d3791e5784a7bbe5cda4750f67/mct-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "994ff2b69d13e679edfbca1fe90fff19", "sha256": "a539509a80ec5f79fd2084188d5385cb6d85f5f4eb63b68e69830cf3901f0552" }, "downloads": -1, "filename": "mct-0.1.0.tar.gz", "has_sig": false, "md5_digest": "994ff2b69d13e679edfbca1fe90fff19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25754, "upload_time": "2017-09-12T12:21:11", "url": "https://files.pythonhosted.org/packages/4b/18/71ffcc10e61ac352237425dff8a3191848e7c9627ed15f38c8842fbcb81f/mct-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9fff67df84d2783f76657f5d8992f933", "sha256": "e13a827228da00873804678b0633c679eb4dcb794dfa7853347ad10a623ee35d" }, "downloads": -1, "filename": "mct-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9fff67df84d2783f76657f5d8992f933", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 24556, "upload_time": "2017-09-12T12:45:34", "url": "https://files.pythonhosted.org/packages/75/86/6c080b8c3a64589a1a1a9761b2f363ba8c93aeea329598375d100cbca4b1/mct-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3e017d5e3e99ba5c7bc527dc8363bc36", "sha256": "1cfb08c3b4487f308906b0946e0925c8d09531d4d174262302feeecf66171ed1" }, "downloads": -1, "filename": "mct-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3e017d5e3e99ba5c7bc527dc8363bc36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26324, "upload_time": "2017-09-12T12:45:31", "url": "https://files.pythonhosted.org/packages/9e/b1/60f82174f2feb24be6621f0e651c1471b6fb7811b7614fdd848579b34b4b/mct-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1610703485eb387aa548f6e834736e52", "sha256": "becee3c70f12711b175fe2f6ccfc8a0ad9b6aa8d8d4f75392336ad2893a582f3" }, "downloads": -1, "filename": "mct-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1610703485eb387aa548f6e834736e52", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 29193, "upload_time": "2017-09-22T19:07:15", "url": "https://files.pythonhosted.org/packages/72/0f/8df0558a4aa7b9e8dacf06dc3c8aa669c2d7f4c25a362ad8ccf51b199f0a/mct-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80a8ce768a989550e82591698355b438", "sha256": "71d53f9e0a9ceffdb529a214e3aa8c33e8b2005302094ab9d57a711f72b2307a" }, "downloads": -1, "filename": "mct-0.2.tar.gz", "has_sig": false, "md5_digest": "80a8ce768a989550e82591698355b438", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28388, "upload_time": "2017-09-22T19:07:13", "url": "https://files.pythonhosted.org/packages/15/8a/b04ef9372ef6bc5e095b62c7cde59d4c8fb1f74f62da6fde34acfcb659d6/mct-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "cd1fdd26e8c430677f70c297179e20c7", "sha256": "7932a1a6854d02607885a2c9fff1cf03401707708ff15b86e303763cd5465f5c" }, "downloads": -1, "filename": "mct-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cd1fdd26e8c430677f70c297179e20c7", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 29099, "upload_time": "2018-04-04T18:45:27", "url": "https://files.pythonhosted.org/packages/95/65/4d6650a7ba4f7e549a7ac92fe324abb3e668a67791678e7474c7af175988/mct-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c89f6faf642a9ed79d8e904ddf1397a6", "sha256": "907d555c9948f9ef1bc168b4b7470223481f16ae727fe6562e678a6eb35b0a95" }, "downloads": -1, "filename": "mct-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c89f6faf642a9ed79d8e904ddf1397a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28258, "upload_time": "2018-04-04T18:45:25", "url": "https://files.pythonhosted.org/packages/4e/8c/969ecc25298c9ebd47643592bb4e6fc2c1d6fdea82362fc409ca38b0d8a7/mct-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "0ffc733f35f6baf47fcab4edeb8b4311", "sha256": "5c9bbc412731b2364e9fd3a7f0c015abae4f6d6246e947bbe3ccc5ca8fe872cf" }, "downloads": -1, "filename": "mct-0.2.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0ffc733f35f6baf47fcab4edeb8b4311", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29182, "upload_time": "2018-10-24T08:55:01", "url": "https://files.pythonhosted.org/packages/40/7d/a73d444ff690acf01913f8481fdf6eca171aab8f5c83da6b7d19a1067dbc/mct-0.2.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c362bbb21796f57f52c4e91aa79affb3", "sha256": "630f3ba00c448216a4f12350fde172d9ffb4e116f6ec28c610c56b8a36ba390e" }, "downloads": -1, "filename": "mct-0.2.10.tar.gz", "has_sig": false, "md5_digest": "c362bbb21796f57f52c4e91aa79affb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27878, "upload_time": "2018-10-24T08:55:03", "url": "https://files.pythonhosted.org/packages/03/69/b956fe6a8df49a70701caa66f9844a2299d976da17bd8c12335504574cc9/mct-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "9997c3797efd901ae11a40bfd44c1e8a", "sha256": "a54b4598b3367fc33a971aae94986557691aa37642526303c1eee03a53a27e90" }, "downloads": -1, "filename": "mct-0.2.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9997c3797efd901ae11a40bfd44c1e8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29178, "upload_time": "2019-02-19T15:02:56", "url": "https://files.pythonhosted.org/packages/83/59/6024eef2c7e35fee1acb3dc8ac7d686983f54e7aed2fcb23c8c284440b79/mct-0.2.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f63dff0b05029419afea64eb9584c20", "sha256": "afd17cc128e5e53143250387f7e9462cc63c84588793bd513719d745c54c71d8" }, "downloads": -1, "filename": "mct-0.2.11.tar.gz", "has_sig": false, "md5_digest": "4f63dff0b05029419afea64eb9584c20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27871, "upload_time": "2019-02-19T15:02:57", "url": "https://files.pythonhosted.org/packages/f2/0d/b8d15bd6648aaa2a788ea8090451d0249e89f38eb53e05ce05ba5534f7b3/mct-0.2.11.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "fddd3fcbe36c40cf26701e42c718b939", "sha256": "4cfdc5f885926d21b750dc46fe337463b7afcf6fae7943c88c245b7456caba60" }, "downloads": -1, "filename": "mct-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fddd3fcbe36c40cf26701e42c718b939", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 29022, "upload_time": "2018-04-09T10:45:25", "url": "https://files.pythonhosted.org/packages/0f/a9/6919e15ba406b4d9a704cc1be1c01f6660ea20e7a2927974089488c4798b/mct-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be09ff023cb771edd51b9ec62b7969f6", "sha256": "a4f96aa5bd9f949af2bfde341f1e6e3b27102134b1a8b59cbcb08c9e76b94142" }, "downloads": -1, "filename": "mct-0.2.2.tar.gz", "has_sig": false, "md5_digest": "be09ff023cb771edd51b9ec62b7969f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28207, "upload_time": "2018-04-09T10:45:24", "url": "https://files.pythonhosted.org/packages/35/7a/a7f7682a6d9bb6ccf0b0430f249b49a5c6f04e1801da6f9fd6dcfbf81d1c/mct-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a6e1b9c81291d86148097f3fabf0c194", "sha256": "d91e6dce71e4778862384228e99e9e3347275eef2cff36fe4ab7fd14e0ee5ac0" }, "downloads": -1, "filename": "mct-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a6e1b9c81291d86148097f3fabf0c194", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 28964, "upload_time": "2018-04-11T13:25:16", "url": "https://files.pythonhosted.org/packages/1f/7d/11f61e8766cadb80a426d2c6ebcb6c9a664fefcb95900f97b22e12e5b954/mct-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49904c45caabbab395c5c6d15932a303", "sha256": "a912ad78ca4a8c4523a11d35d4250953541bb2ae2291327234c877a2128fb2a9" }, "downloads": -1, "filename": "mct-0.2.3.tar.gz", "has_sig": false, "md5_digest": "49904c45caabbab395c5c6d15932a303", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28045, "upload_time": "2018-04-11T13:25:14", "url": "https://files.pythonhosted.org/packages/46/b8/8d8fa46e8841e3bb445665b8cf473a8a828f5dbf283c65c3fcecdb6b7b99/mct-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "985b4499893eb54faa94aec0f81a8c41", "sha256": "5480da107bc18616f83de20ba226c26cb1fd593eb1844bfaebf9e0e5dea71554" }, "downloads": -1, "filename": "mct-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "985b4499893eb54faa94aec0f81a8c41", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 28973, "upload_time": "2018-05-03T10:48:29", "url": "https://files.pythonhosted.org/packages/36/07/8fa6779c83223fd13706d8051610a4f1b5fb8e1aa3ec7ae99ff5bdeee894/mct-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "911dd641dfee9578bcbd42cb45463052", "sha256": "b0b8619266eac1775e1a4e322e8709d19713b58929ab71985b6035f864c7d85f" }, "downloads": -1, "filename": "mct-0.2.4.tar.gz", "has_sig": false, "md5_digest": "911dd641dfee9578bcbd42cb45463052", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28069, "upload_time": "2018-05-03T10:48:28", "url": "https://files.pythonhosted.org/packages/a6/c4/8cfc34cc2c5c8a4299d8f15ad0a59199b6026694e00efe60586d44ee6fa8/mct-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "15249b0dc9c909eacc35ebbb11b61fdb", "sha256": "4929b2ef7edc0af58a6967376a080e2af063207264bfc5863e818a37fc1e09d4" }, "downloads": -1, "filename": "mct-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "15249b0dc9c909eacc35ebbb11b61fdb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28993, "upload_time": "2018-07-17T06:37:06", "url": "https://files.pythonhosted.org/packages/c3/f9/bdfbe60900b27035c870385c8857496ef8eb1d02b8b85a8b93126d6f9a2b/mct-0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8f3ec4c62dc1cdde11807fcb102f870", "sha256": "9d5b63124b02de8d6cae01e503987869a021d6377356c0c84f3f6becf93c1427" }, "downloads": -1, "filename": "mct-0.2.5.tar.gz", "has_sig": false, "md5_digest": "b8f3ec4c62dc1cdde11807fcb102f870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31950, "upload_time": "2018-07-17T06:37:07", "url": "https://files.pythonhosted.org/packages/06/e7/8c756ab4fdfa540ec5dc54a05babeb96113eb04928ded0ab120f56b263a3/mct-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "e9435d6507cacf599ae622f494632281", "sha256": "4a73015f43bea614ca82632cc76eef7cdbee8b865810fb27a5d0df01428448e1" }, "downloads": -1, "filename": "mct-0.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e9435d6507cacf599ae622f494632281", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29281, "upload_time": "2018-08-02T07:21:26", "url": "https://files.pythonhosted.org/packages/7a/1e/23a3b25c8384d385d86da0a871eca721c9c12d126f8477bb2a062b15b9c2/mct-0.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01d6aca8092fbac2c6ed0032151dddf0", "sha256": "28c1acb76884ba378f0c7ea050367095784b7670fc66be4afe2d02f302f54c48" }, "downloads": -1, "filename": "mct-0.2.6.tar.gz", "has_sig": false, "md5_digest": "01d6aca8092fbac2c6ed0032151dddf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30050, "upload_time": "2018-08-02T07:21:27", "url": "https://files.pythonhosted.org/packages/89/13/099dcefe3fd7f83cfa25c4932909984619847822dcc47eafb3c496fa9596/mct-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "d17eeb3058dc0e430756b7402d9b26be", "sha256": "406d74d999e5c371094a1afd12ca5570b8f1a37cce0b60e2f8108083624e246c" }, "downloads": -1, "filename": "mct-0.2.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d17eeb3058dc0e430756b7402d9b26be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29288, "upload_time": "2018-08-02T10:21:55", "url": "https://files.pythonhosted.org/packages/55/6b/ca4abe592bc45a68861612a249e2b161d9d65dc52c23e574273d2fbff387/mct-0.2.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "013cd8c839075caa364898e1c05c39b3", "sha256": "89963e9fb8f4c07460712a79238bd3d1df20bd62fe31e1bb78c650d15fa4772f" }, "downloads": -1, "filename": "mct-0.2.7.tar.gz", "has_sig": false, "md5_digest": "013cd8c839075caa364898e1c05c39b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30050, "upload_time": "2018-08-02T10:21:56", "url": "https://files.pythonhosted.org/packages/7d/02/3f187062132f42c518d4c0f5da5f84954ba7b04c151acae7daa4bbeaf77e/mct-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "3d1bebd4b4dfe96ca9312d29172442f7", "sha256": "9ac5c41e380c3d1ac1f8f865f6c8e657d345ef06e016cab4af6fc5a2668a5262" }, "downloads": -1, "filename": "mct-0.2.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d1bebd4b4dfe96ca9312d29172442f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29126, "upload_time": "2018-08-17T10:13:46", "url": "https://files.pythonhosted.org/packages/97/15/6b2e0240dc1f38bad95a4b61cfa49594a1c900ef353bd968cc9e2ae05c91/mct-0.2.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b4b90f5ce6b5310dd309aee70a301387", "sha256": "203c6b3f9bb2e066e2ce9df3c12e4055477094b16bc7dd4ffb5b286daf3858b6" }, "downloads": -1, "filename": "mct-0.2.8.tar.gz", "has_sig": false, "md5_digest": "b4b90f5ce6b5310dd309aee70a301387", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29815, "upload_time": "2018-08-17T10:13:47", "url": "https://files.pythonhosted.org/packages/4f/68/30e30e20e05021f4f67c867a5da209e217b081b0a162a74fa987177f0821/mct-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "93af78b51bb393fe4b55ebaa6f535395", "sha256": "87ba667890b336fc31e2e03f446172327d1507b8cb35f84ef4258a01100762ca" }, "downloads": -1, "filename": "mct-0.2.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "93af78b51bb393fe4b55ebaa6f535395", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29121, "upload_time": "2018-08-23T13:03:56", "url": "https://files.pythonhosted.org/packages/48/80/6ce92137d64eea60e7ce1315d37dae8ae6b382a4735f37d3205feb45b2ee/mct-0.2.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "72e1e0945f0ba5b27168b3f4ca8a5dfa", "sha256": "624ff65c7c83592af8174af9ba64643f48a61df15c058a36f536d1dca9718777" }, "downloads": -1, "filename": "mct-0.2.9.tar.gz", "has_sig": false, "md5_digest": "72e1e0945f0ba5b27168b3f4ca8a5dfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29816, "upload_time": "2018-08-23T13:03:57", "url": "https://files.pythonhosted.org/packages/c5/16/05c8a7cf44244eb3792401dabf2e01db3c986862db5fa8d84adb27af68a5/mct-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "1bb0c327f1c2d3d69ed720493bdec9bc", "sha256": "1d55da67e468d946581226ac05d430e0cb00c54cf85f20425a5c6e00b64fe650" }, "downloads": -1, "filename": "mct-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1bb0c327f1c2d3d69ed720493bdec9bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29155, "upload_time": "2019-07-11T11:42:10", "url": "https://files.pythonhosted.org/packages/ee/24/9d4dd1422fd954a00961e45972643fad69a8b8cd2ec5dd41c5de3e7955e7/mct-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48d627c7fd20452d96f0e4ca391ab9e8", "sha256": "b20479858b0acc1bcbffd8ca0ff337254ed608acc82b2f87ebd0d6e44f6f3ce7" }, "downloads": -1, "filename": "mct-0.3.0.tar.gz", "has_sig": false, "md5_digest": "48d627c7fd20452d96f0e4ca391ab9e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27879, "upload_time": "2019-07-11T11:42:12", "url": "https://files.pythonhosted.org/packages/6f/65/f3de3339c190adc626d993e1f2807cf354574781b7fa2da7534b491376d2/mct-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1bb0c327f1c2d3d69ed720493bdec9bc", "sha256": "1d55da67e468d946581226ac05d430e0cb00c54cf85f20425a5c6e00b64fe650" }, "downloads": -1, "filename": "mct-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1bb0c327f1c2d3d69ed720493bdec9bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29155, "upload_time": "2019-07-11T11:42:10", "url": "https://files.pythonhosted.org/packages/ee/24/9d4dd1422fd954a00961e45972643fad69a8b8cd2ec5dd41c5de3e7955e7/mct-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48d627c7fd20452d96f0e4ca391ab9e8", "sha256": "b20479858b0acc1bcbffd8ca0ff337254ed608acc82b2f87ebd0d6e44f6f3ce7" }, "downloads": -1, "filename": "mct-0.3.0.tar.gz", "has_sig": false, "md5_digest": "48d627c7fd20452d96f0e4ca391ab9e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27879, "upload_time": "2019-07-11T11:42:12", "url": "https://files.pythonhosted.org/packages/6f/65/f3de3339c190adc626d993e1f2807cf354574781b7fa2da7534b491376d2/mct-0.3.0.tar.gz" } ] }