Skip to main content

A Python wrapper for PokeAPI

Project description

A python wrapper for PokeAPI

This is remade from the original Pykemon due to it not being compatible with Python 3.0 or higher, it still works the same though.

This api wrapper is currently for the V1 API, soon I’ll update it to V2

Installation

Nice and simple:

$ pip install pykemon2.0

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pykemon2.0-1.0.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page