Metadata-Version: 2.1
Name: MTGA
Version: 0.5.0a0
Summary: python-mtga: a python-accessible interface for MTGA cards
Home-page: https://github.com/mtgatracker/mtgatracker
Author: shawkins
Author-email: devs.mtgatracker@gmail.com
License: UNKNOWN
Description: # 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

        

        ```python

        from mtga.set_data import all_mtga_cards

        print(all_mtga_cards.find_one("63773"))

        # <Card: 'Torrential Gearhulk' ['Blue'] KLD 63773>

        ```
Keywords: mtga mtg magic arena grpid mtgjson
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Testers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Provides-Extra: test
