Python pip

Python SDK

Official Python SDK na may type hints. Sumusuporta sa sync at async modes. Python 3.9+.

Pag-install
$ pip install tcglookup

Mga Pangunahing Feature

  • Python 3.9+ support
  • Built on httpx (async ready)
  • Typed exception hierarchy
  • Context manager support
  • Full type hints
Halimbawa ng Paggamit
from tcglookup import TCGLookup

tcg = TCGLookup(api_key="your-api-key")

results = tcg.search("charizard")
print(results)

Simulan ang pagbuo gamit ang TCG API

Kumuha ng libreng API key at simulan ang pag-query ng mga presyo ng kard sa ilang minuto.