Skip to main content

A Python wrapper for PokeAPI

Project description

https://badge.fury.io/py/pykemon.png https://travis-ci.org/PokeAPI/pykemon.png?branch=master

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

History

0.2.0 (2016-06-11)

  • Beckett API Client framework added

0.1.2 (2014-1-3)

  • Sprite attribute added to Pokemon class

0.1.1 (2013-12-24)

  • Description attribute added to Pokemon class

0.1.0 (2013-12-23)

  • First release on PyPI.

  • All PokeAPI resources fully supported and represented in an object-oriented style.

  • Easy-to-use API: just one method!

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pykemon-0.2.0-py2.py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 2 Python 3

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