MTGA tools & set data for python. Generated with MTGJSON and scryfall, original MTGA grpId's collected by Fugi & Spencatro.
pip install mtga
or
python setup.py install
from mtga.set_data import all_mtga_cards
print(all_mtga_cards.find_one("63773"))
# <Card: 'Torrential Gearhulk' ['Blue'] KLD 63773>
Because I always forget:
python setup.py sdist bdist_wheel
twine upload dist/MTGA-<version>*