Python pip
Python SDK
Típustippekkel rendelkező hivatalos Python SDK. Szinkron és aszinkron mód. Python 3.9+.
Telepítés
$ pip install tcglookup Főbb funkciók
- ✓ Python 3.9+ support
- ✓ Built on httpx (async ready)
- ✓ Typed exception hierarchy
- ✓ Context manager support
- ✓ Full type hints
Használati példa
from tcglookup import TCGLookup
tcg = TCGLookup(api_key="your-api-key")
results = tcg.search("charizard")
print(results)
Kezdje el a fejlesztést a TCG API-val
Szerezze meg ingyenes API-kulcsát, és percek alatt kezdje el lekérdezni a kártyaárakat.