{ "info": { "author": "Greg Hilmes", "author_email": "99hilmes.g@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6" ], "description": "======\nREADME\n======\n\n|travis| |pypi|\n\npokebase is a simple but powerful Python interface to the\n`Pok\u00e9API database `_\n\nInstallation\n============\n\n``pip install pokebase``\n\nIt can't get much easier than that.\n\nUsage\n=====\n\n>>> import pokebase as pb\n>>> chesto = pb.NamedAPIResource('berry', 'chesto')\n>>> chesto.name\n'chesto'\n>>> chesto.natural_gift_type.name\n'water'\n>>> charmander = pb.pokemon('charmander') # Quick lookup.\n>>> charmander.height\n6\n\n>>> bulba = pb.pokemon_sprite(1) # And sprites too!\n>>> bulba.path\n'/home/user/.pokebase/sprite/pokemon/1.png'\n>>>\n\n\n... And it's just that simple.\n\nVersion Support\n===============\n\npokebase currently (officially) supports Python 2.7 and 3.6 versions.\n\nTesting\n=======\n\nPython unittests are in a separate ``tests`` directory, and can be run via\n``python -m tests.test_pokebase``.\n\n\nImportant\n---------\n\nThe quick data lookup for a Pok\u00e9mon type, is ``pokebase.type_('type-name')``,\nnot ``pokebase.type('type-name')``. This is because of a naming conflict with\nthe built-in ``type`` function.\n\n.. |travis| image:: https://travis-ci.org/GregHilmes/pokebase.svg?branch=master\n :target: https://travis-ci.org/GregHilmes/pokebase\n\n.. |pypi| image:: https://img.shields.io/badge/pypi-1.2.0-blue.svg\n :target: https://pypi.python.org/pypi/pokebase\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GregHilmes/pokebase", "keywords": "database", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "pokebase", "package_url": "https://pypi.org/project/pokebase/", "platform": "", "project_url": "https://pypi.org/project/pokebase/", "project_urls": { "Homepage": "https://github.com/GregHilmes/pokebase" }, "release_url": "https://pypi.org/project/pokebase/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "A Python wrapper for the friendly PokeAPI database", "version": "1.2.0" }, "last_serial": 3448210, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "bce86168a05b5232971772d57be8de80", "sha256": "0692d295e612baf4118975f15505daa6e67dc4ecb6b8b19ef204287844f3d0cb" }, "downloads": -1, "filename": "pokebase-1.0.0.tar.gz", "has_sig": false, "md5_digest": "bce86168a05b5232971772d57be8de80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4133, "upload_time": "2017-05-12T23:39:21", "url": "https://files.pythonhosted.org/packages/8c/1d/f4067d60ae34125334c24262262a7c537de5c254e5934cf828fa8a1cb681/pokebase-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "00764626cdf0e1507fc0a9369fc8a507", "sha256": "db2ce1d56d314ad720edd8a92b6d5633c4b583df80e10ae7212250826a821ab0" }, "downloads": -1, "filename": "pokebase-1.1.0.tar.gz", "has_sig": false, "md5_digest": "00764626cdf0e1507fc0a9369fc8a507", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8816, "upload_time": "2017-10-30T00:43:47", "url": "https://files.pythonhosted.org/packages/68/fe/0326ba48acb8eac144db4106a31463cf6f66df12bf986752dc0d97ac7a3f/pokebase-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "42a18d06678ad0d593ec8de462a3e5c1", "sha256": "6ea3e4bf6c02290a4a940e4a9b28daadf7b55d64521153ab580553bdec08bbc6" }, "downloads": -1, "filename": "pokebase-1.2.0.tar.gz", "has_sig": false, "md5_digest": "42a18d06678ad0d593ec8de462a3e5c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9266, "upload_time": "2017-12-28T18:50:37", "url": "https://files.pythonhosted.org/packages/53/46/5f3bd6926dfbf7c8db7eab81af01267d6fec4aee3e88c889d61ada7eabb7/pokebase-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42a18d06678ad0d593ec8de462a3e5c1", "sha256": "6ea3e4bf6c02290a4a940e4a9b28daadf7b55d64521153ab580553bdec08bbc6" }, "downloads": -1, "filename": "pokebase-1.2.0.tar.gz", "has_sig": false, "md5_digest": "42a18d06678ad0d593ec8de462a3e5c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9266, "upload_time": "2017-12-28T18:50:37", "url": "https://files.pythonhosted.org/packages/53/46/5f3bd6926dfbf7c8db7eab81af01267d6fec4aee3e88c889d61ada7eabb7/pokebase-1.2.0.tar.gz" } ] }