A Python wrapper for PokeAPI
Project description
A python wrapper for PokeAPI
Free software: BSD license
Documentation: http://pykemon.rtfd.org.
Installation
Nice and simple:
$ pip install pykemon
Usage
Even simpler:
>>> import pykemon
>>> client = pykemon.V1Client()
>>> p = client.get_pokemon(uid=1)
[<Pokemon - Bulbasaur>]
Features
Generate Python objects from PokeAPI resources.
Human-friendly API
History
0.2.0 (2016-06-11)
Beckett API Client framework added
0.1.2 (2014-1-3)
Sprite attribute added to Pokemon class
0.1.1 (2013-12-24)
Description attribute added to Pokemon class
0.1.0 (2013-12-23)
First release on PyPI.
All PokeAPI resources fully supported and represented in an object-oriented style.
Easy-to-use API: just one method!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pykemon-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: pykemon-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
756e8b3b7ec154f059e4fd549dc908701cf17596474a3e7787b3c4db133488e8
|
|
| MD5 |
8326d887bdea2b820a1e00d5816090a5
|
|
| BLAKE2b-256 |
f982f27fc3c19e6ac4c6133d2e182d5d0d82a1c9a8bff248097d501eec75aaa3
|