Python pip

Python SDK

Offizielles Python SDK mit Typ-Hints. Unterstützt synchrone und asynchrone Modi. Python 3.9+.

Installation
$ pip install tcglookup

Hauptfunktionen

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

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

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

Starten Sie mit der TCG API

Holen Sie sich Ihren kostenlosen API-Schlüssel und fragen Sie Kartenpreise in Minuten ab.