{ "info": { "author": "Carlos Pe\u00f1a", "author_email": "mycalesis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "seqrecord-expanded\n==================\n\n.. list-table::\n :stub-columns: 1\n\n * - tests\n - | |travis| |requires| |coveralls|\n | |quantified-code|\n * - package\n - |version| |wheel| |supported-versions| |supported-implementations|\n\n.. |travis| image:: https://travis-ci.org/carlosp420/seqrecord-expanded.svg?branch=master\n :alt: Travis-CI Build Status\n :target: https://travis-ci.org/carlosp420/seqrecord-expanded\n\n.. |requires| image:: https://requires.io/github/carlosp420/seqrecord-expanded/requirements.svg?branch=master\n :alt: Requirements Status\n :target: https://requires.io/github/carlosp420/seqrecord-expanded/requirements/?branch=master\n\n.. |coveralls| image:: https://coveralls.io/repos/carlosp420/seqrecord-expanded/badge.svg?branch=master&service=github\n :alt: Coverage Status\n :target: https://coveralls.io/r/carlosp420/seqrecord-expanded\n\n.. |version| image:: https://img.shields.io/pypi/v/seqrecord-expanded.svg?style=flat\n :alt: PyPI Package latest release\n :target: https://pypi.python.org/pypi/seqrecord-expanded\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/seqrecord-expanded.svg?style=flat\n :alt: PyPI Wheel\n :target: https://pypi.python.org/pypi/seqrecord-expanded\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/seqrecord-expanded.svg?style=flat\n :alt: Supported versions\n :target: https://pypi.python.org/pypi/seqrecord-expanded\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/seqrecord-expanded.svg?style=flat\n :alt: Supported implementations\n :target: https://pypi.python.org/pypi/seqrecord-expanded\n\n.. |quantified-code| image:: https://www.quantifiedcode.com/api/v1/project/b0bf8d6e31704c11abeb0b9043c11891/badge.svg\n :alt: Code issues\n :target: https://www.quantifiedcode.com/app/project/b0bf8d6e31704c11abeb0b9043c11891\n\n\nAnother SeqRecord class with methods: degenerate seqs, codon positions based on\nreading frames, etc.\n\nUsage\n-----\nBy default it assumes a DNA sequence with ambiguous characters.\n\n.. code:: python\n\n >>> from seqrecord_expanded import SeqRecordExpanded\n >>> seq_record = SeqRecordExpanded('TCTGAATGGAAGACAAAGCGTCCA',\n ... voucher_code='CP100-09',\n ... taxonomy={'genus': 'Melitaea',\n ... 'species': 'phoebe',\n ... },\n ... gene_code='EF1a',\n ... reading_frame=1,\n ... table=1, # translation table\n ... )\n >>> # Degenerate sequence standard genetic code\n >>> seq_record.degenerate()\n 'TCNGARTGGAARACNAARMGNCCN'\n >>>\n >>> # Degenerate sequence S method\n >>> seq_record.degenerate(method='S')\n 'AGYGARTGGAARACNAARMGNCCN'\n >>>\n >>> # Degenerate sequence Z method\n >>> seq_record.degenerate(method='Z')\n 'TCNGARTGGAARACNAARMGNCCN'\n >>>\n >>> # Degenerate sequence SZ method\n >>> seq_record.degenerate(method='SZ')\n 'NNNGARTGGAARACNAARMGNCCN'\n >>>\n >>> # get first codon positions\n >>> seq_record.first_codon_position()\n 'TGTAAACC'\n >>>\n >>> # get second codon positions\n >>> seq_record.second_codon_position()\n 'CAGACAGC'\n >>>\n >>> # get third codon positions\n >>> seq_record.third_codon_position()\n 'TAGGAGTA'\n >>>\n >>> # get first and second positions\n >>> seq_record.first_and_second_positions()\n 'TCGATGAAACAACGCC'\n >>>\n >>> # translate to aminoacid sequence\n >>> seq_record.translate()\n 'SEWKTKRP'\n >>> # translate to aminoacid sequence\n >>> seq_record.translate(table=1)\n 'SEWKTKRP'\n\nInstallation\n------------\n\n.. code-block:: shell\n\n pip install seqrecord-expanded\n\nRequirements\n^^^^^^^^^^^^\n\n.. code-block:: shell\n\n pip install -r requirements.txt\n\n\nCompatibility\n-------------\nSupported Python versions: 2.6, 2.7, 3.3, 3.4, 3.5, pypy.\n\nLicence\n-------\nBSD.\n\nAuthors\n-------\n\n`seqrecord-expanded` was written by `Carlos Pe\u00f1a `_.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosp420/seqrecord-expanded", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "seqrecord_expanded", "package_url": "https://pypi.org/project/seqrecord_expanded/", "platform": "", "project_url": "https://pypi.org/project/seqrecord_expanded/", "project_urls": { "Homepage": "https://github.com/carlosp420/seqrecord-expanded" }, "release_url": "https://pypi.org/project/seqrecord_expanded/0.2.10/", "requires_dist": null, "requires_python": "", "summary": "Another SeqRecord class with methods: degenerate seqs, codon positions based on reading frames, etc.", "version": "0.2.10" }, "last_serial": 3468790, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "80a033f36a0ff5f9bc51f0efaa200033", "sha256": "b8a0709d82b254392ece2057d07e94fd97a2fc4cd233e9048d1e09cb327e8be7" }, "downloads": -1, "filename": "seqrecord_expanded-0.0.1.tar.gz", "has_sig": false, "md5_digest": "80a033f36a0ff5f9bc51f0efaa200033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2948, "upload_time": "2015-09-29T12:36:18", "url": "https://files.pythonhosted.org/packages/19/a8/d4c0944899b93b0111978079d6f7c29120829d0abf053bed955732ab4b18/seqrecord_expanded-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2fb25ebc57f24edd208a88d088a743ff", "sha256": "1660a8383a74daa295c41d0fb59885873d79ab51b67f6009acdfcdd3058efbc9" }, "downloads": -1, "filename": "seqrecord_expanded-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2fb25ebc57f24edd208a88d088a743ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3343, "upload_time": "2015-09-29T12:38:13", "url": "https://files.pythonhosted.org/packages/af/4c/7316b7b672ae41a0282e47a0fafa64fc835fa708f6ee1d834edb4ef365ad/seqrecord_expanded-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "c379d07b4bbd225e3b3f6ced0ac22e37", "sha256": "ef25664b28b7fca389cb69717c199fda33f64a4a58e00b1279befece989d8195" }, "downloads": -1, "filename": "seqrecord_expanded-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c379d07b4bbd225e3b3f6ced0ac22e37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3976, "upload_time": "2015-09-29T12:47:03", "url": "https://files.pythonhosted.org/packages/32/b1/8ed48c7610e11e4274126ed17cb548eed591def1ce8e599783d584f17543/seqrecord_expanded-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2dac95076352c01ba35f6bb9066b6c52", "sha256": "ab1657ae2dac49b5fd2b99cb2530494a0cd56fc35a45306af8b1234917741b6d" }, "downloads": -1, "filename": "seqrecord_expanded-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2dac95076352c01ba35f6bb9066b6c52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4143, "upload_time": "2015-09-29T12:48:30", "url": "https://files.pythonhosted.org/packages/04/2c/13ec4fb267f65d30e6f871186bca18821df80d9d153e2ca2bc8877a99134/seqrecord_expanded-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "434a0f305e4056568cfc244d25e91d6e", "sha256": "ce04f5130a198bf20211da61e08a20af0c7c98086652299347f7afd1fe901b12" }, "downloads": -1, "filename": "seqrecord_expanded-0.1.2.tar.gz", "has_sig": false, "md5_digest": "434a0f305e4056568cfc244d25e91d6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4266, "upload_time": "2015-09-29T12:49:25", "url": "https://files.pythonhosted.org/packages/ac/0a/2fe9f7dd743c4dd3c83244d5e333597e13f0feed90a4513fd12ffc11425c/seqrecord_expanded-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "64c50390320590e21ed629824ddaf207", "sha256": "e5844bec864641c0fa4a53c342b83cd5b353ad8d5651ac68f3a73cfcbbfc09b4" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.0.tar.gz", "has_sig": false, "md5_digest": "64c50390320590e21ed629824ddaf207", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4631, "upload_time": "2015-09-29T12:51:58", "url": "https://files.pythonhosted.org/packages/af/19/aa9c3da384610baaeb6afef95dc79bae0bace042a595ba09c554ab6a930a/seqrecord_expanded-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "30bba210fe81ebf53a15d80444467fbd", "sha256": "865ab1efda767a8ecd154fd5cf206cf6ddd83e7604e3ecc5f8e29270a86aa3de" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "30bba210fe81ebf53a15d80444467fbd", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 7570, "upload_time": "2015-09-30T09:02:08", "url": "https://files.pythonhosted.org/packages/e7/72/600baf8ab8f07febe1725c5f95e16f11617094f749fb19fab16f16d96a2c/seqrecord_expanded-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4656b4d12b3f1ca004341a084de27bce", "sha256": "35a1b732ee72b08862d4229dea3ea4ee885d72ebf5c27b52acd589a9fc2354c7" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4656b4d12b3f1ca004341a084de27bce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4628, "upload_time": "2015-09-30T09:01:09", "url": "https://files.pythonhosted.org/packages/80/7b/f9dc8e9d89245947fbc90caa9104aac6691a63c8512ed801b56af0ac2b4e/seqrecord_expanded-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "ef7108c7022a2880412dde3734adc188", "sha256": "290ba8a2550b3f49239c11743912b088c404db30fbb49c1e124d894d504a3a52" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.10-py3-none-any.whl", "has_sig": false, "md5_digest": "ef7108c7022a2880412dde3734adc188", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8260, "upload_time": "2018-01-07T14:50:26", "url": "https://files.pythonhosted.org/packages/26/76/8a6642c05491608f9a6cd7d058135dbd3ded203866c394ade7be78a63f6c/seqrecord_expanded-0.2.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a559372c77a51bdd9d4b8104564a7355", "sha256": "1a3b3126c95f88e84a351abc2c5a58631d1603478859a37a1c38f289b4da1d80" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.10.tar.gz", "has_sig": false, "md5_digest": "a559372c77a51bdd9d4b8104564a7355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5176, "upload_time": "2018-01-07T14:50:24", "url": "https://files.pythonhosted.org/packages/90/51/d9eb491cfa25f623a1f1973c76f64ba75ebe49fa0fa946c40c08343c2d4b/seqrecord_expanded-0.2.10.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4f6e26ea95fdb012b43469a7e092351f", "sha256": "7dedc86c34ddf4898d794fd8b7e59d811f4ef0f12b5475c429cb19ca894ca091" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4f6e26ea95fdb012b43469a7e092351f", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7629, "upload_time": "2015-09-30T11:32:14", "url": "https://files.pythonhosted.org/packages/ec/2f/81e445a74abc14ab022bd12a3edbe342c55586d243cfd3c01a53f3b94862/seqrecord_expanded-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19fcbbf9600b846dc78d23dfdf3a2ed3", "sha256": "ca89f08bd84597078372ecab5431fa7204c85f7657af1d68eec7d5aa95d7f6c9" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.2.tar.gz", "has_sig": false, "md5_digest": "19fcbbf9600b846dc78d23dfdf3a2ed3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4677, "upload_time": "2015-09-30T11:32:05", "url": "https://files.pythonhosted.org/packages/a2/7c/a14a3737167b1d01d04d1635defb18d375a6fd0519b7d661dd9fe3f236f7/seqrecord_expanded-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "1a51b0b000039fa959dafe616dbbb956", "sha256": "e0cc51c7cdd230eed209b72bf9ebf4ede5d30d296328dd8630f5a7cb89d2e174" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "1a51b0b000039fa959dafe616dbbb956", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 11871, "upload_time": "2015-11-28T22:51:21", "url": "https://files.pythonhosted.org/packages/88/be/8fd1242cba7ba21cf22e545483ec121307dba74d5fe99b255101087a554e/seqrecord_expanded-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "582ec40b8c67cfaf41871b505ad9b71f", "sha256": "d997a787353837c3b42dcd5d5f40a3696423d9cc4a01899888bf7d92de94487b" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.3.tar.gz", "has_sig": false, "md5_digest": "582ec40b8c67cfaf41871b505ad9b71f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8715, "upload_time": "2015-11-28T22:51:16", "url": "https://files.pythonhosted.org/packages/c5/76/95f5abd546cdf15a2128f7ce5eef6d496576210d7e48366af8fdbd03defb/seqrecord_expanded-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "38b6b146b749e0062ae4a5344f4bac85", "sha256": "e515a39e40e741f7086fbfe71e09bc18ab98664c9d4e7032e66c3dc16901c9d6" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "38b6b146b749e0062ae4a5344f4bac85", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 12141, "upload_time": "2015-11-30T08:07:51", "url": "https://files.pythonhosted.org/packages/dc/16/ca3709cb72e0a8e2a85e5c26f42b696cb60042b7365a031ebe906473fd29/seqrecord_expanded-0.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d5db234f08c944df4e72403c03aac2e0", "sha256": "eafade200bc4bc15590a0d09868832a47beefe973999ccdb30433c67d849d622" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.4.tar.gz", "has_sig": false, "md5_digest": "d5db234f08c944df4e72403c03aac2e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10067, "upload_time": "2015-11-30T08:07:29", "url": "https://files.pythonhosted.org/packages/0d/33/c7de37d18377369f229efc2b771495fea38f589f4b70daa572fbaaa23b03/seqrecord_expanded-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "eafaadf17ee9a3181f16f33ebf7a4b12", "sha256": "56cd3acb03a9fbbf0cdb640217eaf0803e4f339a95f5112a6575131c9ff155cb" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "eafaadf17ee9a3181f16f33ebf7a4b12", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7891, "upload_time": "2016-06-25T22:16:52", "url": "https://files.pythonhosted.org/packages/28/6d/b6cd5054f314d5a20b7977c5c669be681088efd74c7d1e4ed8c53a4a97d8/seqrecord_expanded-0.2.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "feb2bb4580853a363eded943b6193184", "sha256": "79ecc7439a0eff676d6a33afb9a9ff799e05920860474ccdca704dc4a7f6eb40" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.5.tar.gz", "has_sig": false, "md5_digest": "feb2bb4580853a363eded943b6193184", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4844, "upload_time": "2016-06-25T22:16:47", "url": "https://files.pythonhosted.org/packages/b7/11/ebf1bedcf140d194d479c0dd5de400c92ec90ac4808e571967c369557129/seqrecord_expanded-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "32d2ca7683358b25d38a89e7597eff84", "sha256": "86cb2f50adc15c61b2053327a3c1e86802880871b149dbd1efe8b60677757108" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.6-py3-none-any.whl", "has_sig": false, "md5_digest": "32d2ca7683358b25d38a89e7597eff84", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 8015, "upload_time": "2016-09-11T20:01:21", "url": "https://files.pythonhosted.org/packages/ab/c5/19ac81446ce20ea78d7489dcdb268ef57726c6848e7ce0acdd26c4396519/seqrecord_expanded-0.2.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5421b6ce16826d8ddc7a71d3a621562c", "sha256": "43ea1dc23cb1638e03d26a6097dff6a55892c0ed243ac1ecb615f0f2dc170651" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.6.tar.gz", "has_sig": false, "md5_digest": "5421b6ce16826d8ddc7a71d3a621562c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4964, "upload_time": "2016-09-11T20:01:18", "url": "https://files.pythonhosted.org/packages/5e/2c/92d2f28a121d397da6387842685f4a2651ff4b282974a36479102746a057/seqrecord_expanded-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "69bbefc7a0522b0fe657e747cf54db41", "sha256": "983027a6fee8e436d3e3a71b982500cbe45b0194b346e344b262a43fa606d000" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.7-py3-none-any.whl", "has_sig": false, "md5_digest": "69bbefc7a0522b0fe657e747cf54db41", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8022, "upload_time": "2017-09-28T15:32:36", "url": "https://files.pythonhosted.org/packages/90/e8/52fa229c7b051c03054cc5b4484e4e65b20084c5e85fc87bf2372601ab84/seqrecord_expanded-0.2.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff400c8c061773ea18662f97bc3cfa25", "sha256": "3e6fa12dd4422dd3a88b9280e25bb4c6b8e4792e2e26b1fe3bc7c4bfa47aa375" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.7.tar.gz", "has_sig": false, "md5_digest": "ff400c8c061773ea18662f97bc3cfa25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4893, "upload_time": "2017-09-28T15:32:34", "url": "https://files.pythonhosted.org/packages/89/f0/34178ccaeb7d0578ad5c2ab40b4bf07767fd513ad1fd70dcffa54534a39d/seqrecord_expanded-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "4a7c7ef92a3c671b397846a87bb3388c", "sha256": "4aae39eee2ee2f472122b1d384c49f90cbb68fbfee85fb31f6da2c420670a2b5" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.8.tar.gz", "has_sig": false, "md5_digest": "4a7c7ef92a3c671b397846a87bb3388c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4916, "upload_time": "2018-01-06T16:39:38", "url": "https://files.pythonhosted.org/packages/61/3e/7271cacece1d40b59e4354d252939a29835730afef444bae795325317c5c/seqrecord_expanded-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "1212b186918576cc634661ea558d0f76", "sha256": "68c7ab2c591b6977e3f2df69942099f7e435a8b817e03916da6abf97cd41a183" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.9-py3-none-any.whl", "has_sig": false, "md5_digest": "1212b186918576cc634661ea558d0f76", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8194, "upload_time": "2018-01-07T03:14:33", "url": "https://files.pythonhosted.org/packages/5e/2a/9916a77c2973cfcfa6d29e86701904defa27ece8a96854e3f1489c4a50c7/seqrecord_expanded-0.2.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e30b27fb73569669c66ac152c725d6c", "sha256": "11994594692d8a04d9e9d0e8c4a31b93221e525105249c9a52f3d90e7fe96a20" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.9.tar.gz", "has_sig": false, "md5_digest": "4e30b27fb73569669c66ac152c725d6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5064, "upload_time": "2018-01-07T03:14:32", "url": "https://files.pythonhosted.org/packages/67/dd/39b6ce82d2a532d86141382a75d73b54e124f9bdd7f716f8207c1f6fec8c/seqrecord_expanded-0.2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef7108c7022a2880412dde3734adc188", "sha256": "290ba8a2550b3f49239c11743912b088c404db30fbb49c1e124d894d504a3a52" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.10-py3-none-any.whl", "has_sig": false, "md5_digest": "ef7108c7022a2880412dde3734adc188", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 8260, "upload_time": "2018-01-07T14:50:26", "url": "https://files.pythonhosted.org/packages/26/76/8a6642c05491608f9a6cd7d058135dbd3ded203866c394ade7be78a63f6c/seqrecord_expanded-0.2.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a559372c77a51bdd9d4b8104564a7355", "sha256": "1a3b3126c95f88e84a351abc2c5a58631d1603478859a37a1c38f289b4da1d80" }, "downloads": -1, "filename": "seqrecord_expanded-0.2.10.tar.gz", "has_sig": false, "md5_digest": "a559372c77a51bdd9d4b8104564a7355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5176, "upload_time": "2018-01-07T14:50:24", "url": "https://files.pythonhosted.org/packages/90/51/d9eb491cfa25f623a1f1973c76f64ba75ebe49fa0fa946c40c08343c2d4b/seqrecord_expanded-0.2.10.tar.gz" } ] }