Skip to main content

A Python wrapper for PokeAPI

Project description

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

A python wrapper for PokeAPI

Installation

Nice and simple:

$ pip install pokepy

Usage

Even simpler:

>>> import pokepy
>>> client = pokepy.V2Client()
>>> client.get_pokemon(1)[0]
<Pokemon - Bulbasaur>

Features

  • Generate Python objects from PokeAPI resources.

  • Human-friendly API

History

0.4.0 (2018-10-11)

  • Removed code from pre-beckett versions

  • Removed V1 API support, as it is now deprecated

  • Added some tweaks to the beckett package

0.3.0 (2017-10-19)

  • V2 support added

  • Added some missing V1 resources

  • Removed files related to API 0.1

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 Distribution

pokepy-0.4.0.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

pokepy-0.4.0-py2.py3-none-any.whl (10.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