Skip to content

poslogithub/python-mtga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python MTGA

MTGA tools & set data for python. Generated with MTGJSON and scryfall, original MTGA grpId's collected by Fugi & Spencatro.

Installation

pip install mtga

or

python setup.py install

Usage

from mtga.set_data import all_mtga_cards
print(all_mtga_cards.find_one("63773"))
# <Card: 'Torrential Gearhulk' ['Blue'] KLD 63773>

Deploying

Because I always forget:

python setup.py sdist bdist_wheel
twine upload dist/MTGA-<version>*

About

MTGA set data & tooling for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%