Python pip
Python SDK
Type hints के साथ official Python SDK। Sync और async mode support। Python 3.9+।
Install करें
$ pip install tcglookup मुख्य Features
- ✓ Python 3.9+ support
- ✓ Built on httpx (async ready)
- ✓ Typed exception hierarchy
- ✓ Context manager support
- ✓ Full type hints
उपयोग उदाहरण
from tcglookup import TCGLookup
tcg = TCGLookup(api_key="your-api-key")
results = tcg.search("charizard")
print(results)
TCG API के साथ निर्माण शुरू करें
अपनी मुफ़्त API कुंजी प्राप्त करें और मिनटों में कार्ड मूल्य क्वेरी करना शुरू करें।