Python pip

SDK de Python

SDK oficial de Python con type hints. Modos síncrono y asíncrono. Python 3.9+.

Instalación
$ pip install tcglookup

Características principales

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

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

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

Empieza a desarrollar con la API TCG

Obtén tu clave API gratuita y empieza a consultar precios de cartas en minutos.