It is a Type-Safe Python SDK which can enhance your Pokemon development.
pip install pokemon
# or
python setup.py installfrom pokemon.sprite import Pokemon
pokemon = Pokemon().get('ivysaur')
print(pokemon.name)
print(pokemon.baseStats)git clone
cd pokemon/
python -m pytest tests/