{ "info": { "author": "Eddie Antonio Santos", "author_email": "easantos@ualberta.ca", "bugtrack_url": null, "classifiers": [], "description": "*****************\nBoa Output Parser\n*****************\n\n|travis_ci|\n\nParses output from Boa_ in Python! :thumbsup:\n\n**Note**: This is **not** a Boa client! (I would have come up with\na egregious snake pun had I made that).\n\n.. _Boa: http://boa.cs.iastate.edu/\n\nInstall\n-------\n\nInstall using pip:\n\n.. code-block:: bash\n\n $ pip install bop\n\n\nExample\n-------\n\nUsing the data `viewable here`__:\n\n.. code-block:: python\n\n >>> import bop\n >>> with open('boa-job-output.txt') as f:\n ... results = bop.parse(f, weighted=True)\n ...\n >>> results\n {'c#': '145', 'python': '127', 'php': '358', 'c': ...}\n\n__ http://boa.cs.iastate.edu/boa/?q=boa/job/22722\n\nLicense\n-------\n\nCopyright 2016 Eddie Antonio Santos\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n \n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n.. |travis_ci| image:: https://img.shields.io/travis/eddieantonio/bop/master.svg?style=flat-square\n :target: http://travis-ci.org/eddieantonio/bop\n :alt: Build status of the master branch on Mac/Linux\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/eddieantonio/bop", "keywords": null, "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "bop", "package_url": "https://pypi.org/project/bop/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bop/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/eddieantonio/bop" }, "release_url": "https://pypi.org/project/bop/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "bop - parses results from Boa's less than helpful text output", "version": "0.2.0" }, "last_serial": 1904751, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "62a424535cc75324e296b064c189d480", "sha256": "4bf53b6e5cf50f1aed8970a346cc8134d5fce7a411d07f138db5493921aa2f81" }, "downloads": -1, "filename": "bop-0.1.0.tar.gz", "has_sig": false, "md5_digest": "62a424535cc75324e296b064c189d480", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3841, "upload_time": "2016-01-09T04:51:05", "url": "https://files.pythonhosted.org/packages/54/33/58c2a3b86a62e0ddc536f768c02d3430e90a8e55f97aa554e6eaddee9942/bop-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "59d4839c7e52272ad7fdf881bfa67a7a", "sha256": "d1a71187016ab07b20de1f4e78349bcb0fec9c6f06079dc727d702ac30a9d308" }, "downloads": -1, "filename": "bop-0.2.0.tar.gz", "has_sig": false, "md5_digest": "59d4839c7e52272ad7fdf881bfa67a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4388, "upload_time": "2016-01-14T18:40:27", "url": "https://files.pythonhosted.org/packages/b6/42/43da5ff7153f61f91548056dc28f91564961d6e87f151acd4cd1f0c50702/bop-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59d4839c7e52272ad7fdf881bfa67a7a", "sha256": "d1a71187016ab07b20de1f4e78349bcb0fec9c6f06079dc727d702ac30a9d308" }, "downloads": -1, "filename": "bop-0.2.0.tar.gz", "has_sig": false, "md5_digest": "59d4839c7e52272ad7fdf881bfa67a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4388, "upload_time": "2016-01-14T18:40:27", "url": "https://files.pythonhosted.org/packages/b6/42/43da5ff7153f61f91548056dc28f91564961d6e87f151acd4cd1f0c50702/bop-0.2.0.tar.gz" } ] }