A python library for working with data from mtgjson.com.
Project description
A small python library designged to ease to write scripts/apps that use data from mtgjson.com.
Example use
>>> from mtgjson import CardDb
>>> db = CardDb.from_url()
>>> card = db.find_card_by_name(u'aether vial')
>>> card.name
u'\xc6ther Vial'
>>> print card.name
Æther Vial
>>> card.cmc
1
>>> card.text
u'At the beginning of your upkeep, you may put a charge counter on \xc6ther Vial.\n{T}: You may put a creature card with converted mana cost equal to the number of charge counters on \xc6ther Vial from your hand onto the battlefield.'
>>> card.img_url
'http://mtgimage.com/set/MMA/aether vial.jpg'
See the documentation at http://pythonhosted.org/mtgjson for more.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mtgjson-0.4.0.tar.gz
(3.6 kB
view details)
File details
Details for the file mtgjson-0.4.0.tar.gz
.
File metadata
- Download URL: mtgjson-0.4.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b6fd03bd166a59ac4b601573b1a4468bdc66c10ba933e6f41125ab34582137c |
|
MD5 | f45c4f775899673c68b2dcdf4f2a766f |
|
BLAKE2b-256 | bd34ac7612113d2c3deac7ab775f98d5dc7803016a19cd91c562ed22b7a9b8da |