{ "info": { "author": "lucas bourneuf", "author_email": "lucas.bourneuf@openmailbox.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# PyROSALIND\nParsing of [ROSALIND](http://rosalind.info) website, in order to get user information programatically.\n\nTo run an example on [aluriak user](http://rosalind.info/users/aluriak), run:\n\n make\n\nThe main script gives example of the main API, which is currently:\n\n from pyrosalind import User\n\n aluriak = User.from_name('aluriak')\n print(aluriak)\n print(aluriak.solved)\n\n\nUse `pip install -r requirements.txt` to install the *beautiful soup* and *requests* dependencies.\n\n\n## Retrieved data\nInput data is the username.\n\n- [X] problems solved\n- [ ] badges\n- [ ] achievements\n- [ ] source codes submitted for each problem\n- [ ] scores, statistics\n- [ ] global and country ranks\n- [ ] account details (last solvel, member for, country, time zone, language)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Aluriak/pyrosalind", "keywords": "graph", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyrosalind", "package_url": "https://pypi.org/project/pyrosalind/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyrosalind/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Aluriak/pyrosalind" }, "release_url": "https://pypi.org/project/pyrosalind/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Parse information found on the http://rosalind.info website", "version": "0.1.2" }, "last_serial": 2138147, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1a8ff516aec94e612c2a06aae7f20344", "sha256": "9dbc36746b57d15f822292d8c14b475a2b2a11095a13d38e05c38a7e1812fdfb" }, "downloads": -1, "filename": "pyrosalind-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1a8ff516aec94e612c2a06aae7f20344", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3084, "upload_time": "2016-05-28T12:05:16", "url": "https://files.pythonhosted.org/packages/96/a4/14f9ebe23fbaa27d0c1511d7ce58a97d0420a9bff4921984ac0ecc2dd2ae/pyrosalind-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e734786e1273fe23c4a168dfdfde60f4", "sha256": "d61a89011e0815def813dd5cfbc4549e175bf9f0fbc14fa9828ea80c751f546c" }, "downloads": -1, "filename": "pyrosalind-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e734786e1273fe23c4a168dfdfde60f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10055, "upload_time": "2016-05-28T12:08:11", "url": "https://files.pythonhosted.org/packages/73/01/9e102505603b7d5aa85794fd69d97eed005806973c9181e3b67c99032466/pyrosalind-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "67e7b29a1a514e316361548e8515e93f", "sha256": "2ac262f601c35758fb0e7b616c57ef5df4afcece0c5d2ebd84f401962254c066" }, "downloads": -1, "filename": "pyrosalind-0.1.2.tar.gz", "has_sig": false, "md5_digest": "67e7b29a1a514e316361548e8515e93f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10055, "upload_time": "2016-05-28T12:11:00", "url": "https://files.pythonhosted.org/packages/ab/f6/2a3428a3fe041054749204cddd39f48bfe97a2ddb4920792ef01e14b99f6/pyrosalind-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67e7b29a1a514e316361548e8515e93f", "sha256": "2ac262f601c35758fb0e7b616c57ef5df4afcece0c5d2ebd84f401962254c066" }, "downloads": -1, "filename": "pyrosalind-0.1.2.tar.gz", "has_sig": false, "md5_digest": "67e7b29a1a514e316361548e8515e93f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10055, "upload_time": "2016-05-28T12:11:00", "url": "https://files.pythonhosted.org/packages/ab/f6/2a3428a3fe041054749204cddd39f48bfe97a2ddb4920792ef01e14b99f6/pyrosalind-0.1.2.tar.gz" } ] }