A python wrapper for PokeAPI
- Free software: BSD license
- Documentation: http://pykemon.rtfd.org.
Nice and simple:
$ pip install pykemon
Even simpler:
>>> import pykemon
>>> client = pykemon.V1Client()
>>> p = client.get_pokemon(uid=1)
[<Pokemon - Bulbasaur>]
- Generate Python objects from PokeAPI resources.
- Human-friendly API