Python pip

Python SDK

Officiële Python SDK met type-hints. Ondersteuning voor synchrone en asynchrone modus. Python 3.9+.

Installatie
$ pip install tcglookup

Belangrijkste functies

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

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

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

Begin met bouwen met de TCG API

Haal uw gratis API-sleutel op en begin binnen enkele minuten kaartprijzen op te vragen.