{ "info": { "author": "Marc Brinkmann", "author_email": "git@marcbrinkmann.de", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "pyMTGJSon\n=========\n\nA small python library designged to ease to write scripts/apps that use data\nfrom `mtgjson.com `_.\n\nExample use\n-----------\n\n.. code:: python\n\n >>> from mtgjson import CardDb\n >>> db = CardDb.from_url()\n >>> card = db.find_card_by_name(u'aether vial')\n >>> card.name\n u'\\xc6ther Vial'\n >>> print card.name\n \u00c6ther Vial\n >>> card.cmc\n 1\n >>> card.text\n 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.'\n >>> card.img_url\n 'http://mtgimage.com/set/MMA/aether vial.jpg'\n\nSee the documentation at http://pythonhosted.org/mtgjson for more.", "description_content_type": null, "docs_url": "https://pythonhosted.org/mtgjson/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mbr/pymtgjson", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mtgjson", "package_url": "https://pypi.org/project/mtgjson/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mtgjson/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mbr/pymtgjson" }, "release_url": "https://pypi.org/project/mtgjson/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "A python library for working with data from mtgjson.com.", "version": "0.4.0" }, "last_serial": 1853445, "releases": { "0.1dev": [], "0.3": [ { "comment_text": "", "digests": { "md5": "90c87f0a4ecd74ec0cc440ef8a32c664", "sha256": "ed46173025991d436d0657663bd9692c14da350a44f138c12eb7b7872ed1b985" }, "downloads": -1, "filename": "mtgjson-0.3.tar.gz", "has_sig": false, "md5_digest": "90c87f0a4ecd74ec0cc440ef8a32c664", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3537, "upload_time": "2014-12-25T16:18:22", "url": "https://files.pythonhosted.org/packages/3c/ef/1b2556eab4dbcd54b1c952b4af9f143a707aa13a1c84a3121e8625f45870/mtgjson-0.3.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "f45c4f775899673c68b2dcdf4f2a766f", "sha256": "8b6fd03bd166a59ac4b601573b1a4468bdc66c10ba933e6f41125ab34582137c" }, "downloads": -1, "filename": "mtgjson-0.4.0.tar.gz", "has_sig": true, "md5_digest": "f45c4f775899673c68b2dcdf4f2a766f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3647, "upload_time": "2015-12-09T09:00:28", "url": "https://files.pythonhosted.org/packages/bd/34/ac7612113d2c3deac7ab775f98d5dc7803016a19cd91c562ed22b7a9b8da/mtgjson-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f45c4f775899673c68b2dcdf4f2a766f", "sha256": "8b6fd03bd166a59ac4b601573b1a4468bdc66c10ba933e6f41125ab34582137c" }, "downloads": -1, "filename": "mtgjson-0.4.0.tar.gz", "has_sig": true, "md5_digest": "f45c4f775899673c68b2dcdf4f2a766f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3647, "upload_time": "2015-12-09T09:00:28", "url": "https://files.pythonhosted.org/packages/bd/34/ac7612113d2c3deac7ab775f98d5dc7803016a19cd91c562ed22b7a9b8da/mtgjson-0.4.0.tar.gz" } ] }