8000 GitHub - XDarktemiX/pokepy: A Python wrapper for PokéAPI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XDarktemiX/pokepy

 
 

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

About

A Python wrapper for PokéAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Other 2.0%
0