SkillAgentSearch skills...

Pokepy

A Python wrapper for PokéAPI

Install / Use

/learn @PokeAPI/Pokepy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pokepy <a href="https://pokeapi.co/api/v2/pokemon/kakuna"><img src='https://veekun.com/dex/media/pokemon/global-link/14.png' height=50px/></a>

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
View on GitHub
GitHub Stars132
CategoryDevelopment
Updated24d ago
Forks25

Languages

Python

Security Score

100/100

Audited on Mar 12, 2026

No findings