{ "info": { "author": "Christopher Anna", "author_email": "canna12@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# PyWormbase\nThis package is an interface to the WormBase ParaSite REST API. You can use it in your Python programs to retrieve data from the WormBase API without needing to learn the details of REST API interactions. The function names are intelligent and documentation is provided. This package is targeted toward Wormbase users who want to get data from Wormbase faster than using the web site.\n\n## Installation\nInstallation is simple with `pip`. Simply run\n\n```Python\n> pip install pywormbase\n```\n\nto retrieve this package from the PyPI package index.\n\n## Usage\nWormbase's API is free and open. No credentials, keys, or tokens are needed to access it. This makes PyWormbase easy to use in scripts, too. First, import PyWormbase, then instantiate a WormbaseClient object:\n\n```Python\n>>> import pywormbase\n>>> api = pywormbase.WormbaseClient()\n```\n\nA `WormbaseClient` object will have a variety of member functions that provide access to Wormbase API endpoints. You can use `dir(api)` to see all functions available (or read the associated documentation in the Github wiki).\n\n## Support\nIf you use PyWormbase and are experiencing problems with the package, or if you have a request for an additional feature, please file an issue at https://github.com/c-anna/PyWormbase/issues.\n\nA note: `PyWormbase` is a wrapper around the WormBase ParaSite REST API. This API is subject to change and so both the content and format of the responses may change infrequently. While every effort will be made to keep this package aligned with the output of the REST API, it is still possible for scripts relying on this package to change their execution results even if no code changes were made. If you use `PyWormbase` and notice a change in a function's execution, please open an issue on Github.\n\n## License\nPyWormbase is free and open-source, licensed under the MIT license. If you are using this software academically or professionally, please acknowledge this package and my Github page, https://github.com/c-anna, somewhere in your final product. \n\n```\n . . . . . . .\n . . _.-/`/`'-._\n . Thanks for using!. /_..--''''_-'\n . PyWormbase! . // \\\n . . . . .` //-.__\\_\\.-'\n `..' _\\\\\\// --.___ // ___.---.._\n _- /@/@\\ \\ ||`` `-_\n .' ,\\_\\_/ | \\_||_/ ,-._ `.\n ; { o / } \"\" `-._`. ;\n ; `-==-' / \\_| ;\n | |>o<| }@@@} |\n | <(___<) }@@@@} |\n | <(___<) }@@@@@} |\n | <\\___<) \\_.?@@} |\n ; V`--V`__./@} ;\n \\ tx ooo@} /\n \\ /\n `. .'\n `-._ _.-'\n ``------'''''''''------``\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/c-anna/PyWormbase", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pywormbase", "package_url": "https://pypi.org/project/pywormbase/", "platform": "", "project_url": "https://pypi.org/project/pywormbase/", "project_urls": { "Homepage": "https://github.com/c-anna/PyWormbase" }, "release_url": "https://pypi.org/project/pywormbase/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "An interface to the Wormbase REST API", "version": "0.1.1" }, "last_serial": 4105450, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "98bf9a0c42dce474b01a986c10890f1f", "sha256": "8ce1f4900ca62bc4d8bcdef42a479b5b5a0c13ab945908d51ebefa4c67ba4c04" }, "downloads": -1, "filename": "pywormbase-0.1.1.tar.gz", "has_sig": false, "md5_digest": "98bf9a0c42dce474b01a986c10890f1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9712, "upload_time": "2018-07-26T16:56:24", "url": "https://files.pythonhosted.org/packages/bb/26/850e7e58040cf9c35ef72593161c25a22213a90c8ec5aba714218399e337/pywormbase-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98bf9a0c42dce474b01a986c10890f1f", "sha256": "8ce1f4900ca62bc4d8bcdef42a479b5b5a0c13ab945908d51ebefa4c67ba4c04" }, "downloads": -1, "filename": "pywormbase-0.1.1.tar.gz", "has_sig": false, "md5_digest": "98bf9a0c42dce474b01a986c10890f1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9712, "upload_time": "2018-07-26T16:56:24", "url": "https://files.pythonhosted.org/packages/bb/26/850e7e58040cf9c35ef72593161c25a22213a90c8ec5aba714218399e337/pywormbase-0.1.1.tar.gz" } ] }