Python pip

Python SDK

타입 힌트가 포함된 공식 Python SDK. 동기·비동기 모드 지원. 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 키를 발급받아 몇 분 안에 카드 가격 조회를 시작하세요.