Warning
Currently unsupported
A python wrapper for PokéAPI. (former pykemon)
Maintainer: Nobody
Nice and simple:
$ pip install pokepyEven simpler:
>>>importpokepy>>>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
