Skip to content

Releases: PokeAPI/pokepy

Version 0.6.1

02 Jun 20:33
1a88ab6

Choose a tag to compare

  • Fix fcache not handling different filesystems on Windows

Version 0.6.0

03 May 20:26

Choose a tag to compare

  • V2Client get methods now return element instead of single element list
  • set urllib3 version to >=1.24.3, <1.25 (CVE-2019-11236)
  • Support for Python 3.4 and 3.5

Version 0.5.2

01 Mar 23:40

Choose a tag to compare

  • Fixed bug that caused pokemon_encounters subresource to not be detected in LocationAreaResource
    (thanks to jachymb)

Version 0.5.1

16 Feb 22:04
68c1c87

Choose a tag to compare

New V2Client cache-related methods:

  • cache_info
  • cache_clear
  • cache_location

Version 0.5.0

09 Feb 02:31

Choose a tag to compare

  • Pykemon is now Pokepy!
  • Cache (disk- and memory-based)

Version 0.4.0

18 Jan 08:15
ed34862

Choose a tag to compare

Python 3 support.

Version 0.2.0

12 Jun 08:13

Choose a tag to compare

Merge pull request #12 from PokeAPI/beckett

Uses Beckett API Client Framework

Version 0.1.2

03 Jan 17:38

Choose a tag to compare

Added sprite attribute to Pokemon class

Version 0.1.1

24 Dec 17:29

Choose a tag to compare

  • Description attribute added to the Pokemon class

Version 0.1.0

23 Dec 19:13

Choose a tag to compare

  • First release on PyPI.
  • All PokeAPI resources fully supported and represented in an object-oriented style.
  • Easy-to-use API: just one method!