{ "info": { "author": "Rafael Alonso", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Python Implementation\n\n## Install\n\npython >=3.5 required\npip >= 19.0.0\n```\npip install lor-deckcodes\n```\n\n## Usage\n\nEver expanding rich API with method to display cards conveniently\n\n```python\nfrom lor_deckcodes import LoRDeck, CardCodeAndCount\n\n\n# Decoding\ndeck = LoRDeck.from_deckcode('CEBAIAIFB4WDANQIAEAQGDAUDAQSIJZUAIAQCBIFAEAQCBAA')\n\n# list all cards with card format 3:01SI001\nlist(deck)\n\ncard = deck.cards[0] # instance of CardCodeAndCount\ncard.faction # SI/FR...\ncard.card_id # 111\ncard.set # 01\n\n\n# Encoding\n# These are equivalent\ndeck = LoRDeck(['3:01SI015', '3:01SI044'])\ndeck = LoRDeck([\n CardCodeAndCount.from_card_string('3:01SI015'),\n CardCodeAndCount('01SI015', 3)]\n)\n# returns encoded string\ndeck.encode()\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Rafalonso/LoRDeckCodesPython", "keywords": "", "license": "MIT", "maintainer": "Rafael Alonso", "maintainer_email": "rafalonso.almeida@gmail.com", "name": "lor-deckcodes", "package_url": "https://pypi.org/project/lor-deckcodes/", "platform": "", "project_url": "https://pypi.org/project/lor-deckcodes/", "project_urls": { "Homepage": "https://github.com/Rafalonso/LoRDeckCodesPython" }, "release_url": "https://pypi.org/project/lor-deckcodes/1.0.0/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Legends of Runeterra deck coder and decoder", "version": "1.0.0" }, "last_serial": 5998092, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a66c3d2652c54782f3b28254ceed2b42", "sha256": "dc7504be4573e9b0956be4bfa07dda5492f29b87044b010646084a7ed7f6d0d2" }, "downloads": -1, "filename": "lor_deckcodes-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a66c3d2652c54782f3b28254ceed2b42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 5583, "upload_time": "2019-10-18T23:51:13", "url": "https://files.pythonhosted.org/packages/28/7e/7bfc6ef1659557047f2fcb960372ffbc159495a40ba5329255f8af4209c7/lor_deckcodes-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08e7971f46a47fae09486066085d7ecb", "sha256": "f9c9c53815dd9ca9034781f0b10835d6a021edb836395d3b7bf0af42bf9900e7" }, "downloads": -1, "filename": "lor_deckcodes-1.0.0.tar.gz", "has_sig": false, "md5_digest": "08e7971f46a47fae09486066085d7ecb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3482, "upload_time": "2019-10-18T23:51:15", "url": "https://files.pythonhosted.org/packages/7f/66/9e13f588ecbc3c318c171cbd7ef4fdf00e2ecbc2725f6e231776a883d676/lor_deckcodes-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a66c3d2652c54782f3b28254ceed2b42", "sha256": "dc7504be4573e9b0956be4bfa07dda5492f29b87044b010646084a7ed7f6d0d2" }, "downloads": -1, "filename": "lor_deckcodes-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a66c3d2652c54782f3b28254ceed2b42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 5583, "upload_time": "2019-10-18T23:51:13", "url": "https://files.pythonhosted.org/packages/28/7e/7bfc6ef1659557047f2fcb960372ffbc159495a40ba5329255f8af4209c7/lor_deckcodes-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08e7971f46a47fae09486066085d7ecb", "sha256": "f9c9c53815dd9ca9034781f0b10835d6a021edb836395d3b7bf0af42bf9900e7" }, "downloads": -1, "filename": "lor_deckcodes-1.0.0.tar.gz", "has_sig": false, "md5_digest": "08e7971f46a47fae09486066085d7ecb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3482, "upload_time": "2019-10-18T23:51:15", "url": "https://files.pythonhosted.org/packages/7f/66/9e13f588ecbc3c318c171cbd7ef4fdf00e2ecbc2725f6e231776a883d676/lor_deckcodes-1.0.0.tar.gz" } ] }