Python pip
Python SDK
Oficiální Python SDK s type hints. Synchronní i asynchronní režim. Python 3.9+.
Instalace
$ pip install tcglookup Hlavní funkce
- ✓ Python 3.9+ support
- ✓ Built on httpx (async ready)
- ✓ Typed exception hierarchy
- ✓ Context manager support
- ✓ Full type hints
Příklad použití
from tcglookup import TCGLookup
tcg = TCGLookup(api_key="your-api-key")
results = tcg.search("charizard")
print(results)
Začněte vyvíjet s TCG API
Získejte bezplatný klíč API a začněte dotazovat ceny karet během několika minut.