{ "info": { "author": "Alex Griffing", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Natural Language :: English", "Programming Language :: Python :: 2.6", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "About pyphylip\n==============\n\nRead and write files in the phylip sequence format_.\n\n\nInstallation\n============\n\nBecause pyphylip has been packaged for pypi,\nit can be installed using::\n\n $ pip install pyphylip\n\n\nUsage\n=====\n\nDecode a phylip sequence file given a source of lines in the file::\n\n >>> with open('infile.phy') as f:\n ... headers, sequences = pyphylip.decode(f)\n\nEncode some headers and corresponding sequences as a phylip sequence file::\n\n >>> with open('outfile.phy', 'w') as f:\n ... f.write(pyphylip.encode(headers, sequences) + '\\n')\n\n\n.. _format: http://evolution.genetics.washington.edu/phylip/doc/sequence.html", "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/pyphylip", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyphylip", "package_url": "https://pypi.org/project/pyphylip/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyphylip/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/pyphylip" }, "release_url": "https://pypi.org/project/pyphylip/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "a python module to read and write phylip alignment files", "version": "0.0.2" }, "last_serial": 797525, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2235f9d6904cf0f2ae508dbc93a253ce", "sha256": "39989daabe17613c018f25ecf6ef0978e1390d1ed4c5ad0eba1176ca737ae945" }, "downloads": -1, "filename": "pyphylip-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2235f9d6904cf0f2ae508dbc93a253ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3420, "upload_time": "2010-06-25T23:12:52", "url": "https://files.pythonhosted.org/packages/c3/84/9c9154da83368efbdc38ff0c3262a1a482c8c19225bce99bc643b51f4bef/pyphylip-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ee1abeed9fabd9724b804114e72a7edf", "sha256": "88c1f32cb33a731b5e543309fde679f25cb27a7e27ef60a8b4d4a438ec10268d" }, "downloads": -1, "filename": "pyphylip-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ee1abeed9fabd9724b804114e72a7edf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3417, "upload_time": "2010-06-29T13:34:46", "url": "https://files.pythonhosted.org/packages/94/ef/a30bf7532336f63b5f94e732694904f2bdd0ff615c51fcdb6dfb3ba840fc/pyphylip-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee1abeed9fabd9724b804114e72a7edf", "sha256": "88c1f32cb33a731b5e543309fde679f25cb27a7e27ef60a8b4d4a438ec10268d" }, "downloads": -1, "filename": "pyphylip-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ee1abeed9fabd9724b804114e72a7edf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3417, "upload_time": "2010-06-29T13:34:46", "url": "https://files.pythonhosted.org/packages/94/ef/a30bf7532336f63b5f94e732694904f2bdd0ff615c51fcdb6dfb3ba840fc/pyphylip-0.0.2.tar.gz" } ] }