mtg
mtg copied to clipboard
Console-based access to the Gatherer Magic Card Database.
https://bugzilla.redhat.com/show_bug.cgi?id=1792972 https://github.com/chigby/mtg/blob/c12976d6c7e13d6859a0fbac4c057dc9529de473/mtglib/gatherer_request.py#L3 Thanks for the library!
As of yesterday `mtg` was working for me, but this morning I get "No results found" for every query I can think of. I'm running Python 3.6.4 on Arch Linux
I attempted to run ```mtg --type Legendary --set AKH``` to get a list of all legendary cards from Amonkhet. mtg threw the following exception: ``` Traceback (most recent call last):...
At the moment the archives on PyPI don't actually contain any documentation or the LICENSE file. This commit adds a MANIFEST.in to the root of the repository to tell distutils/setuptools...
Exactly what the title says. I have pip3 installed, and I'm getting an error when installing: Command /usr/bin/python3 -c "import setuptools, tokenize;**file**='/tmp/pip_build_nick/mtg/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" install --record /tmp/pip-gzcrrb4f-record/install-record.txt...
Option to display only the Gatherer url for debugging purposes.
There should be a verbosity flag that toggles outputting all the available information about a card.