Skip to content

PokeAPI/pokepy

Folders and files

NameName
Last commit message
Last commit date
Jun 4, 2020
May 16, 2021
Sep 22, 2022
Feb 19, 2020
May 29, 2019
Feb 16, 2019
Jan 20, 2019
Jun 2, 2020
Jul 29, 2020
Jun 2, 2020
Jan 30, 2019
May 3, 2019
Feb 19, 2020
Jun 2, 2020
Dec 24, 2013
Jun 2, 2020
Jun 2, 2020

Repository files navigation

Pokepy

pypi python versions downloads build status coverage snyk license

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

Maintainer: Kronopt

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