A python wrapper for PokéAPI. (former pykemon)
Maintainer: Kronopt
Nice and simple:
$ pip install pokepy
Even simpler:
>>> import pokepy
>>> client = pokepy.V2Client()
>>> client.get_pokemon(14)
<Pokemon - Kakuna>
For more information, check the documentation at https://pokeapi.github.io/pokepy
- Generate Python objects from PokéAPI resources
- Cache
- Human-friendly API