{ "info": { "author": "Paul Baranay", "author_email": "pbaranay@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Games/Entertainment" ], "description": "==================\nDjango Magic Cards\n==================\n\n.. image:: https://badge.fury.io/py/django-magic-cards.svg\n :target: https://badge.fury.io/py/django-magic-cards\n\n.. image:: https://travis-ci.org/pbaranay/django-magic-cards.svg?branch=master\n :target: https://travis-ci.org/pbaranay/django-magic-cards\n\n.. image:: https://codecov.io/gh/pbaranay/django-magic-cards/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/pbaranay/django-magic-cards\n\nDjango Magic Cards is a pluggable Django app for the Oracle text of all Magic: the Gathering cards.\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-magic-cards.readthedocs.io.\n\nQuickstart\n----------\n\nInstall the package::\n\n pip install django-magic-cards\n\nAdd the app to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'magic_cards.apps.MagicCardsConfig',\n ...\n )\n\nAdd Django Magic Cards' tables to your the database::\n\n ./manage.py migrate magic_cards\n\nPopulate the card database::\n\n ./manage.py import_magic_cards\n\nAcknowledgments\n---------------\n\n* MTGJSON_ for providing up-to-date card data.\n* Cookiecutter_ and `cookiecutter-djangopackage`_ for providing the structure for this project.\n\n.. _MTGJSON: http://mtgjson.com/\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\nDisclaimer\n----------\n\nThe literal and graphical information presented in this software about Magic: the Gathering, including Oracle text and card images, is copyright Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc. This project is not produced by, endorsed by, supported by, or affiliated with Wizards of the Coast.\n\n\n\n\nHistory\n-------\n\n0.4.1 (2017-10-26)\n++++++++++++++++++\n\n* Improve Unicode handling on Python 2, allowing the Printings admin\n page to load properly (`#27`_).\n\n.. _#27: https://github.com/pbaranay/django-magic-cards/issues/27\n\n0.4.0 (2017-10-04)\n++++++++++++++++++\n\n* Update a `Card`'s data (text, loyalty, types, etc.) when a set is re-imported (`#23`_).\n\n.. _#23: https://github.com/pbaranay/django-magic-cards/issues/23\n\n0.3.0 (2017-09-28)\n++++++++++++++++++\n\n* Store planeswalkers' starting loyalty (`#19`_).\n* Correctly populate flavor text.\n* Fix issue that crashed re-importing a set without multiverse IDs.\n\n.. _#19: https://github.com/pbaranay/django-magic-cards/issues/19\n\n0.2.0 (2017-08-16)\n++++++++++++++++++\n\n* Speed up import function (`#9`_).\n* Implement basic admin pages (`#7`_).\n\n.. _#9: https://github.com/pbaranay/django-magic-cards/issues/9\n.. _#7: https://github.com/pbaranay/django-magic-cards/issues/7\n\n0.1.1 (2017-08-10)\n++++++++++++++++++\n\n* Increase maximum length of a `Card`'s `name` (`#2`_).\n\n.. _#2: https://github.com/pbaranay/django-magic-cards/issues/2\n\n0.1.0 (2017-08-08)\n++++++++++++++++++\n\n* First release on PyPI.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pbaranay/django-magic-cards", "keywords": "django-magic-cards", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-magic-cards", "package_url": "https://pypi.org/project/django-magic-cards/", "platform": "", "project_url": "https://pypi.org/project/django-magic-cards/", "project_urls": { "Homepage": "https://github.com/pbaranay/django-magic-cards" }, "release_url": "https://pypi.org/project/django-magic-cards/0.4.1/", "requires_dist": [ "django-light-enums (>=0.1.6)", "inflect (>=0.2.5)", "requests (>=2.18.2)" ], "requires_python": "", "summary": "A Django app for the Oracle text of all Magic: the Gathering cards.", "version": "0.4.1" }, "last_serial": 3281179, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c5663a5c072c6492a2252e25f50453c0", "sha256": "9b6c8ad050e8d2fc3254c2c806be8cff4cf3474dd5145e1f4987886688be23c5" }, "downloads": -1, "filename": "django_magic_cards-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5663a5c072c6492a2252e25f50453c0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9935, "upload_time": "2017-08-09T03:24:51", "url": "https://files.pythonhosted.org/packages/d4/e5/6e265b7436b867bc53f0b0f2a2cc43e2e442c36b64b1d3b30334f4090ffe/django_magic_cards-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7af66cf7aa4a7421116d0b69df608db7", "sha256": "f07f9a225878cd3d04543e6de89b474800a72f7f2e0d5cfefe027b5287ef2afa" }, "downloads": -1, "filename": "django-magic-cards-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7af66cf7aa4a7421116d0b69df608db7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8669, "upload_time": "2017-08-09T03:24:48", "url": "https://files.pythonhosted.org/packages/e7/14/1747c126d6b059dfe5fc849630b736d3787fc7b8fc44b3d76b9e6962aca4/django-magic-cards-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d71dae7c9821faba614a71a052328141", "sha256": "a492114fc149e64324abedc449a0953d9b4e665406638ca661e113a0050ffed0" }, "downloads": -1, "filename": "django_magic_cards-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d71dae7c9821faba614a71a052328141", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 10079, "upload_time": "2017-08-10T04:56:17", "url": "https://files.pythonhosted.org/packages/2a/8c/fbd0612f469ea6ff612605ce853ca9ba2ad7f6410232c63d7538c4e217cd/django_magic_cards-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9e49bc458d391482256150cf547a542", "sha256": "c9a03f9d16f0917618119d819dc3a83a3a1c8ecac9715f0b6239a0912891c4af" }, "downloads": -1, "filename": "django-magic-cards-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e9e49bc458d391482256150cf547a542", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8799, "upload_time": "2017-08-10T04:56:15", "url": "https://files.pythonhosted.org/packages/21/f9/b09287defaa909f6450ad777f0ac042353ae95d1c9fd5883630629f6fea0/django-magic-cards-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6fd30a91f341ac3d10a193c7f83c1467", "sha256": "8d9b7855cc5686f99c46d8e23542b757c9a9a317cddd2c8eea3ff01966e23815" }, "downloads": -1, "filename": "django_magic_cards-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6fd30a91f341ac3d10a193c7f83c1467", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11084, "upload_time": "2017-08-16T22:12:46", "url": "https://files.pythonhosted.org/packages/17/7b/5196c33da6c9b4ed8114686493e128d302faf17257dd7208463a910c5442/django_magic_cards-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf4235ecce779c28d019e0f911967cba", "sha256": "70e39efaa936293651e0ac1f51817e589c11c0df33c45ed8db41cf82c5a30d33" }, "downloads": -1, "filename": "django-magic-cards-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cf4235ecce779c28d019e0f911967cba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9720, "upload_time": "2017-08-16T22:12:47", "url": "https://files.pythonhosted.org/packages/c9/b9/b37497004bc271f6e5b37f64255ac2c969e7762618fa639de70b80325f11/django-magic-cards-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "cbf3c34b357ea2f349301f734a2f4540", "sha256": "c568ba1dded139f86ee7dc1d39e79103518f7b9ff6e41670bda3125437e65203" }, "downloads": -1, "filename": "django_magic_cards-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cbf3c34b357ea2f349301f734a2f4540", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11897, "upload_time": "2017-09-28T14:23:11", "url": "https://files.pythonhosted.org/packages/ee/00/b4f1e4bbc41bfe778783ee549e5985cbbfb33cfb56ba731878b44360daf4/django_magic_cards-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22f8ed34ea401bb3ad9b07be3bdf5020", "sha256": "46a83c5233293bb079e4d59d1bc5a53beaea19f829ee368e16392e827ebd75e3" }, "downloads": -1, "filename": "django-magic-cards-0.3.0.tar.gz", "has_sig": false, "md5_digest": "22f8ed34ea401bb3ad9b07be3bdf5020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10118, "upload_time": "2017-09-28T14:23:12", "url": "https://files.pythonhosted.org/packages/f3/ee/bab9cc567d1147117b663f5f9125449af2ece3e9573dd05743392fa735ce/django-magic-cards-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "8d27a52c85d29ad4d30de46c5feeaab2", "sha256": "840ab981db91a177aabd344053a7b6169cca8c61b82c96d822c8fd458fadc4cc" }, "downloads": -1, "filename": "django_magic_cards-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d27a52c85d29ad4d30de46c5feeaab2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14496, "upload_time": "2017-10-04T20:30:54", "url": "https://files.pythonhosted.org/packages/83/20/835389c405a325394aa64103ed8942827cc049944fc92c21699d6fef85bd/django_magic_cards-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65e5ef2d32a7b0b309de6cba527d35f9", "sha256": "43753280e2e64db7b77a3f0fe6310b952bb3b88bb85ac3a0d0c7fc92d2592335" }, "downloads": -1, "filename": "django-magic-cards-0.4.0.tar.gz", "has_sig": false, "md5_digest": "65e5ef2d32a7b0b309de6cba527d35f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10299, "upload_time": "2017-10-04T20:30:56", "url": "https://files.pythonhosted.org/packages/ee/39/ef7e8041eac0a1eb6d081165159b552157ee9c8f158aee240f60b6e497fe/django-magic-cards-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "7067c6ab74f98a4c7441931d609a5a3e", "sha256": "8fca56951dbe06657f210671498e8bfe4a8d0ff50ae0a1908e55861b6842083b" }, "downloads": -1, "filename": "django_magic_cards-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7067c6ab74f98a4c7441931d609a5a3e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14686, "upload_time": "2017-10-26T14:41:19", "url": "https://files.pythonhosted.org/packages/0e/38/e5b8a502f68f284d57613efb344ff422204f7556544834501414819fa934/django_magic_cards-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "376418a5f1dfa690b0ce841a71854fb3", "sha256": "87e60b488e103a653e73d2f15babcbba90a28242c7ed3085303e1e7b7673c08d" }, "downloads": -1, "filename": "django-magic-cards-0.4.1.tar.gz", "has_sig": false, "md5_digest": "376418a5f1dfa690b0ce841a71854fb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10421, "upload_time": "2017-10-26T14:41:22", "url": "https://files.pythonhosted.org/packages/73/c2/04f209dde988068aa672f42d56b26bc7be0c28be34a0d9df59abefff3e90/django-magic-cards-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7067c6ab74f98a4c7441931d609a5a3e", "sha256": "8fca56951dbe06657f210671498e8bfe4a8d0ff50ae0a1908e55861b6842083b" }, "downloads": -1, "filename": "django_magic_cards-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7067c6ab74f98a4c7441931d609a5a3e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14686, "upload_time": "2017-10-26T14:41:19", "url": "https://files.pythonhosted.org/packages/0e/38/e5b8a502f68f284d57613efb344ff422204f7556544834501414819fa934/django_magic_cards-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "376418a5f1dfa690b0ce841a71854fb3", "sha256": "87e60b488e103a653e73d2f15babcbba90a28242c7ed3085303e1e7b7673c08d" }, "downloads": -1, "filename": "django-magic-cards-0.4.1.tar.gz", "has_sig": false, "md5_digest": "376418a5f1dfa690b0ce841a71854fb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10421, "upload_time": "2017-10-26T14:41:22", "url": "https://files.pythonhosted.org/packages/73/c2/04f209dde988068aa672f42d56b26bc7be0c28be34a0d9df59abefff3e90/django-magic-cards-0.4.1.tar.gz" } ] }