Python pip

Python SDK

SDK Python الرسمي مع تلميحات الأنواع. يدعم الوضعين المتزامن وغير المتزامن. Python 3.9+.

التثبيت
$ pip install tcglookup

الميزات الرئيسية

  • 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 المجاني وابدأ الاستعلام عن أسعار البطاقات في دقائق.