Python pip

SDK Python

SDK Python ufficiale con type hints. Modalità sincrona e asincrona. Python 3.9+.

Installazione
$ pip install tcglookup

Funzionalità principali

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

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

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

Inizia a sviluppare con l'API TCG

Ottieni la tua chiave API gratuita e inizia a interrogare i prezzi delle carte in pochi minuti.