MagicTheGathering / mtg-sdk-python

Magic: The Gathering SDK - Python
MIT License
255 stars 45 forks source link

sorting by legality #33

Open RhythmicGaming opened 4 years ago

RhythmicGaming commented 4 years ago

ive written a few programs handling the information generated by the apk, mostly just adding it all to a database for querying, how would one go about sorting by legality? the fields are available but the best way i can find is simply creating databases hard coded by set, is there a better way to do this?