Python pip
Python SDK
Oficiálne Python SDK s typovými nápoviedami. Podpora synchrónneho aj asynchrónneho režimu. Python 3.9+.
Inštalácia
$ pip install tcglookup Hlavné funkcie
- ✓ Python 3.9+ support
- ✓ Built on httpx (async ready)
- ✓ Typed exception hierarchy
- ✓ Context manager support
- ✓ Full type hints
Príklad použitia
from tcglookup import TCGLookup
tcg = TCGLookup(api_key="your-api-key")
results = tcg.search("charizard")
print(results)
Začnite vyvíjať s TCG API
Získajte bezplatný API kľúč a začnite dopytovať ceny kariet v priebehu minút.