Skip to content

Releases: PokemonTCG/pokemon-tcg-sdk-python

Cardmarket fields supported

06 Aug 14:01
Compare
Choose a tag to compare

This release supports Cardmarket pricing which is now available in the API.

Add missing price properties

11 May 19:35
Compare
Choose a tag to compare

Now Supporting V2 of the API

05 Mar 16:43
Compare
Choose a tag to compare

Version 3.0.0 contains many breaking changes. Please read through the documentation in order to upgrade from 2 -> 3.

Version 3.0.0 also officially supports version 2 of the API.

Version 2 - Simplified Fluent Interface

05 Mar 02:48
Compare
Choose a tag to compare

This has breaking changes. where clauses are no longer chained together in favor of a single where clause that takes a hash. There is no need to call all after the where.
Example:
V1:
Card.where(supertype='pokemon').where(types='psychic).all()

[NEW] V3
Card.where(supertype='pokemon', types='psychic')

Fix Release Build

02 Mar 20:39
Compare
Choose a tag to compare

The 1.4.0 package on Pypi had some issues. This new package should resolve any installation issues.

Added additional fields found in API

01 Mar 02:28
Compare
Choose a tag to compare

Added the following field missing from Card

evolves_from

Added the following fields missing from Set

ptcgo_code
symbol_url
logo_url

Added image_url_hi_res

11 Apr 02:19
Compare
Choose a tag to compare

New field added: image_url_hi_res

Expanded Legal

26 Mar 02:37
Compare
Choose a tag to compare

expanded_legal field now available

ancient_trait property added to Card

05 Sep 15:17
Compare
Choose a tag to compare
v1.1.0

Add ancient_trait property to Card