Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.64 KB

File metadata and controls

45 lines (31 loc) · 1.64 KB

Pokepy

pypi python versions downloads build status coverage snyk license

Warning

Currently unsupported

A python wrapper for PokéAPI. (former pykemon)

Maintainer: Nobody

Installation

Nice and simple:

$ pip install pokepy

Usage

Even simpler:

>>> import pokepy
>>> client = pokepy.V2Client()
>>> client.get_pokemon(14)
<Pokemon - Kakuna>

Documentation

For more information, check the documentation at https://pokeapi.github.io/pokepy

Features

  • Generate Python objects from PokéAPI resources
  • Cache
  • Human-friendly API