{ "info": { "author": "Adam R. Rivers", "author_email": "adam.rivers@ars.usda.gov", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "ITSxpress: Software to rapidly trim the Internally transcribed spacer (ITS) region of FASTQ files\n==================================================================================================\n.. image:: https://travis-ci.org/USDA-ARS-GBRU/itsxpress.svg?branch=master\n :target: https://travis-ci.org/USDA-ARS-GBRU/itsxpress\n\n.. image:: https://readthedocs.org/projects/itsxpress/badge/?version=latest\n :target: https://itsxpress.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://codecov.io/gh/USDA-ARS-GBRU/itsxpress/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/USDA-ARS-GBRU/itsxpress\n\n.. image:: https://api.codacy.com/project/badge/Grade/7e2a4c97cde74bccb3e84b706d7a2aa5\n :target: https://www.codacy.com/app/GBRU/itsxpress?utm_source=github.com&utm_medium=referral&utm_content=USDA-ARS-GBRU/itsxpress&utm_campaign=Badge_Grade\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1304349.svg\n :target: https://doi.org/10.5281/zenodo.1304349\n\nAuthor\n-------\n* Adam R. Rivers, US Department of Agriculture, Agricultural Research Service\n\n\nCitation\n--------\nRivers AR, Weber KC, Gardner TG et al. ITSxpress: Software to rapidly trim\ninternally transcribed spacer sequences with quality scores for marker gene\nanalysis [version 1; referees: awaiting peer review]. F1000Research 2018, 7:1418\n(doi: `10.12688/f1000research.15704.1`_)\n\n.. _`10.12688/f1000research.15704.1`: https://doi.org/10.12688/f1000research.15704.1\n\nIntroduction\n-------------\n\nThe internally transcribed spacer region is a region between highly conserved the small\nsubunit (SSU) of rRNA and the large subunit (LSU) of the rRNA. In Eukaryotes it contains\nthe 5.8s genes and two variable length spacer regions. In amplicon sequencing studies it is\ncommon practice to trim off the conserved (SSU, 5,8S or LSU) regions. `Bengtsson-Palme\net al. (2013)`_ published software the software package ITSx_ to do this.\n\nITSxpress is designed to support the calling of exact sequence variants rather than OTUs_.\nThis newer method of sequence error-correction requires quality score data from each\nsequence, so each input sequence must be trimmed. ITSXpress makes this possible by\ntaking FASTQ data, de-replicating the sequences then identifying the start and stop\nsites using HMMSearch. Results are parsed and the trimmed files are returned. The ITS 1,\nITS2 or the entire ITS region including the 5.8s rRNA gene can be selected. ITSxpress\nuses the hmm model from ITSx so results are comparable.\n\nITSxpress is also available as a `QIIME2 Plugin`_\n\n.. _`Bengtsson-Palme et al. (2013)`: https://doi.org/10.1111/2041-210X.12073\n.. _ITSx: http://microbiology.se/software/itsx/\n.. _OTUs: https://doi.org/10.1038/ismej.2017.119\n.. _`QIIME2 Plugin`: https://github.com/USDA-ARS-GBRU/q2_itsxpress\n\n\nInstallation\n-------------\nITSxpress can be installed from:\n\n1. Bioconda: (preferred method because it handles dependencies):\n\n.. code-block:: bash\n\n conda install itsxpress\n\n2. Pip: https://pypi.org/project/itsxpress/:\n\n.. code-block:: bash\n\n pip install itsxpress\n\n\n3. The Github repository: https://github.com/USDA-ARS-GBRU/itsxpress\n\n.. code-block:: bash\n\n git clone https://github.com/USDA-ARS-GBRU/itsxpress.git\n\n\nDependencies\n-------------\nThe software requires Vsearch, BBtools, Hmmer >= 3.1b and Biopython. Bioconda\ntakes care of this for you so it is the preferred installation method.\n\n\nUsage\n---------\n\n-h, --help \tShow this help message and exit.\n\n--fastq \t\t\t\tA ``.fastq``, ``.fq``, ``.fastq.gz`` or ``.fq.gz`` file. Interleaved\n \tor not. Required.\n\n--single_end \t\t\tA flag to specify that the fastq file is single-ended (not paired).\n \tsingle-ended (not paired). Default is false.\n\n--fastq2 \t\t\t\tA ``.fastq``, ``.fq``, ``.fastq.gz`` or ``.fq.gz`` file representing read 2 if present, optional.\n\n--outfile\t\t\t\tThe trimmed FASTQ file, if it ends in ``gz`` it will be gzipped.\n\n--outfile2\t\t\tThe trimmed FASTQ read 2 file, if it ends in ``gz`` it will be gzipped. If used, reads will be retuned as unmerged pairs rather than than merged.\n\n--tempdir\t\t\t\tSpecify the temp file directory. Default is None.\n\n--keeptemp\t\t\t\tShould intermediate files be kept? Default is false.\n\n--region \t\t\t\tOptions : {ITS2, ITS1, ALL}\n\n--taxa\t\t\t\t\tSelect the taxonomic group sequenced: {Alveolata, Bryophyta,\n\t\t\t\t\t\tBacillariophyta, Amoebozoa, Euglenozoa, Fungi, Chlorophyta,\n\t\t\t\t\t\tRhodophyta, Phaeophyceae, Marchantiophyta, Metazoa,\n\t\t\t\t\t\tOomycota, Haptophyceae, Raphidophyceae, Rhizaria, Synurophyceae,\n\t\t\t\t\t\tTracheophyta, Eustigmatophyceae, All}. Default Fungi.\n\n--cluster_id The percent identity for clustering reads range [0.98-1.0], set to 1\n for exact dereplication. Default 0.995.\n\n--log\t\t \tLog file. Default is ITSxpress.log.\n\n--threads\t\t \tNumber of processor threads to use. Default is 1.\n\n\nExamples\n---------\n\nUse case 1: Trimming the ITS2 region from a fungal amplicon sequencing dataset with\nforward and reverse gzipped FASTQ files using two cpu threads. Return a single merged file for use in Deblur.\n\n.. code-block:: bash\n\n itsxpress --fastq r1.fastq.gz --fastq2 r2.fastq.gz --region ITS2 \\\n --taxa Fungi --log logfile.txt --outfile trimmed_reads.fastq.gz --threads 2\n\nITSxpress can take gzipped or un-gzipped FASTQ files and it can write gzipped or\nun-gzipped FASTQ files. It expects FASTQ files to end in: .fq, .fastq, .fq.gz or fastq.gz.\n\nUse case 2: Trimming the ITS2 region from a fungal amplicon sequencing dataset with\nforward and reverse gzipped FASTQ files using two cpu threads. Return a forward\nand reverse read files for use in Dada2.\n\n.. code-block:: bash\n\n itsxpress --fastq r1.fastq.gz --fastq2 r2.fastq.gz --region ITS2 \\\n --taxa Fungi --log logfile.txt --outfile trimmed_reads.fastq.gz --threads 2\n\nITSxpress can take gzipped or un-gzipped FASTQ files and it can write gzipped or\nun-gzipped FASTQ files. It expects FASTQ files to end in: .fq, .fastq, .fq.gz or fastq.gz.\n\n\nUse case 3: Trimming the ITS2 region from a fungal amplicon sequencing dataset with\nan interleaved gzipped FASTQ files using two cpu threads. Return a single merged file for use in Deblur.\n\n.. code-block:: bash\n\n itsxpress --fastq interleaved.fastq.gz --region ITS2 --taxa Fungi \\\n --log logfile.txt --outfile trimmed_reads.fastq.gz --threads 2\n\n\nUse case 4: Trimming the ITS2 region from a fungal amplicon sequencing dataset with\nan single-ended gzipped FASTQ files using two cpu threads.\n\n.. code-block:: bash\n\n itsxpress --fastq single-end.fastq.gz --single_end --region ITS2 --taxa Fungi \\\n --log logfile.txt --outfile trimmed_reads.fastq.gz --threads 2\n\nSingle ended data is less common and may come from a dataset where the reads have already\nbeen merged.\n\nUse case 5: Trimming the ITS1 region from a Alveolata amplicon sequencing dataset with\nan interleaved gzipped FASTQ files using 40 cpu threads.\n\n.. code-block:: bash\n\n itsxpress --fastq interleaved.fastq.gz --region ITS1 --taxa Alveolata \\\n --log logfile.txt --outfile trimmed_reads.fastq.gz --threads 40\n\n\nLicense information\n--------------------\nThis software is a work of the United States Department of Agriculture,\nAgricultural Research Service and is released under a Creative Commons CC0\npublic domain attribution.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/usda-ars-gbru/itsxpress", "keywords": "Amplicon sequencing fungal ITS", "license": "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", "maintainer": "", "maintainer_email": "", "name": "itsxpress", "package_url": "https://pypi.org/project/itsxpress/", "platform": "", "project_url": "https://pypi.org/project/itsxpress/", "project_urls": { "Homepage": "http://github.com/usda-ars-gbru/itsxpress" }, "release_url": "https://pypi.org/project/itsxpress/1.7.2/", "requires_dist": [ "biopython (>=1.60)" ], "requires_python": ">3.5", "summary": "Rapidly trim sequences down to their Internally Transcribed Spacer (ITS) regions", "version": "1.7.2" }, "last_serial": 4466198, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "947bf3e88a27e0f79de38bba4e74bcc2", "sha256": "8caced490447feeab7b17676e759278b9fb47c55b2fee1e27cde941f7b22fe40" }, "downloads": -1, "filename": "itsxpress-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "947bf3e88a27e0f79de38bba4e74bcc2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 9332, "upload_time": "2018-06-06T20:27:07", "url": "https://files.pythonhosted.org/packages/3e/a1/141a49eb690e9ac8f5625e87970078d64c30b1c0b2d51c421d2df0d4d3bf/itsxpress-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b80568a23da6afdacb4a5ace4592b61e", "sha256": "1d5eb4b9a451be63e6b62b25580be82dbf84e7e3c168263eb508b7c3f043b69e" }, "downloads": -1, "filename": "itsxpress-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b80568a23da6afdacb4a5ace4592b61e", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 9710, "upload_time": "2018-06-06T20:27:08", "url": "https://files.pythonhosted.org/packages/9a/19/2ba8cd1a0deddcb3f0ecc5b2f7d0cf735e3c7de92bae33f04b9947c884e1/itsxpress-0.1.5.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "0dfb8d1c8385596b19ae4eebbc1cb45d", "sha256": "22c2940d12372c9b4e38344e79e44f28e2b43915861f22fddf8028f437dfa949" }, "downloads": -1, "filename": "itsxpress-1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0dfb8d1c8385596b19ae4eebbc1cb45d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11458, "upload_time": "2018-06-06T20:51:20", "url": "https://files.pythonhosted.org/packages/79/66/b363b95805caba4b31f116a1b127376bd1a9ef5121e2d43ced5110f84202/itsxpress-1.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a2fe7866a3a62de9f73acd27347d2da7", "sha256": "c67ff739e8fc647e7c0dc7a73432813423ac52c178cfaaeb697066cdf153f165" }, "downloads": -1, "filename": "itsxpress-1.5.1.tar.gz", "has_sig": false, "md5_digest": "a2fe7866a3a62de9f73acd27347d2da7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11672, "upload_time": "2018-06-06T20:51:21", "url": "https://files.pythonhosted.org/packages/5e/34/420c53d2ab5bff95968b57109f7c31740dcea2940509ef949377ce59aeec/itsxpress-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "605798bd218d8155d8b2ae05a057ac90", "sha256": "4683ca5aa16c65cc438bae66afa66d5ae8ce3cd443bb68ebf3217676fee76c7e" }, "downloads": -1, "filename": "itsxpress-1.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "605798bd218d8155d8b2ae05a057ac90", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11458, "upload_time": "2018-06-21T17:48:52", "url": "https://files.pythonhosted.org/packages/fe/2d/171bb00a85659229c17b1449e2bf96db77a724d810a8462525c906578a66/itsxpress-1.5.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "521648f2effae69175198e93643bc964", "sha256": "4ec2809c1c1c1df855505d052beeee48c50159899cd1fb0f56135b83141d1358" }, "downloads": -1, "filename": "itsxpress-1.5.2.tar.gz", "has_sig": false, "md5_digest": "521648f2effae69175198e93643bc964", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11675, "upload_time": "2018-06-21T17:48:55", "url": "https://files.pythonhosted.org/packages/fe/69/9e43e5024d36e5cb8fbfb684c5e65b2a5332682127ed8079827b58c6c6f8/itsxpress-1.5.2.tar.gz" } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "d92ef5c2344b7bd8be4d78f28d487b64", "sha256": "e21cf2517bed3c12708e6170de5754b14a9aeaa9aa8b4433c0999118d144efaf" }, "downloads": -1, "filename": "itsxpress-1.5.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d92ef5c2344b7bd8be4d78f28d487b64", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14675, "upload_time": "2018-06-21T20:57:02", "url": "https://files.pythonhosted.org/packages/0c/2d/cc9b254c1a2be2ace7dffd3e3a0f0cbf2db45c36c2b136018e14f5bad90b/itsxpress-1.5.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5010ab2f2f689b6b20c0d7e7ccc7bc3a", "sha256": "ca1cf8d02ca6819eeb67fc3daeef45d806e3f3464d29cc1641395d69bae95874" }, "downloads": -1, "filename": "itsxpress-1.5.3.tar.gz", "has_sig": false, "md5_digest": "5010ab2f2f689b6b20c0d7e7ccc7bc3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11685, "upload_time": "2018-06-21T20:57:03", "url": "https://files.pythonhosted.org/packages/1c/43/f53bb75bec05d3e421662d45b4d033abee528946f481c585873994024d24/itsxpress-1.5.3.tar.gz" } ], "1.5.4": [ { "comment_text": "", "digests": { "md5": "4348ae7f1d5ae5242a120c2b63dbcea1", "sha256": "8d2c35508e9ae7f95cc065affa5bb023a8bb732472f335e07e6ce1c6a763d525" }, "downloads": -1, "filename": "itsxpress-1.5.4-py3-none-any.whl", "has_sig": false, "md5_digest": "4348ae7f1d5ae5242a120c2b63dbcea1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11507, "upload_time": "2018-06-27T18:43:06", "url": "https://files.pythonhosted.org/packages/5f/b2/e1a75c866c00101a45326969341d8e5ebf3e1331ec1424fce69102514d92/itsxpress-1.5.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcf943d6be7843e43b6c65dd7ce86caa", "sha256": "85e415c19c893725dc155f793b94772e52025cd838ab03b1889b3478ad2e87a9" }, "downloads": -1, "filename": "itsxpress-1.5.4.tar.gz", "has_sig": false, "md5_digest": "bcf943d6be7843e43b6c65dd7ce86caa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11320, "upload_time": "2018-06-27T18:43:07", "url": "https://files.pythonhosted.org/packages/7d/e6/5b24f8ec6bbc0decdd40eedfc0412debde3b55de6b4ef4e6bb6bce33d691/itsxpress-1.5.4.tar.gz" } ], "1.5.5": [ { "comment_text": "", "digests": { "md5": "4c7d6b00ece5a284eff38c80efec7eaf", "sha256": "8f49615ab292a714b260cd1ca324dff48eb83aef24cceee8443478a51330d3c1" }, "downloads": -1, "filename": "itsxpress-1.5.5-py3-none-any.whl", "has_sig": false, "md5_digest": "4c7d6b00ece5a284eff38c80efec7eaf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 11477, "upload_time": "2018-06-27T20:12:21", "url": "https://files.pythonhosted.org/packages/3a/fa/3d1506af427efb6b3e6eca317c229cff63706399088c14cdd15fe0040500/itsxpress-1.5.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d2881ceb51384bdb9dfafe53b7147d2", "sha256": "a927098aabbe4ef9eb19c4d2310f33016c95f788ce733ac38d2eed83186969a4" }, "downloads": -1, "filename": "itsxpress-1.5.5.tar.gz", "has_sig": false, "md5_digest": "2d2881ceb51384bdb9dfafe53b7147d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 11689, "upload_time": "2018-06-27T20:12:22", "url": "https://files.pythonhosted.org/packages/52/6d/ad2297d2a3a7ceef8c3de84b7ffc386ae42ad0e105f77ab1fff47405ba57/itsxpress-1.5.5.tar.gz" } ], "1.5.6": [ { "comment_text": "", "digests": { "md5": "dfe377a0d5aa1ca563d8bc52bcb78618", "sha256": "76b8b8716250113c90dde647d63c2013cff5d1210b070b348533ebe6e0184e6b" }, "downloads": -1, "filename": "itsxpress-1.5.6-py3-none-any.whl", "has_sig": false, "md5_digest": "dfe377a0d5aa1ca563d8bc52bcb78618", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1552243, "upload_time": "2018-07-02T19:00:21", "url": "https://files.pythonhosted.org/packages/34/be/b8f6eb2ebb9e1fea150ccdfa2236e607626d7b1e63ab0edf76de59973714/itsxpress-1.5.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff48555e86604e196910f8f9852baab7", "sha256": "53f833545b230f116ac16417ee46dda5f1174f170c768192a9cd5056e1eba25e" }, "downloads": -1, "filename": "itsxpress-1.5.6.tar.gz", "has_sig": false, "md5_digest": "ff48555e86604e196910f8f9852baab7", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1888362, "upload_time": "2018-07-02T19:00:24", "url": "https://files.pythonhosted.org/packages/e2/d4/7f5101724c185f3510c659ce92a74e015a1668b55400bfee99bdce22df53/itsxpress-1.5.6.tar.gz" } ], "1.5.7": [ { "comment_text": "", "digests": { "md5": "645b781e6bea2e23921c93b24031f368", "sha256": "f48047578469b344e7ff78f1faa32eaa7886d2a4fca6c6c47142263b579e2759" }, "downloads": -1, "filename": "itsxpress-1.5.7-py3-none-any.whl", "has_sig": false, "md5_digest": "645b781e6bea2e23921c93b24031f368", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1552305, "upload_time": "2018-07-06T21:01:56", "url": "https://files.pythonhosted.org/packages/09/19/99d565f019be85f7e05630aeed2791fc733ebcc3189d2a732dbbaae2047b/itsxpress-1.5.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fe5399e95e2ffc7442f77f35eaa47460", "sha256": "93000d0a25d7063cefe6d51d623c2d0e421ee8af5520cecc73d8e60c77ae0012" }, "downloads": -1, "filename": "itsxpress-1.5.7.tar.gz", "has_sig": false, "md5_digest": "fe5399e95e2ffc7442f77f35eaa47460", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1890469, "upload_time": "2018-07-06T21:01:58", "url": "https://files.pythonhosted.org/packages/c7/1a/aa92bf635e5ae53a480d7c3cf8c36e0536b75679bd93bdf61b035be461f8/itsxpress-1.5.7.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "87994a1d7f318797b75b2a063ec261c7", "sha256": "c528ae80eb4bd9a5c4e185c1d75d0b54e059b8c441c71003641bd5aab32e735f" }, "downloads": -1, "filename": "itsxpress-1.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "87994a1d7f318797b75b2a063ec261c7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1552619, "upload_time": "2018-07-13T19:29:19", "url": "https://files.pythonhosted.org/packages/b2/7c/30819a9f855546ffd5a5667cca71e4752fdbc412892a8ced1a3413d1b801/itsxpress-1.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bd162d4581a88349231324cb5487416", "sha256": "c874cfddec57bc457466e14c27bc55de9a60536186f5ec21ad04f4fcba237433" }, "downloads": -1, "filename": "itsxpress-1.6.0.tar.gz", "has_sig": false, "md5_digest": "4bd162d4581a88349231324cb5487416", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1888709, "upload_time": "2018-07-13T19:29:23", "url": "https://files.pythonhosted.org/packages/03/9e/60b889fec666ed5ff6b328cb09d8fa73a1c50952b3e9de0580b550cbc5a6/itsxpress-1.6.0.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "543919a8538d737536bb3cd6caa0cf1a", "sha256": "0c638d3a65fbc44e050b5a1de4962f8eabc48ad0790ee3be2558db1b48839212" }, "downloads": -1, "filename": "itsxpress-1.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "543919a8538d737536bb3cd6caa0cf1a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1552641, "upload_time": "2018-07-19T20:04:33", "url": "https://files.pythonhosted.org/packages/d3/ed/5e634280d7a12ac7e2a5477db564253c93ad46ae64c1b66a541904884117/itsxpress-1.6.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c1cc48435b97e772acd0896bee94aa7", "sha256": "be9b38e5489c3bcaa6e7edaa5e8dd795133162321a6da7e997a75acb1b01b8a8" }, "downloads": -1, "filename": "itsxpress-1.6.1.tar.gz", "has_sig": false, "md5_digest": "1c1cc48435b97e772acd0896bee94aa7", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1888713, "upload_time": "2018-07-19T20:04:35", "url": "https://files.pythonhosted.org/packages/d8/58/56a4f9ea1b0e5fad7765e480b4c0cae8fd25459488558e164729cda4de57/itsxpress-1.6.1.tar.gz" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "dd7f794f2162f9362586c366c7703ab9", "sha256": "4f0ec4600aeebe5a459599ca61d5c9d2dca4c09dd6263f1f5587300451e255e7" }, "downloads": -1, "filename": "itsxpress-1.6.2-py3-none-any.whl", "has_sig": false, "md5_digest": "dd7f794f2162f9362586c366c7703ab9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1552655, "upload_time": "2018-07-25T14:40:51", "url": "https://files.pythonhosted.org/packages/30/b9/a023f2e2d544ac0f78f1074b330e48d8534c7fda04eb99306db001c9ab81/itsxpress-1.6.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "77344c329dd826ad29bbe9bc58ceb38b", "sha256": "71e2e91b33af4ea83437dc9df0ebe24c94b05b41f1528adbf62a8bb5c0c5a0a9" }, "downloads": -1, "filename": "itsxpress-1.6.2.tar.gz", "has_sig": false, "md5_digest": "77344c329dd826ad29bbe9bc58ceb38b", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1890898, "upload_time": "2018-07-25T14:40:53", "url": "https://files.pythonhosted.org/packages/60/9d/f5ad62caa19c7c475a385635ead332b09a137df109f81bae3a4d05bf32f5/itsxpress-1.6.2.tar.gz" } ], "1.6.3": [ { "comment_text": "", "digests": { "md5": "2ddae99626e6a7a8076fc31f0a14aca8", "sha256": "04961e0782e0818e8685f8991b64933c96f3e8ab462aab515e4f47e47da6de15" }, "downloads": -1, "filename": "itsxpress-1.6.3-py3-none-any.whl", "has_sig": false, "md5_digest": "2ddae99626e6a7a8076fc31f0a14aca8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1552657, "upload_time": "2018-07-25T18:36:21", "url": "https://files.pythonhosted.org/packages/a5/93/faa7444d1d3501a530f618a0a52b3d74cb8acb9618dbe65f2ff7b6cf0c07/itsxpress-1.6.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "76d3cec96aad04bb68d9488cf9ed5587", "sha256": "daf0197866b239e75822aef3d7e892d5a651d81693e8cda2ef8ad12403da08ce" }, "downloads": -1, "filename": "itsxpress-1.6.3.tar.gz", "has_sig": false, "md5_digest": "76d3cec96aad04bb68d9488cf9ed5587", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1947474, "upload_time": "2018-07-25T18:36:23", "url": "https://files.pythonhosted.org/packages/93/2a/eaabd3fc5f077fd4446ffd3e7e19aad8431cd3b30c8d78317209dd3d7864/itsxpress-1.6.3.tar.gz" } ], "1.6.4": [ { "comment_text": "", "digests": { "md5": "e3a22a1d218e7ff92a0e9adcc092e728", "sha256": "93dfd3643d85275277c0a76835a669646bfd2c0fb4f968c04f0d43c86ac00014" }, "downloads": -1, "filename": "itsxpress-1.6.4-py3-none-any.whl", "has_sig": false, "md5_digest": "e3a22a1d218e7ff92a0e9adcc092e728", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1552654, "upload_time": "2018-07-26T15:15:14", "url": "https://files.pythonhosted.org/packages/15/53/22182ad5d18662ab0e77550700bf7f18bed9aae3b1d3463f29172699f5ef/itsxpress-1.6.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a17ec2317279220cb389f86dc304f86", "sha256": "0dc11ec62f20c346ece601566428148388fcb59470d769a470e817319b578ac1" }, "downloads": -1, "filename": "itsxpress-1.6.4.tar.gz", "has_sig": false, "md5_digest": "2a17ec2317279220cb389f86dc304f86", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1947476, "upload_time": "2018-07-26T15:15:16", "url": "https://files.pythonhosted.org/packages/18/ba/040b4f4f5a41e56a8234fbf6810e8de1873ed92c980b1e9287ae89874320/itsxpress-1.6.4.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "fdd3448dd79b1212afe48c35bc3f3332", "sha256": "01f4f701427d51caca4ee0ce51bebd29cb751c71e6f8b5e834c6151f82d5c562" }, "downloads": -1, "filename": "itsxpress-1.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fdd3448dd79b1212afe48c35bc3f3332", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1553886, "upload_time": "2018-09-12T20:56:57", "url": "https://files.pythonhosted.org/packages/dd/8a/6a42572781430eb9d6554b599e58ab7f31e700d8d5d69c031959afebc2fa/itsxpress-1.7.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "32adcd3ffa6ed9f592bfa9c0d09cd869", "sha256": "a4335dea690a32682e8a310023c2574dfb61eee7be48b7affb9538d2eb4992dc" }, "downloads": -1, "filename": "itsxpress-1.7.0.tar.gz", "has_sig": false, "md5_digest": "32adcd3ffa6ed9f592bfa9c0d09cd869", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1985311, "upload_time": "2018-09-12T20:57:00", "url": "https://files.pythonhosted.org/packages/a4/96/e1329237a34c65b9fbc5f60c545e7fdb9b4ad54efc2da7e2fb004baed49a/itsxpress-1.7.0.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "e2d172489dd44cca6c24b8558f992f28", "sha256": "d28784f7b1d10a99f27a1dcdf9789f8f8e61a629e5be157020a6b14a9cc3a182" }, "downloads": -1, "filename": "itsxpress-1.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e2d172489dd44cca6c24b8558f992f28", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1553890, "upload_time": "2018-09-14T01:17:05", "url": "https://files.pythonhosted.org/packages/16/25/e716865df5608de93db17a03ec45b280fcdea970d6bfdfe4aa9b330566f3/itsxpress-1.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1afd7f6de76a1484e5e2abf86fd078cd", "sha256": "2e04503cb1c4261e75672dfb7c2999ce27fac539d8918ec5ebd53392216d2164" }, "downloads": -1, "filename": "itsxpress-1.7.1.tar.gz", "has_sig": false, "md5_digest": "1afd7f6de76a1484e5e2abf86fd078cd", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1985306, "upload_time": "2018-09-14T01:17:08", "url": "https://files.pythonhosted.org/packages/60/b6/ae28b83b30411da759b054355b97f46f22ae21cf453d046f5ead16408a4c/itsxpress-1.7.1.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "fe36e9c9d182b82120f3ea1bfefa5bb8", "sha256": "1bb19ffc29f8d57e4018135bbcd47dc3b21e095e770c84b8e7d0146b9245bac9" }, "downloads": -1, "filename": "itsxpress-1.7.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fe36e9c9d182b82120f3ea1bfefa5bb8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1553983, "upload_time": "2018-11-08T16:06:29", "url": "https://files.pythonhosted.org/packages/f5/aa/75127082722d77fe90215430d978d6cfb1511ca3a9ecdc5eca924c51b425/itsxpress-1.7.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6ab0e28e4460b14b2561f645690b8e1", "sha256": "1f3359d416e1b840be5aead25915b152456b1201c2fc9a9665162d4442887665" }, "downloads": -1, "filename": "itsxpress-1.7.2.tar.gz", "has_sig": false, "md5_digest": "c6ab0e28e4460b14b2561f645690b8e1", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1984645, "upload_time": "2018-11-08T16:06:32", "url": "https://files.pythonhosted.org/packages/3f/2d/7dffa7e84b36b8ddaa3119f9b77ca788bea4e263f6339bb9f5a96894492f/itsxpress-1.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fe36e9c9d182b82120f3ea1bfefa5bb8", "sha256": "1bb19ffc29f8d57e4018135bbcd47dc3b21e095e770c84b8e7d0146b9245bac9" }, "downloads": -1, "filename": "itsxpress-1.7.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fe36e9c9d182b82120f3ea1bfefa5bb8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 1553983, "upload_time": "2018-11-08T16:06:29", "url": "https://files.pythonhosted.org/packages/f5/aa/75127082722d77fe90215430d978d6cfb1511ca3a9ecdc5eca924c51b425/itsxpress-1.7.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6ab0e28e4460b14b2561f645690b8e1", "sha256": "1f3359d416e1b840be5aead25915b152456b1201c2fc9a9665162d4442887665" }, "downloads": -1, "filename": "itsxpress-1.7.2.tar.gz", "has_sig": false, "md5_digest": "c6ab0e28e4460b14b2561f645690b8e1", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 1984645, "upload_time": "2018-11-08T16:06:32", "url": "https://files.pythonhosted.org/packages/3f/2d/7dffa7e84b36b8ddaa3119f9b77ca788bea4e263f6339bb9f5a96894492f/itsxpress-1.7.2.tar.gz" } ] }