Python pip
Python SDK
Tip ipuçları içeren resmi Python SDK'sı. Senkron ve asenkron mod desteği. Python 3.9+.
Kurulum
$ pip install tcglookup Temel Özellikler
- ✓ Python 3.9+ support
- ✓ Built on httpx (async ready)
- ✓ Typed exception hierarchy
- ✓ Context manager support
- ✓ Full type hints
Kullanım Örneği
from tcglookup import TCGLookup
tcg = TCGLookup(api_key="your-api-key")
results = tcg.search("charizard")
print(results)
TCG API ile geliştirmeye başlayın
Ücretsiz API anahtarınızı alın ve dakikalar içinde kart fiyatlarını sorgulamaya başlayın.