{ "info": { "author": "Nigatu Ayele", "author_email": "naodm2006awet4@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "MICTI- Marker gene Identification for Cell Type Identity\n========================================================\n\nRecent advances in single-cell gene expression profiling technology have revolutionized the understanding of molecular processes underlying developmental cell and tissue differentiation, enabling the discovery of novel cell types and molecular markers that characterize developmental trajectories. Common approaches for identifying marker genes are based on pairwise statistical testing for differential gene expression between cell types in heterogeneous cell populations, which is challenging due to unequal sample sizes and variance between groups resulting in little statistical power and inflated type I errors. \n\nOverview\n--------\n\nWe developed an alternative feature extraction method, *Marker gene Identification for Cell Type Identity* (**MICTI**), that encodes the cell-type specific expression information to each gene in every single cell. This approach identifies features (genes) that are cell-type specific for a given cell-type in heterogeneous cell population.\n\n\nInstallation\n------------\n\nTo install the current release:\n\n\tpip install MICTI\n\nHow to use MICTI\n----------------\n\nImport MICTI:\n\n\tfrom MICTI import MARKER\n\nCreating MICTI object for known cell-type cluster label:\n\n\tmictiObject=MARKER.MICTI(datamatrix, geneName, cellName, cluster_assignment=cell_type, k=None, th=0, ensembel=False, organisum=\"hsapiens\")\n\n2D visualisation with tSNE:\n\n\tmictiObject.get_Visualization(dim=2, method=\"tsne\")\n\nGet MICTI marker genes:\n\n cluster_1_markers=mictiObject.get_markers_by_Pvalues_and_Zscore(1, threshold_pvalue=.01,threshold_z_score=0)\n\nMarkers heatmap plots:\n\n\tmictiObject.heatMap()\n\nMarkers Radar plots:\n\n\tmictiObject.get_Radar_plot()\n\nGene Ontology enrichment analysis for cell-type marker genes in each of cell-type clusters\n\n\tenrechment_table=mictiObject.get_gene_list_over_representation_analysis(list(cluster_1_markers.index))\n\tenrechment_table #gene-list enrichment analysis result for the cell-type marker genes for cluster-1\n\n\nLicence\n-------\n\n[MICTI LICENCE](./LICENSE)\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/insilicolife/micti", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "MICTI", "package_url": "https://pypi.org/project/MICTI/", "platform": "", "project_url": "https://pypi.org/project/MICTI/", "project_urls": { "Homepage": "https://github.com/insilicolife/micti" }, "release_url": "https://pypi.org/project/MICTI/0.1.5/", "requires_dist": [ "numpy", "pandas", "scipy", "scikit-learn", "matplotlib", "gensim", "gprofiler", "seaborn", "pyensembl", "bs4", "requests", "html5lib" ], "requires_python": "", "summary": "Feature extraction approach in single-cell gene expression profiling for cell-type marker identification.", "version": "0.1.5" }, "last_serial": 5906741, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5d772711f77a9ec5bc9e3fde8712b214", "sha256": "aa4be21e36036dc34374dccaa8a6a5dd470871441157e238073651fe9085cecc" }, "downloads": -1, "filename": "MICTI-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5d772711f77a9ec5bc9e3fde8712b214", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13473, "upload_time": "2018-11-28T18:24:03", "url": "https://files.pythonhosted.org/packages/3b/2f/08985a37a43ede13748f41f436c93acf97fd6e51a4557a587960e4fdbba5/MICTI-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb7af64326fa2fbd9a8925969010a759", "sha256": "0b8902e9f88c5b7323626f030ed0757b3558ae066ca88445b2fba966cec6b381" }, "downloads": -1, "filename": "MICTI-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eb7af64326fa2fbd9a8925969010a759", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10260, "upload_time": "2018-11-28T18:24:06", "url": "https://files.pythonhosted.org/packages/ee/55/99e8d6e60e5cd53af19044bff3279a14ab1b6057dd44a9123ae85133550f/MICTI-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3142bffd59c88af93200bf19edf12bd9", "sha256": "4bb5be61edf216004fec817a8068f94173dbb3b28e40038f8b4f98c4f91a659b" }, "downloads": -1, "filename": "MICTI-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3142bffd59c88af93200bf19edf12bd9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13190, "upload_time": "2018-11-28T18:37:06", "url": "https://files.pythonhosted.org/packages/ef/00/8d79d4a427be469dfcc23fee10bd713eb8866ad8116ddc001f671d381b84/MICTI-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70af7a3e5b31995ec4cd2d46b13d55c6", "sha256": "e6ed3c043d05c75298030d98002ca276eaec891968a1e031540c0d7d0b7dc36b" }, "downloads": -1, "filename": "MICTI-0.0.2.tar.gz", "has_sig": false, "md5_digest": "70af7a3e5b31995ec4cd2d46b13d55c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10238, "upload_time": "2018-11-28T18:37:08", "url": "https://files.pythonhosted.org/packages/de/2b/36c3c4be884e6488051e5aef395bd8a1debfaab71284a701eb8ed1075433/MICTI-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ef63c83be77e055b8c5ae6391f4b4835", "sha256": "cedd44a78d6f846e2bbfb04cc2ae186fbc771f3331f4394acca1ba83fe0afd3e" }, "downloads": -1, "filename": "MICTI-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ef63c83be77e055b8c5ae6391f4b4835", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13188, "upload_time": "2018-11-28T18:41:58", "url": "https://files.pythonhosted.org/packages/e5/c1/2d8e7239b3362bada325a4c1adb7751e0fd4ba5d1baba683b58470fa56cf/MICTI-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ea2844416918d5e297dcc41368353d3", "sha256": "14397a4c3e61e509c14cd9debb936dc8bb682a4c7c4f2f250998bfc322df5170" }, "downloads": -1, "filename": "MICTI-0.0.3.tar.gz", "has_sig": false, "md5_digest": "8ea2844416918d5e297dcc41368353d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10233, "upload_time": "2018-11-28T18:42:02", "url": "https://files.pythonhosted.org/packages/58/b5/a67950459cd02e3ddd629438312a4204cb8343d5648de27f430518267460/MICTI-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "4831806a143ead53a82f62aab4d9cc52", "sha256": "04db4fcfb2027de4be31ed7bb03825da155c67065ac1451532c941de1bc6aa19" }, "downloads": -1, "filename": "MICTI-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "4831806a143ead53a82f62aab4d9cc52", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13521, "upload_time": "2018-12-07T12:12:59", "url": "https://files.pythonhosted.org/packages/43/10/c55a58d1b7f09b5405cc82a30c9cf7a408dfd45b7a6906c122f93b1c7bcf/MICTI-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aaf15b8aae399954a46e05b0f46f3259", "sha256": "ec2d37c5a6319a650ae70ccd649979088210fac37f035caa6f36ed866be19e48" }, "downloads": -1, "filename": "MICTI-0.0.4.tar.gz", "has_sig": false, "md5_digest": "aaf15b8aae399954a46e05b0f46f3259", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10618, "upload_time": "2018-12-07T12:13:03", "url": "https://files.pythonhosted.org/packages/86/a5/860eea63d6cbc2e32a4425d6224118f80e44cfd6dfc2a8287ee3fece5101/MICTI-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "f34c50849ec7131858bb65d6d513ec92", "sha256": "203fdfaf24575d8edd4c0f245416666fabcb7be1479bc2832ead122e456be42f" }, "downloads": -1, "filename": "MICTI-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "f34c50849ec7131858bb65d6d513ec92", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13511, "upload_time": "2018-12-07T12:28:31", "url": "https://files.pythonhosted.org/packages/2d/81/ee6a96054ccc480cf4cba37b80381107bfa2bd68e7b98d43f1e345eeb65d/MICTI-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c089aba31b61d3a3704c304746908ce2", "sha256": "9689455718e27f8bdd67587fd5cfff75aa7d1ebc16a49251d1eb957c51c60932" }, "downloads": -1, "filename": "MICTI-0.0.5.tar.gz", "has_sig": false, "md5_digest": "c089aba31b61d3a3704c304746908ce2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10613, "upload_time": "2018-12-07T12:28:33", "url": "https://files.pythonhosted.org/packages/6f/94/c5fcad0abfffdb021c7b183bd9b7d701acbde4e920a5072943b86ba1bcf5/MICTI-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "ddc1c62c4abd3a7778d7f6a19d3b3b13", "sha256": "1e7e9f7bd64749b7ca40dce4d74749b126e1a005b69687d6c337c82c5727a620" }, "downloads": -1, "filename": "MICTI-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "ddc1c62c4abd3a7778d7f6a19d3b3b13", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13501, "upload_time": "2018-12-07T12:36:49", "url": "https://files.pythonhosted.org/packages/63/ae/f34296aab58ef1d9edd2bee3950a7ad9c91393e890e69d23f88dac6c6bdc/MICTI-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fed4ac25142611d22452352b751d2128", "sha256": "62387bf31811710d0fa6f8115ee029cf547d689e04b3355e77032b407a57d0e9" }, "downloads": -1, "filename": "MICTI-0.0.6.tar.gz", "has_sig": false, "md5_digest": "fed4ac25142611d22452352b751d2128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10594, "upload_time": "2018-12-07T12:36:50", "url": "https://files.pythonhosted.org/packages/15/3a/e6e216abe54bb98ef3ca07eb85922d9e1fbd6cfbb262024be1cf62ff3db0/MICTI-0.0.6.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "1baf01629877ab93d0d60a608bc7589c", "sha256": "5ac52ef35711763eb5f935305cd1f0dd8f30a8b77264f99fd35b09d708c6b6b5" }, "downloads": -1, "filename": "MICTI-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "1baf01629877ab93d0d60a608bc7589c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13486, "upload_time": "2018-12-10T10:54:45", "url": "https://files.pythonhosted.org/packages/6b/5c/eb18ee7670c4ee8575850b1ca79dae0024a7640523846f1323b67c0f372b/MICTI-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "773adcac6defd49dbd8ce3cf116a73fc", "sha256": "8fb13089e8aedda2d37f1dad1c4ecf2bcd5ddc4b4f498227e0aacbc41759e848" }, "downloads": -1, "filename": "MICTI-0.0.8.tar.gz", "has_sig": false, "md5_digest": "773adcac6defd49dbd8ce3cf116a73fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10557, "upload_time": "2018-12-10T10:54:48", "url": "https://files.pythonhosted.org/packages/35/38/c055be82ce5ccaea219683de16ab1ada918361784b188c7363d740e505a1/MICTI-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "0a1731789491566b1cb80d6c126a633f", "sha256": "553a7d955a297d5ff6f6300a2510b606247611331c0e78ceb27f36b64428c9c3" }, "downloads": -1, "filename": "MICTI-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "0a1731789491566b1cb80d6c126a633f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14347, "upload_time": "2018-12-10T10:54:47", "url": "https://files.pythonhosted.org/packages/f6/92/32a47887018b32481417d0af8a381f5ccde6c139e991b8666f66c1def024/MICTI-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f87ba2ff9c5b6402990d412ea88f0bc", "sha256": "386452579b86e52432a223f973c708b0517716971875bcb9a28ddae50301537e" }, "downloads": -1, "filename": "MICTI-0.0.9.tar.gz", "has_sig": false, "md5_digest": "1f87ba2ff9c5b6402990d412ea88f0bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11252, "upload_time": "2018-12-10T10:54:49", "url": "https://files.pythonhosted.org/packages/dc/79/be9fbf6e46dc9b440aa87192d4892bb766b42af579fb65da63499fc61b2a/MICTI-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "65ba5340024eede59302752f08b53062", "sha256": "c776c0a7c0646a11cf6aa436f8ff6628b65e35f0a40e04747c3939e0048f3397" }, "downloads": -1, "filename": "MICTI-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "65ba5340024eede59302752f08b53062", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14538, "upload_time": "2018-12-10T19:31:53", "url": "https://files.pythonhosted.org/packages/a5/ba/6897ec2418690b14867091f7af81e880d46195b89608b328a2f9d3448b9b/MICTI-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa8c4f01b58356081f8cf0479a5cae39", "sha256": "8060a6542c34a527e91023d13b990faf5ba592443c3711146954e6b936684d0b" }, "downloads": -1, "filename": "MICTI-0.1.0.tar.gz", "has_sig": false, "md5_digest": "aa8c4f01b58356081f8cf0479a5cae39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11424, "upload_time": "2018-12-10T19:31:55", "url": "https://files.pythonhosted.org/packages/e2/a2/012edb2a3464423fb7f94fc3d75f7854e0e7eea667d58b1bc4ad49fcb666/MICTI-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c1dac3dec7edb10fb4a39b82dfa7868e", "sha256": "de84483dab160244b9797ae8dbc372a1ad670a024e136af9e7df2d1afd782405" }, "downloads": -1, "filename": "MICTI-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c1dac3dec7edb10fb4a39b82dfa7868e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14288, "upload_time": "2019-01-15T20:41:52", "url": "https://files.pythonhosted.org/packages/a0/b4/55efc99a4a902693fc7040cc911b5158ee443c7ff02856ef36ccab7947cd/MICTI-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dce437a598e555490016006dd44eb0ec", "sha256": "83c6b0f7e5bff6b756951c1eb660677adbbbb3a070fa29e4ab37d16b7d2a18a1" }, "downloads": -1, "filename": "MICTI-0.1.1.tar.gz", "has_sig": false, "md5_digest": "dce437a598e555490016006dd44eb0ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11201, "upload_time": "2019-01-15T20:41:54", "url": "https://files.pythonhosted.org/packages/ee/cb/eed4d29de142fb7ae691c902483779e3234dc2b2c76bdca42ed39048ca8d/MICTI-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1fb5f55656aecac153c7f0ba8473de92", "sha256": "10b7992c236d0b7a61e6c7d922c1f880424afc6f2f3783a21f15971564262c80" }, "downloads": -1, "filename": "MICTI-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "1fb5f55656aecac153c7f0ba8473de92", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14382, "upload_time": "2019-02-05T16:00:06", "url": "https://files.pythonhosted.org/packages/4c/af/22fd2413240cbacf7078ba64c2207640e9a9e2b65c9e6847d3650b63f928/MICTI-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12c6072955a2f26c9cf7db80667dab94", "sha256": "bc12b1d725282012c7f756ab7f4eb950ef038ab7cc4a46bad0463498b7ef463c" }, "downloads": -1, "filename": "MICTI-0.1.2.tar.gz", "has_sig": false, "md5_digest": "12c6072955a2f26c9cf7db80667dab94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11489, "upload_time": "2019-02-05T16:00:08", "url": "https://files.pythonhosted.org/packages/88/69/46d20c4dbdd0a7657b4f0123cec8b475da2f806b662c0fafb3a5ee6079b8/MICTI-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "564b372157b92333128ab7ef26205e9d", "sha256": "0533c49bf48e2fea333e2650ec652dcbec607f426d29e768bbbe7609931d5bf2" }, "downloads": -1, "filename": "MICTI-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "564b372157b92333128ab7ef26205e9d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21375, "upload_time": "2019-06-20T14:26:57", "url": "https://files.pythonhosted.org/packages/1d/2b/50e7a52baf91d5ee03af0bc5f566fee45135f22b9f181e9d2be515d72d83/MICTI-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba458eceea0e34fb2aa9354a6a9b3f07", "sha256": "16f48a4b3e94d966ee8f84f66e1e790074d68530fd33b809504cdfdeb85c1436" }, "downloads": -1, "filename": "MICTI-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ba458eceea0e34fb2aa9354a6a9b3f07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17558, "upload_time": "2019-06-20T14:26:59", "url": "https://files.pythonhosted.org/packages/26/1b/893a2ac7599cc6865b77b6fd1b8e5e8caca540efab43ca55d77cec0f2610/MICTI-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "c4caa0b8eb05f18c990c6818628dba4f", "sha256": "4f15c168ea0c0d320b6d7145938ac383fc98d2facb8fc11bc75862e0baf6872d" }, "downloads": -1, "filename": "MICTI-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c4caa0b8eb05f18c990c6818628dba4f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21347, "upload_time": "2019-07-25T13:20:24", "url": "https://files.pythonhosted.org/packages/1b/e2/3b890e9218d3feeb435dc060ba48cdfab6a3c8385a324c46dfa2ea2ecf52/MICTI-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c3fe6abec610b8b1ebef6b28c7efb00", "sha256": "16a4fa20d189d6bf4c5202075cc3bde397f33b903b91ee27faca32aaeff59098" }, "downloads": -1, "filename": "MICTI-0.1.4.tar.gz", "has_sig": false, "md5_digest": "1c3fe6abec610b8b1ebef6b28c7efb00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17438, "upload_time": "2019-07-25T13:20:25", "url": "https://files.pythonhosted.org/packages/50/40/d5948c91c38cade80ee0ceda4937455378b9d74639f5c5dd1ca559a1ecf2/MICTI-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "6cd1d3eb3f98136f6be84c1478078ad4", "sha256": "ec0592f3a07226135975879d32b59779a901931932815fa5693cfbd118e84e12" }, "downloads": -1, "filename": "MICTI-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "6cd1d3eb3f98136f6be84c1478078ad4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21357, "upload_time": "2019-09-30T12:35:42", "url": "https://files.pythonhosted.org/packages/5e/4d/46f0bfd150a11179857197f8f0ee8fbb710be17d6807ebb3503497f5599d/MICTI-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de2c9e54c73cfabc45ff37b9054f213f", "sha256": "98624928789dfe2240001ec1a6bf207cd1069fa7bafc39296da7bb5272979ccc" }, "downloads": -1, "filename": "MICTI-0.1.5.tar.gz", "has_sig": false, "md5_digest": "de2c9e54c73cfabc45ff37b9054f213f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17459, "upload_time": "2019-09-30T12:35:44", "url": "https://files.pythonhosted.org/packages/4e/5a/6cd6b047ecdd0e85e67e214985ef1b57772314c37b7ae180b2530cdcdf73/MICTI-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6cd1d3eb3f98136f6be84c1478078ad4", "sha256": "ec0592f3a07226135975879d32b59779a901931932815fa5693cfbd118e84e12" }, "downloads": -1, "filename": "MICTI-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "6cd1d3eb3f98136f6be84c1478078ad4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21357, "upload_time": "2019-09-30T12:35:42", "url": "https://files.pythonhosted.org/packages/5e/4d/46f0bfd150a11179857197f8f0ee8fbb710be17d6807ebb3503497f5599d/MICTI-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de2c9e54c73cfabc45ff37b9054f213f", "sha256": "98624928789dfe2240001ec1a6bf207cd1069fa7bafc39296da7bb5272979ccc" }, "downloads": -1, "filename": "MICTI-0.1.5.tar.gz", "has_sig": false, "md5_digest": "de2c9e54c73cfabc45ff37b9054f213f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17459, "upload_time": "2019-09-30T12:35:44", "url": "https://files.pythonhosted.org/packages/4e/5a/6cd6b047ecdd0e85e67e214985ef1b57772314c37b7ae180b2530cdcdf73/MICTI-0.1.5.tar.gz" } ] }