Python pip
Python SDK
Officiel Python SDK med typehints. Understøtter synkron og asynkron tilstand. Python 3.9+.
Installation
$ pip install tcglookup Vigtigste funktioner
- ✓ Python 3.9+ support
- ✓ Built on httpx (async ready)
- ✓ Typed exception hierarchy
- ✓ Context manager support
- ✓ Full type hints
Eksempel på brug
from tcglookup import TCGLookup
tcg = TCGLookup(api_key="your-api-key")
results = tcg.search("charizard")
print(results)
Begynd at bygge med TCG API
Få din gratis API-nøgle og begynd at forespørge kortpriser på få minutter.