Pykemon

https://badge.fury.io/py/pykemon.png

A python wrapper for PokeAPI

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