{ "info": { "author": "Mobidic", "author_email": "c-vangoethem@chu-montpellier.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# MPA: MoBiDiC Prioritizing Algorithm\n--------------------------------------------------------------------------------\n\n[![license](https://img.shields.io/github/license/mobidic/mpa.svg)](https://github.com/mobidic/MPA/blob/master/LICENSE)\n[![release](https://img.shields.io/github/release/mobidic/mpa.svg)](https://github.com/mobidic/MPA/releases)\n[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/mobidic-mpa/README.html)\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/mobidic/mpa/latest.svg)](https://github.com/mobidic/MPA/commits/master)\n\n[![MPA](https://raw.githubusercontent.com/mobidic/MPA/master/doc/img/logo-MPA.png)](#)\n\n## Overview\n\nThe MPA is a prioritizing algorithm for Next Generation Sequencing molecular\ndiagnosis. We propose an open source and free for academic user workflow.\n\nVariant ranking is made with a unique score that take into account curated\ndatabase, biological assumptions, splicing predictions and the sum of various\npredictors for missense alterations. Annotations are made for exonic and\nsplicing variants up to +300nt.\n\nWe show the pertinence of our clinical diagnosis approach with an updated\nevaluation of in silico prediction tools using DYSF, DMD, LMNA, NEB and TTN\nvariants from the human expert-feeded Universal Mutation Database [1] with\ncourtesy regards of curators for pathogenic variants and from the ExAc database\n[2] to define the dataset of neutral variants.\n\nMPA needs an annotated vcf by ANNOVAR and give as output an annotated vcf with MPA score & ranks.\n\n[![MPA diagram](https://raw.githubusercontent.com/mobidic/MPA/master/doc/img/MPA_diagram.png)](#)\n\n\\*PTC: Premature Truncation Codon : nonsense or frameshift\n\n\\**: intronic positions between -20 and +5\n\n### Input\n\nThe MPA uses, as input, an annotated VCF file with Annovar [3] and the following\ndatabases :\n\n- Curated database: ClinVar [4]\n- Biological assumption : refGene [5]\n- Splicing predicition : SpliceAI [6], dbscSNV [7]\n- Missense prediction : dbNSFP [8]\n\n> Note : Short tutorial to annotate your VCF with Annovar (cf. [Quick guide for Annovar](#quick-guide-for-annovar)).\n\n> **Update April 2019: spliceAI annotations now replace spidex. Waiting for spliceAI to be included in ANNOVAR, Files for this dataset in the proper format are available upon request (hg19 or hg38).**\n\n> Multi-allelic variants in vcf should be splitted to biallelic variants with bcftools norm.\n\n```bash\nbcftools norm -m - file.vcf > file_breakmulti.vcf\n```\n\n### Output\n\n#### In a VCF format\n\nVCF is annotated with multiples items : MPA_impact (Clinvar_pathogenicity, splice_impact, stop and frameshift_impact, missense_impact and unknown_impact), MPA_ranking (1 to 8), MPA_final_score (from 0 to 10) and details for the scoring as MPA_available (from 0 to 10 missense tools which annotate), MPA_deleterious (number of missense tools that annotate pathogenic), MPA_adjusted (normalize missense score from 0 to 10).\n\n#### Ranking : from 1 to 10 and score\n\n- *1.* clinvar_pathogenicity : Pathogenic variants reported on ClinVar (score : 10)\n- *2.* stop or frameshift_impact : Premature Truncation Codon : nonsense or frameshift (score : 10)\n- *3.* splicing_impact (ADA, RF) : Affecting splice variants predictions ranked by algorithm performance robustness and strength (score : 10)\n- *4.* splicing_impact (spliceAI high) : Affecting splice variants predictions ranked by algorithm performance robustness and strength (score : 10)\n- *5.* missense impact moderate to high impact (6-10)\n- *6.* moderate splicing_impact (spliceAI moderate) (score 6)\n- *7.* missense_impact moderate : Missense variants scores low impact (score : 2-6)\n- *8.* low splicing impact (spliceAI low) (indel) (score : 2)\n- *9.* missense_impact low : Missense variants scores low impact (score : 0-2)\n- *10.* unknown impact : Exonic variants with not clearly annotated ORFs and splicing variants not predicted pathogenic ; or NULL (no annotation on genes, splice etc...) (score : 0-10)\n\n#### With a simple interface (Captain ACHAB)\n\nMPA is a part of [MobiDL](https://github.com/mobidic/MobiDL) captainAchab workflow. MPA is the core of ranking in our useful and simple interface to easily interpret NGS variants at a glance named Captain ACHAB.\nFind more informations at [Captain ACHAB](https://github.com/mobidic/Captain-ACHAB)\n\n--------------------------------------------------------------------------------\n\n## Installation\n\n### Conda\n\n[![Conda (channel only)](https://img.shields.io/conda/vn/bioconda/mobidic-mpa.svg)](http://bioconda.github.io/recipes/mobidic-mpa/README.html)\n[![Conda](https://img.shields.io/conda/pn/bioconda/mobidic-mpa.svg)](http://bioconda.github.io/recipes/mobidic-mpa/README.html)\n[![Conda](https://img.shields.io/conda/dn/bioconda/mobidic-mpa.svg)](http://bioconda.github.io/recipes/mobidic-mpa/README.html)\n\nWith an activated Bioconda channel (see [2. set up channels](https://bioconda.github.io/user/install.html#set-up-channels)), install with:\n\n conda install mobidic-mpa\n\nand update with:\n\n conda update mobidic-mpa\n\nor use the docker container:\n\n docker pull quay.io/biocontainers/mobidic-mpa:\n\n(see [mobidic-mpa/tags](https://quay.io/repository/biocontainers/mobidic-mpa?tab=tags) for valid values for ````)\n\n### Pypi\n\n[![pythonV](https://img.shields.io/pypi/v/mobidic-mpa.svg)](https://pypi.org/project/mobidic-mpa)\n[![pypiS](https://img.shields.io/pypi/status/mobidic-mpa.svg)](https://pypi.org/project/mobidic-mpa)\n[![pypiV](https://img.shields.io/pypi/pyversions/mobidic-mpa.svg)](https://pypi.org/project/mobidic-mpa)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/mobidic-mpa.svg)](https://pypi.org/project/mobidic-mpa)\n\n#### Requirements\n\n* Python 3\n\n#### pip\n\n```bash\npython3 -m pip install mobidic-mpa\n```\n\n## Quick start\n\nTo run the MPA script, use this command line :\n\n```bash\nmpa -i path/to/input.vcf -o path/to/output.vcf\n```\n\n### Quick guide for Annovar\n\nThis algorithm introduce here need some basics annotation. We introduce here a\nquick guide to annotate your VCF files with Annovar.\n\n#### Install Annovar\n\nFollow instruction to download Annovar at :\n> [http://www.openbioinformatics.org/annovar/annovar_download_form.php](http://www.openbioinformatics.org/annovar/annovar_download_form.php)\n\nUnpack the package by using this command :\n\n```bash\ntar xvfz annovar.latest.tar.gz\n```\n\n#### Download all databases\n\nIn Annovar folder, download all database needed with annotate_variation.pl:\n\n```bash\nperl annotate_variation.pl -buildver hg19 -downdb -webfrom annovar refGene humandb/\nperl annotate_variation.pl -buildver hg19 -downdb -webfrom annovar clinvar_20190305 humandb/\nperl annotate_variation.pl -buildver hg19 -downdb -webfrom annovar dbnsfp35a humandb/\nperl annotate_variation.pl -buildver hg19 -downdb -webfrom annovar dbscsnv11 humandb/\n```\n\nDeprecated: For Spidex database, follow instruction here :\n\n> [http://www.openbioinformatics.org/annovar/spidex_download_form.php](http://www.openbioinformatics.org/annovar/spidex_download_form.php)\n\n> **Update April 2019: spliceAI annotations now replace spidex. Waiting for spliceAI to be included in ANNOVAR, Files for this dataset in the proper format are available upon request (hg19 or hg38).**\n\n#### Annotate a VCF\n\nThe following command line annotate a VCF file :\n\n```bash\nperl path/to/table_annovar.pl path/to/example.vcf humandb/ -buildver hg19 -out path/to/output/name -remove -protocol refGene,refGene,clinvar_20190305,dbnsfp35a,spliceai_filtered,dbscsnv11 -operation g,g,f,f,f,f -nastring . -vcfinput -otherinfo -arg '-splicing 20','-hgvs',,,,\n```\n\n### Citing MPA\n\n> **Yauy et al.** MPA, a free, accessible and efficient pipeline for SNV annotation and prioritization for NGS routine molecular diagnosis. **The Journal of Molecular Diagnostics (2018)** https://doi.org/10.1016/j.jmoldx.2018.03.009\n\n--------------------------------------------------------------------------------\n\n**Montpellier Bioinformatique pour le Diagnostic Clinique (MoBiDiC)**\n\n*CHU de Montpellier*\n\nFrance\n\n[![MoBiDiC](https://raw.githubusercontent.com/mobidic/MPA/master/doc/img/logo-mobidic.png)](https://github.com/mobidic/)\n\n[Visit our website](https://neuro-2.iurc.montp.inserm.fr/mobidic/)\n\n--------------------------------------------------------------------------------\n\n1. B\u00e9roud, C. et al. UMD (Universal Mutation Database): 2005 update. *Hum. Mutat.* **26**, 184\u2013191 (2005).\n2. Lek, M. et al. Analysis of protein-coding genetic variation in 60,706 humans. *Nature* **536**, 285\u2013291 (2016).\n3. Wang, K., Li, M. & Hakonarson, H. ANNOVAR: functional annotation of genetic variants from high-throughput sequencing data. *Nucleic Acids Res.* **38**, e164\u2013e164 (2010).\n4. Landrum, M. J. et al. ClinVar: public archive of interpretations of clinically relevant variants. *Nucleic Acids Res.* **44**, D862\u2013D868 (2015).\n5. O\u2019Leary, N. A. et al. Reference sequence (RefSeq) database at NCBI: current status, taxonomic expansion, and functional annotation. *Nucleic Acids Res.* **44**, D733\u201345 (2016).\n6. Jaganathan et al. Predicting Splicing from Primary Sequence with Deep Learning. *Cell* **176**, 535-548 (2019).\n7. Jian, X., Boerwinkle, E. & Liu, X. In silico prediction of splice-altering single nucleotide variants in the human genome. *Nucleic Acids Res.* **42**, 13534\u201313544 (2014).\n8. Liu, X., Wu, C., Li, C. & Boerwinkle, E. dbNSFP v3.0: A One-Stop Database of Functional Predictions and Annotations for Human Nonsynonymous and Splice-Site SNVs. *Hum. Mutat.* **37**, 235\u2013241 (2016).\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://neuro-2.iurc.montp.inserm.fr/mpaweb/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mobidic-mpa", "package_url": "https://pypi.org/project/mobidic-mpa/", "platform": "", "project_url": "https://pypi.org/project/mobidic-mpa/", "project_urls": { "Bug Reports": "https://github.com/mobidic/MPA/issues", "Homepage": "https://neuro-2.iurc.montp.inserm.fr/mpaweb/", "Source": "https://github.com/mobidic/MPA" }, "release_url": "https://pypi.org/project/mobidic-mpa/1.1.2/", "requires_dist": [ "pyvcf (==0.6.8)" ], "requires_python": "", "summary": "MPA: MoBiDiC Prioritization Algorithm", "version": "1.1.2" }, "last_serial": 5760142, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "9f660cab3fb36a8c6358677508f9d4e3", "sha256": "10f5df5546286f10320e250a018e4e345d2d47224da7d553c49facd73459b5de" }, "downloads": -1, "filename": "mobidic_mpa-0.0.10-py3-none-any.whl", "has_sig": false, "md5_digest": "9f660cab3fb36a8c6358677508f9d4e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11536, "upload_time": "2019-04-23T15:06:13", "url": "https://files.pythonhosted.org/packages/0a/cd/127a942ce0fc9d4b3cc4a86ae7a430578d6df02aed46bbe8dce62e0134fb/mobidic_mpa-0.0.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ffe401f44723cae1fa31af01f4aa821", "sha256": "6fd2a6255f61409f4d87d95514ad807f98fbe1dfb6d53b5b3a927812b5d763f0" }, "downloads": -1, "filename": "mobidic-mpa-0.0.10.tar.gz", "has_sig": false, "md5_digest": "3ffe401f44723cae1fa31af01f4aa821", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12871, "upload_time": "2019-04-23T15:06:14", "url": "https://files.pythonhosted.org/packages/7b/61/79136f48d00de9cbf4cd3bd0e64c843f3020f2f1ecbe5cf2035bb7044ded/mobidic-mpa-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "2b27007cc13ff36daca397848f836285", "sha256": "5da640fb3ff8b34390c44824d1068f02b778a417db380d4cecad97ac1141e540" }, "downloads": -1, "filename": "mobidic_mpa-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "2b27007cc13ff36daca397848f836285", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11580, "upload_time": "2019-04-24T07:42:21", "url": "https://files.pythonhosted.org/packages/b2/e3/7c61de5a324aca9da6501f85a33718fd83176b79472f31e19fed471b40ce/mobidic_mpa-0.0.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee00a4056f9008c3a9e6b2323775fb9e", "sha256": "5e1d9f2670a44184f70c6d948005a7ba3e366742fbcc0984ed318596bc7278cb" }, "downloads": -1, "filename": "mobidic-mpa-0.0.11.tar.gz", "has_sig": false, "md5_digest": "ee00a4056f9008c3a9e6b2323775fb9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12944, "upload_time": "2019-04-24T07:42:23", "url": "https://files.pythonhosted.org/packages/0d/58/b536a1bad3d1739b1256c88d85208a50e2469b7a63184d13459410c8ccdc/mobidic-mpa-0.0.11.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "a07ceddfd2d402cb4ce27de07e4e8d61", "sha256": "c61738601f2b483b50203f730a1a84f44a133a8dc2f6bb720a49229231611b57" }, "downloads": -1, "filename": "mobidic_mpa-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "a07ceddfd2d402cb4ce27de07e4e8d61", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11609, "upload_time": "2019-04-12T14:49:07", "url": "https://files.pythonhosted.org/packages/35/fc/a26583dc75fbe22b1bcb16cdc9e463843a6bda46d9eb1af89827af77ce29/mobidic_mpa-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "adfc6158dd52bfe74e0ca5078a4a0162", "sha256": "b940d5864a592653705c7009c42530cddea49e63a207b689ef465089e6e855e7" }, "downloads": -1, "filename": "mobidic-mpa-0.0.5.tar.gz", "has_sig": false, "md5_digest": "adfc6158dd52bfe74e0ca5078a4a0162", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10713, "upload_time": "2019-04-12T14:49:09", "url": "https://files.pythonhosted.org/packages/bb/36/a83cc8a86b11ef8cb8f003432434c10b41d736cd7d3fbe6bc5ce3ce5df48/mobidic-mpa-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "f83ae20981eda63e3e815c892bd0d7cd", "sha256": "b8ad5d160805e6562610e32ba73a97408a42995d61304956a673ca25f601f844" }, "downloads": -1, "filename": "mobidic_mpa-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "f83ae20981eda63e3e815c892bd0d7cd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11629, "upload_time": "2019-04-12T15:46:23", "url": "https://files.pythonhosted.org/packages/f6/d3/580762b802e4bd65e583dddd3a37691593e94ba7daeb6663ef9255c52d43/mobidic_mpa-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c79286009944b8ce420ae8705dd21867", "sha256": "02b5f8f450f6bcc3bac4e44af40e1a269fbdbec11bc7452e0481091111ff5c44" }, "downloads": -1, "filename": "mobidic-mpa-0.0.6.tar.gz", "has_sig": false, "md5_digest": "c79286009944b8ce420ae8705dd21867", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10731, "upload_time": "2019-04-12T15:46:25", "url": "https://files.pythonhosted.org/packages/54/95/48a8e85464aa00becf04b9d0ab1045777dfd814ab64d494294213b8f7b3e/mobidic-mpa-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "0d7bcca60abf4cc74656dffac6e20216", "sha256": "e931d44bc88e884d5cb0dfee3b723a1f7891308d2514adc8858eb887e6e4e9db" }, "downloads": -1, "filename": "mobidic_mpa-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "0d7bcca60abf4cc74656dffac6e20216", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11505, "upload_time": "2019-04-12T16:19:37", "url": "https://files.pythonhosted.org/packages/d7/52/7c577778aca214a53335cb42c6f0e43ca8432edada11adb3de0ba40c1da4/mobidic_mpa-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9e3dc3b45d4305d10785701578c83a0", "sha256": "8c24dc82f0cdb4ae97a31144341ede62c7f6d1b65ac62866c772ff92af67d3b5" }, "downloads": -1, "filename": "mobidic-mpa-0.0.7.tar.gz", "has_sig": false, "md5_digest": "e9e3dc3b45d4305d10785701578c83a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10519, "upload_time": "2019-04-12T16:19:38", "url": "https://files.pythonhosted.org/packages/28/a9/cc933831eaf90395d40c331dcc63fc6ef3f511063465e8c73a9cb88eb3c5/mobidic-mpa-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "290728f629b6c807b69f40e209268c8d", "sha256": "a1778462fa7c1e3d609621429ed981e125f3e7496c5f77b41270b93b74c9d3ca" }, "downloads": -1, "filename": "mobidic_mpa-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "290728f629b6c807b69f40e209268c8d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11540, "upload_time": "2019-04-15T07:33:31", "url": "https://files.pythonhosted.org/packages/8f/68/f00f604dd292f51ecbe89778b28595e4306acea530b49691750e0f934e67/mobidic_mpa-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92d2f8a053a9f5eec8a51817fae49397", "sha256": "0009c96718ff7a6fda2c6e3c098b5618d1e8b3aaa4ad06da3dd3f7f37859851d" }, "downloads": -1, "filename": "mobidic-mpa-0.0.8.tar.gz", "has_sig": false, "md5_digest": "92d2f8a053a9f5eec8a51817fae49397", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10640, "upload_time": "2019-04-15T07:33:33", "url": "https://files.pythonhosted.org/packages/ce/c4/4f0300dcb9ccd4a36fbce27dbc68a43fe98d0af4494e948736cde0807bc8/mobidic-mpa-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "7f0de0a2260022e9faf83224fb7ffe57", "sha256": "8a4508735c718124769c7934bc752308194625763c81d935acb4fa962d9c3fcc" }, "downloads": -1, "filename": "mobidic_mpa-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "7f0de0a2260022e9faf83224fb7ffe57", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11520, "upload_time": "2019-04-19T15:20:20", "url": "https://files.pythonhosted.org/packages/4f/59/18de7a4c673f0eb99ba1c68d00e16016b7ac4df67d61fcc343c65fb0205e/mobidic_mpa-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65924a2ed232b336e21fede69b773891", "sha256": "15c88ab03c884662449cbdf921ef027c8435c2de85dbc0c6ec72a7e0a044f079" }, "downloads": -1, "filename": "mobidic-mpa-0.0.9.tar.gz", "has_sig": false, "md5_digest": "65924a2ed232b336e21fede69b773891", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10626, "upload_time": "2019-04-19T15:20:22", "url": "https://files.pythonhosted.org/packages/62/5a/d8798c781cd32a703be3facdf3987bc5de6fd25f32082ae7a70798e2ce76/mobidic-mpa-0.0.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "780c9dedf0af519943de6aee02ff1b14", "sha256": "c32737c5a965f0d41e8a70819353ac5e30f81467bce3ff6c7103a65c549bd24a" }, "downloads": -1, "filename": "mobidic_mpa-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "780c9dedf0af519943de6aee02ff1b14", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11570, "upload_time": "2019-05-14T08:17:08", "url": "https://files.pythonhosted.org/packages/db/51/b8b1564b141f88ba8e2ab0e33bffd28f74dae01ad828fd24a5646882042f/mobidic_mpa-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25400d1fbd906d96d1c74343abe2efbc", "sha256": "36b6e9394ae83aab29e265435aae9685ae2cb6bc6366d36523a24901c6c5bd17" }, "downloads": -1, "filename": "mobidic-mpa-1.0.0.tar.gz", "has_sig": false, "md5_digest": "25400d1fbd906d96d1c74343abe2efbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12944, "upload_time": "2019-05-14T08:17:09", "url": "https://files.pythonhosted.org/packages/fa/9a/44a21224749458f5c60a8fa376cded8705f6e28d60038cb02838513f7cf7/mobidic-mpa-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "87181cfc9ac82c72e858537e0cdd6e57", "sha256": "c8e2db737d865a01de15a9ada521cfb775b24d76d02888a2df36716955f7bbd6" }, "downloads": -1, "filename": "mobidic_mpa-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "87181cfc9ac82c72e858537e0cdd6e57", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11565, "upload_time": "2019-05-15T15:01:15", "url": "https://files.pythonhosted.org/packages/f7/cf/22b3d2505e99fa8ef07391e03376185e0c6cb38b0a6ce6683d13907f54ff/mobidic_mpa-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "becb7fa14055e12cab595c366b3f345f", "sha256": "0f25912c5b34766ca44f7f82fa6059870199f5380de5bb021d3ac0209bdd8455" }, "downloads": -1, "filename": "mobidic-mpa-1.0.1.tar.gz", "has_sig": false, "md5_digest": "becb7fa14055e12cab595c366b3f345f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10645, "upload_time": "2019-05-15T15:01:16", "url": "https://files.pythonhosted.org/packages/f4/37/779f77d483e374e566cdf283c34239038cb4d4b93bcfefe569a4dd5fec71/mobidic-mpa-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a395eabb8a80ad5fec09fe40ec7f9a72", "sha256": "3d86b82a4e32c200756c1098f6c44ec8e7f7bf641933f3e69075f53dd1c442b4" }, "downloads": -1, "filename": "mobidic_mpa-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a395eabb8a80ad5fec09fe40ec7f9a72", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11528, "upload_time": "2019-05-27T14:05:37", "url": "https://files.pythonhosted.org/packages/bb/91/06e2c40281d0c24bf9072e5003b0cc7acb57c94640b061cb909e166cbd94/mobidic_mpa-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b24c08ea1bce017aa5148fa645349eed", "sha256": "4a1fe0990b09284e28721fcda77bb633f4fd2030baa79a4595c014c6d801f94d" }, "downloads": -1, "filename": "mobidic-mpa-1.1.0.tar.gz", "has_sig": false, "md5_digest": "b24c08ea1bce017aa5148fa645349eed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10649, "upload_time": "2019-05-27T14:05:39", "url": "https://files.pythonhosted.org/packages/20/5c/7da70f97f2f294cbe026b70c877bc7b6bf1d2471e2be2b70999342383c23/mobidic-mpa-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "eb51093738691aad68e201660b69b1cd", "sha256": "00ceead3cfd05c8ddd7a9b86ffaa3cf5f645faf31711a4a9de731d8c7e577051" }, "downloads": -1, "filename": "mobidic_mpa-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "eb51093738691aad68e201660b69b1cd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11527, "upload_time": "2019-06-28T13:23:43", "url": "https://files.pythonhosted.org/packages/9c/d5/aedc93b69b9a9b62347f720475f5143c8f4f027f4dd0f35464d3eee1f7bd/mobidic_mpa-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a111cea8bff45e61f8cee271319eb5e8", "sha256": "9b0a8ddb1a4089f436efcb11be5ba953a61b6a53cea05f67d73504184c84e894" }, "downloads": -1, "filename": "mobidic-mpa-1.1.1.tar.gz", "has_sig": false, "md5_digest": "a111cea8bff45e61f8cee271319eb5e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10645, "upload_time": "2019-06-28T13:23:45", "url": "https://files.pythonhosted.org/packages/e7/e8/266f39c66e2c525afc166730c1e7305147c81ecea313af40bd3a9c6b80a9/mobidic-mpa-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "a7abff5318102bdf3edf0dd869953c3a", "sha256": "3c55220ddfc42d6477170ecb3a9d1c90ada87770c4f93a797cfbb1d8985a0072" }, "downloads": -1, "filename": "mobidic_mpa-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a7abff5318102bdf3edf0dd869953c3a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11940, "upload_time": "2019-08-30T12:46:10", "url": "https://files.pythonhosted.org/packages/68/4b/47c7868d9e9f1d2829020c6595e41d49c4c9ad7ff1dee7e0709b9859b7d8/mobidic_mpa-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e389faf36603ac46929b793de58674c", "sha256": "87e877340df17504051c916734c625d182a04ed25d72d78f544e8327f69c0244" }, "downloads": -1, "filename": "mobidic-mpa-1.1.2.tar.gz", "has_sig": false, "md5_digest": "9e389faf36603ac46929b793de58674c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13960, "upload_time": "2019-08-30T12:46:12", "url": "https://files.pythonhosted.org/packages/48/56/8ab7b1f19cea8495dae302fadba4cc690cb998216de1653212e3493007bc/mobidic-mpa-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a7abff5318102bdf3edf0dd869953c3a", "sha256": "3c55220ddfc42d6477170ecb3a9d1c90ada87770c4f93a797cfbb1d8985a0072" }, "downloads": -1, "filename": "mobidic_mpa-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a7abff5318102bdf3edf0dd869953c3a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11940, "upload_time": "2019-08-30T12:46:10", "url": "https://files.pythonhosted.org/packages/68/4b/47c7868d9e9f1d2829020c6595e41d49c4c9ad7ff1dee7e0709b9859b7d8/mobidic_mpa-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e389faf36603ac46929b793de58674c", "sha256": "87e877340df17504051c916734c625d182a04ed25d72d78f544e8327f69c0244" }, "downloads": -1, "filename": "mobidic-mpa-1.1.2.tar.gz", "has_sig": false, "md5_digest": "9e389faf36603ac46929b793de58674c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13960, "upload_time": "2019-08-30T12:46:12", "url": "https://files.pythonhosted.org/packages/48/56/8ab7b1f19cea8495dae302fadba4cc690cb998216de1653212e3493007bc/mobidic-mpa-1.1.2.tar.gz" } ] }