dograshiz / POKEMONAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokepy

pypi python versions downloads build status coverage snyk license

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

Maintainer: dograshiz

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.co/

Features

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

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Makefile 35.4%Language:Batchfile 34.4%Language:Python 30.2%