Python Scryfall API wrapper
.github/workflows | ||
docs | ||
scryfall | ||
tests | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.python-version | ||
.readthedocs.yaml | ||
pyproject.toml | ||
README.md | ||
uv.lock |
Scryfall-py
An async Scryfall API wrapper written in Python
Usage
Installation
To get started, install scryfall-py
pip install scryfall-py
Getting started
from scryfall import Scryfall
client = Scryfall()
card = await client.search_cards_named("Arcades, the Strategist")
This will fetch the card Arcades, the Strategist from the Scryfall API
Documentation
Documentation is located at GitHub Pages