Pokemontcgsdk

Latest version: v3.4.0

Safety actively analyzes 623106 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

3.2.0

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

3.1.0

Closes 10

3.0.0

Version 3.0.0 also officially supports version 2 of the API.

2.0.0

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')`

1.4.1

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

1.4.0

Added the following field missing from Card

evolves_from

Added the following fields missing from Set

ptcgo_code
symbol_url
logo_url

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.