{ "info": { "author": "Donovan Parks, Michael Imelfort", "author_email": "donovan.parks@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pyseq\n\n## Overview\n\nA place to store various python based sequence manipulation stuff.\n\n## Installation\n\nShould be as simple as\n\n git clone https://github.com/dparks1134/seqpy.git\n cd seqpy\n python setup.py install\n\n## Example usage\n\n\t>>> from seqpy.fastx import Fastx\n\t>>> f = Fastx()\n\t>>> f.revComp(\"AGCCTCCG\")\n\t'CGGAGGCT'\n\n## Help\n\nIf you experience any problems using pyseq, open an [issue](https://github.com/dparks1134/seqpy/issues) on GitHub and tell us about it.\n\n## Licence and referencing\n\nProject home page, info on the source tree, documentation, issues and how to contribute, see http://github.com/dparks1134/seqpy\n\nThis software is currently unpublished\n\n## Copyright\n\nCopyright (c) 2014 Donovan Parks. See LICENSE.txt for further details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/seqpy/", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "seqpy", "package_url": "https://pypi.org/project/seqpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/seqpy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/seqpy/" }, "release_url": "https://pypi.org/project/seqpy/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "seqpy", "version": "0.0.1" }, "last_serial": 988912, "releases": { "0.0.1": [] }, "urls": [] }