{ "info": { "author": "Mat\u00c3\u00adas Agust\u00c3\u00adn M\u00c3\u00a9ndez", "author_email": "matagus@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Topic :: Software Development", "Topic :: Software Development :: Libraries" ], "description": "Gbif API client\n===============\n\nA simple and pythonic client for Gbif Taxon Webservice. Pretty much work in progress.\nSee [Gbif Taxon Webservice API](http://data.gbif.org/ws/rest/taxon) for details.\n\n\nOVERVIEW:\n---------\n\nThis is the way to use it:\n\n >>> from gbif import Client\n >>> c = Client()\n >>> taxon = client.get_by(key=5661746)\n \n >>> taxon.key\n 5661746\n >>> taxon.url\n 'http://data.gbif.org/ws/rest/taxon/get/5661746/'\n >>> taxon.fullname\n 'Orchid'\n >>> taxon.status\n 'unconfirmed'\n >>> taxon.primary\n True\n >>> # searching by scientific name and rank\n >>> c.search(\"Cymbidium\")\n [, ,\n , ]\n >>> c.search(\"Cymbidium\", rank=\"subgenus\")\n [, ,\n , ,\n , , \n ]\n >>> c.search(\"Cymbidium\", rank=\"genus\")\n [, ,\n ]\n >>> c.search(\"Cymbidium\", rank=\"species\")\n []\n >>> c.search(\"aerides\", rank=\"genus\")\n []\n >>> c.search(\"orchid\", rank=\"genus\")\n [, ,\n ]\n >>> c.search(\"cattleya\", rank=\"genus\")\n []\n >>> c.search(\"Dendrobium\", rank=\"genus\")\n []\n >>> c.search(\"Dendrobium\", rank=\"species\")\n []\n >>> c.search(\"Dendrobium\", rank=\"subgenus\")\n [, , \n , , \n , ]\n\nREQUIREMENTS:\n-------------\n\nPlease before using, install [restkit](http://benoitc.github.com/restkit/)", "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/matagus/python-gbif", "keywords": "gbif taxon taxonomy api bio", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "gbif", "package_url": "https://pypi.org/project/gbif/", "platform": "any", "project_url": "https://pypi.org/project/gbif/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/matagus/python-gbif" }, "release_url": "https://pypi.org/project/gbif/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Basic and experimental Gbif Taxon API library for Python", "version": "0.1.0" }, "last_serial": 792287, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8335471ffa9ddd0d8a86253fee79fc10", "sha256": "29d5ccedd464f0eb1b62e16593c4f9d35e9a8a04d92c924f7ec3344acdb11012" }, "downloads": -1, "filename": "gbif-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8335471ffa9ddd0d8a86253fee79fc10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3682, "upload_time": "2011-07-10T23:53:02", "url": "https://files.pythonhosted.org/packages/a0/a6/195aa49508a6c2a6531fe28a97e73717df20aaa26791885306e5439f58eb/gbif-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8335471ffa9ddd0d8a86253fee79fc10", "sha256": "29d5ccedd464f0eb1b62e16593c4f9d35e9a8a04d92c924f7ec3344acdb11012" }, "downloads": -1, "filename": "gbif-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8335471ffa9ddd0d8a86253fee79fc10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3682, "upload_time": "2011-07-10T23:53:02", "url": "https://files.pythonhosted.org/packages/a0/a6/195aa49508a6c2a6531fe28a97e73717df20aaa26791885306e5439f58eb/gbif-0.1.0.tar.gz" } ] }