{ "info": { "author": "neolei", "author_email": "wl20132017@webmail.hzau.edu.cn", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# DSSPparser\n\n[![PyPI - Version](https://img.shields.io/pypi/v/DSSPparser.svg?style=flat)](https://pypi.org/project/DSSPparser/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/DSSPparser.svg)](https://pypi.org/project/DSSPparser/)\n[![GitHub - LICENSE](https://img.shields.io/github/license/neolei/DSSPparser.svg?style=flat)](./LICENSE.txt)\n\nDSSPparser is easy to parse dssp file, and can transform PDB format file to dssp format file by [xssp](http://www.cmbi.ru.nl/xssp/api/),also support the tansfrom between the PDB id and dssp format, hssp format and sequence.\n\n## Examples\n\nparse dssp file to pandas.dataframe\n\n```Python\nfrom DSSParser import parser\nparse_ = parseDSSP('2GW9.dssp')\nparse_.parse()\npddict = parse_.dictTodataframe()\n```\n\nTransform between the PDB format and dssp format\n\n```Python\nfrom DSSPparser import pdbToxssp\nresult = pdbToxssp(\"2GW9\")\n```\n\n## License\n\nReleased under the MIT license.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/neolei/DSSPparser", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/neolei/DSSPparser", "keywords": "Bioinformation", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "DSSPparser", "package_url": "https://pypi.org/project/DSSPparser/", "platform": "", "project_url": "https://pypi.org/project/DSSPparser/", "project_urls": { "Download": "https://github.com/neolei/DSSPparser", "Homepage": "https://github.com/neolei/DSSPparser" }, "release_url": "https://pypi.org/project/DSSPparser/0.12/", "requires_dist": null, "requires_python": "", "summary": "parse protein secondary structure; dssp file; DSSP api interface; transform PDB format to dssp format", "version": "0.12" }, "last_serial": 4944724, "releases": { "0.12": [ { "comment_text": "", "digests": { "md5": "a01a2cd4157f02ce4abf1c5399b63cd7", "sha256": "bbf1c53a1ad2a67e1264d3c267132cb2cdb6b421ed421f795cc871adc83da0b9" }, "downloads": -1, "filename": "DSSPparser-0.12.tar.gz", "has_sig": false, "md5_digest": "a01a2cd4157f02ce4abf1c5399b63cd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5131, "upload_time": "2019-03-15T15:25:12", "url": "https://files.pythonhosted.org/packages/5e/31/a4621826e44627d9140aa54609a8a90d1bc685ae3fa8e3df20d9928d5bbe/DSSPparser-0.12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a01a2cd4157f02ce4abf1c5399b63cd7", "sha256": "bbf1c53a1ad2a67e1264d3c267132cb2cdb6b421ed421f795cc871adc83da0b9" }, "downloads": -1, "filename": "DSSPparser-0.12.tar.gz", "has_sig": false, "md5_digest": "a01a2cd4157f02ce4abf1c5399b63cd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5131, "upload_time": "2019-03-15T15:25:12", "url": "https://files.pythonhosted.org/packages/5e/31/a4621826e44627d9140aa54609a8a90d1bc685ae3fa8e3df20d9928d5bbe/DSSPparser-0.12.tar.gz" } ] }