Python pip

SDK Python

SDK Python officiel avec annotations de types. Modes synchrone et asynchrone. Python 3.9+.

Installation
$ pip install tcglookup

Fonctionnalités principales

  • Python 3.9+ support
  • Built on httpx (async ready)
  • Typed exception hierarchy
  • Context manager support
  • Full type hints
Exemple d'utilisation
from tcglookup import TCGLookup

tcg = TCGLookup(api_key="your-api-key")

results = tcg.search("charizard")
print(results)

Commencez à développer avec l'API TCG

Obtenez votre clé API gratuite et commencez à interroger les prix des cartes en quelques minutes.