Skip to content

vaginessa/pykemon

 
 

Repository files navigation

Pykemon

https://badge.fury.io/py/pykemon.png https://circleci.com/gh/PokeAPI/pykemon.svg?style=svg

A python wrapper for PokeAPI

Installation

Nice and simple:

$ pip install pykemon

Usage

Even simpler:

>>> import pykemon
>>> client = pykemon.V1Client()
>>> p = client.get_pokemon(uid=1)
[<Pokemon - Bulbasaur>]

Features

  • Generate Python objects from PokeAPI resources.
  • Human-friendly API

About

A Python wrapper for PokéAPI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.1%
  • Makefile 4.9%