Python pip

Python SDK

Offisiell Python SDK med typehints. Støtter synkron og asynkron modus. Python 3.9+.

Installasjon
$ pip install tcglookup

Viktige funksjoner

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

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

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

Begynn å bygge med TCG API

Få din gratis API-nøkkel og begynn å hente kortpriser på få minutter.