{ "info": { "author": "Project Nayuki", "author_email": "me@nayuki.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========================\nQR Code generator library\n=========================\n\n\nIntroduction\n------------\n\nThis project aims to be the best, clearest QR Code generator library. The primary goals are flexible options and absolute correctness. Secondary goals are compact implementation size and good documentation comments.\n\nHome page with live JavaScript demo, extensive descriptions, and competitor comparisons: https://www.nayuki.io/page/qr-code-generator-library\n\n\nFeatures\n--------\n\nCore features:\n\n* Available in 7 programming languages, all with nearly equal functionality: Java, JavaScript, TypeScript, Python, C++, C, Rust\n* Significantly shorter code but more documentation comments compared to competing libraries\n* Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard\n* Output formats: Raw modules/pixels of the QR symbol, SVG XML string\n* Encodes numeric and special-alphanumeric text in less space than general text\n* Open source code under the permissive MIT License\n\nManual parameters:\n\n* User can specify minimum and maximum version numbers allowed, then library will automatically choose smallest version in the range that fits the data\n* User can specify mask pattern manually, otherwise library will automatically evaluate all 8 masks and select the optimal one\n* User can specify absolute error correction level, or allow the library to boost it if it doesn't increase the version number\n* User can create a list of data segments manually and add ECI segments\n\n\nUsage\n-----\n\nInstall this package by downloading the source code ZIP file from PyPI_, or by running ``pip install qrcodegen``.\n\nExamples:\n\n::\n\n from qrcodegen import *\n\n # Simple operation\n qr0 = QrCode.encode_text(\"Hello, world!\", QrCode.Ecc.MEDIUM)\n svg = qr0.to_svg_str(4)\n\n # Manual operation\n segs = QrSegment.make_segments(\"3141592653589793238462643383\")\n qr1 = QrCode.encode_segments(segs, QrCode.Ecc.HIGH, 5, 5, 2, False)\n for y in range(qr1.get_size()):\n for x in range(qr1.get_size()):\n (... paint qr1.get_module(x, y) ...)\n\nMore complete set of examples: https://github.com/nayuki/QR-Code-generator/blob/master/python/qrcodegen-demo.py .\n\nAPI documentation is in the source file itself, with a summary comment at the top: https://github.com/nayuki/QR-Code-generator/blob/master/python/qrcodegen.py .\n\n.. _PyPI: https://pypi.python.org/pypi/qrcodegen\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.nayuki.io/page/qr-code-generator-library", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "qrcodegen", "package_url": "https://pypi.org/project/qrcodegen/", "platform": "OS Independent", "project_url": "https://pypi.org/project/qrcodegen/", "project_urls": { "Homepage": "https://www.nayuki.io/page/qr-code-generator-library" }, "release_url": "https://pypi.org/project/qrcodegen/1.5.0/", "requires_dist": null, "requires_python": "", "summary": "High quality QR Code generator library for Python 2 and 3", "version": "1.5.0" }, "last_serial": 5537498, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "18547fe8b7614145acfc68d7e7c9d834", "sha256": "b00cac87bac925b5602d19976d0f28855b2531dca1db5b5e8c2957f153f9f98f" }, "downloads": -1, "filename": "qrcodegen-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "18547fe8b7614145acfc68d7e7c9d834", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15862, "upload_time": "2016-04-25T22:07:32", "url": "https://files.pythonhosted.org/packages/21/08/b8bcecfea1bbcf149e0e9886b06b79ac5ec8945de2759f1882c8cbec2047/qrcodegen-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6ee26c357a5033f352a950077292a61", "sha256": "864eba66e33338ad5c1a078a5b6bf89199270fda4fd93dbf6b0c3d73744f00cd" }, "downloads": -1, "filename": "qrcodegen-1.0.0.zip", "has_sig": false, "md5_digest": "a6ee26c357a5033f352a950077292a61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15217, "upload_time": "2016-04-25T21:34:57", "url": "https://files.pythonhosted.org/packages/8a/76/d5741917c68d4c7d5c91bf4280542de26a5e7f39c03285515f8f0c83cbca/qrcodegen-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "b6436bc9d5b8f7400d77610599b7e40e", "sha256": "b3cbc6766e3227938553458f377758c096ac13dbfa71665379aaeef3f10d9e06" }, "downloads": -1, "filename": "qrcodegen-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b6436bc9d5b8f7400d77610599b7e40e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15652, "upload_time": "2017-04-21T06:18:25", "url": "https://files.pythonhosted.org/packages/dd/7e/bdb93e90fd9716fb105cb14f0e0da16c90f8a165446b5d769afa8310b201/qrcodegen-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2f3f45ebb0a5d0ee9c96a4077103a40", "sha256": "030bebd80d1886489a85a0e6a52681f237ca4f7bf990aea52f0e12911f650ee2" }, "downloads": -1, "filename": "qrcodegen-1.0.1.zip", "has_sig": false, "md5_digest": "e2f3f45ebb0a5d0ee9c96a4077103a40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17534, "upload_time": "2017-04-21T06:17:55", "url": "https://files.pythonhosted.org/packages/cc/6b/58f0c23a215b7a9dad267028044ec1c087d5e94d19c15b26ad2772d82258/qrcodegen-1.0.1.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "bcb857363aa817324f17396c0d40a0ac", "sha256": "35a5165fbc726f924dba30d8b6b4c5cb0457ea820ddc46604002a48ff93cb7fa" }, "downloads": -1, "filename": "qrcodegen-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bcb857363aa817324f17396c0d40a0ac", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15953, "upload_time": "2017-05-21T20:47:04", "url": "https://files.pythonhosted.org/packages/0d/5c/e9219df2fc5096dc2a23bb784cb012572b9510140451b8c48c49cacfc2bc/qrcodegen-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d59c997ced5a24af80f816cc74a24e51", "sha256": "a4ad956a84d2d27774e1affb3d1749ed025c2c238813ea03f29c4c43d4249498" }, "downloads": -1, "filename": "qrcodegen-1.1.0.zip", "has_sig": false, "md5_digest": "d59c997ced5a24af80f816cc74a24e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17866, "upload_time": "2017-05-21T20:46:46", "url": "https://files.pythonhosted.org/packages/2d/49/319ba2f8037ba774e0a937bf9ec80e7582c413a39183c231bf5764d1981e/qrcodegen-1.1.0.zip" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "276bbc9bf2310484cbdb1c6907109f1e", "sha256": "ca3a358ff5f672ec30614a0b7b378acc68c35a7edaa7be4e4e514af8def6b7a5" }, "downloads": -1, "filename": "qrcodegen-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "276bbc9bf2310484cbdb1c6907109f1e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15927, "upload_time": "2017-09-06T18:44:58", "url": "https://files.pythonhosted.org/packages/fe/6f/20fad809eeb495bf1f8da8f290fc96f998faf2133c00bff623c70f30eaa2/qrcodegen-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fecbb9351992761e297e976aa9525b49", "sha256": "b5a4ef9039a39e3b48c24c9b1b508dda88f0b95bc96c8d8a9c801ea906429a45" }, "downloads": -1, "filename": "qrcodegen-1.2.0.zip", "has_sig": false, "md5_digest": "fecbb9351992761e297e976aa9525b49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17811, "upload_time": "2017-09-06T18:44:20", "url": "https://files.pythonhosted.org/packages/97/57/dab17450c28ed7ce1af2a800f32052b10c87640e27cdb4355febd1e4271d/qrcodegen-1.2.0.zip" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "2f271847901e48a2a3e93375bd3dd46e", "sha256": "8a10c1b2dc644a0338de0093bf37a619559308c02817e08a21868fc1bcd5a237" }, "downloads": -1, "filename": "qrcodegen-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f271847901e48a2a3e93375bd3dd46e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14321, "upload_time": "2018-10-09T01:12:09", "url": "https://files.pythonhosted.org/packages/a6/93/aeff71d026b1a2ec73dff67f8016fe300ee0038c07152da3e84c3d496736/qrcodegen-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01c7865b8cffe409f8a4f8835eb92aab", "sha256": "9bbf24f11f5d7bd18c2670c0a34ec8f84abdd0865878442bf674ae1041cea2db" }, "downloads": -1, "filename": "qrcodegen-1.3.0.zip", "has_sig": false, "md5_digest": "01c7865b8cffe409f8a4f8835eb92aab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18287, "upload_time": "2018-10-09T01:12:11", "url": "https://files.pythonhosted.org/packages/65/21/39ab30f6a326c3e2b6a4668b660864cf34956a06b3dc844feabac7f2e69c/qrcodegen-1.3.0.zip" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "5939ec0672b66a7bf066f02f65ef3769", "sha256": "d2d86331bb7fb3340a6f31db9644c0d1316204816d4427e2c77d4b3fdcb2a8e9" }, "downloads": -1, "filename": "qrcodegen-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5939ec0672b66a7bf066f02f65ef3769", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14724, "upload_time": "2018-11-02T02:29:24", "url": "https://files.pythonhosted.org/packages/e5/53/bfb428f0fa8eae9be378a2230e22144c8656c99a7c552e4eedd2df2ba1d9/qrcodegen-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "699f9d73ba76fcd2abda6d280d39bfe0", "sha256": "270f3008d62749345a70d73cbd87c49b7174d788c79d756dbcc1d0e0370aadcb" }, "downloads": -1, "filename": "qrcodegen-1.4.0.zip", "has_sig": false, "md5_digest": "699f9d73ba76fcd2abda6d280d39bfe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18693, "upload_time": "2018-11-02T02:29:25", "url": "https://files.pythonhosted.org/packages/c9/19/5b852aae514b9ccfd63d0401e99602744663e3603c568f0d2ebf61709b5d/qrcodegen-1.4.0.zip" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "873a38a8e66a4d99e30d6494bf33bb47", "sha256": "a49598b5180fccc733577a8984666bf89f87eab981973834e302acac753d47de" }, "downloads": -1, "filename": "qrcodegen-1.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "873a38a8e66a4d99e30d6494bf33bb47", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14903, "upload_time": "2019-07-15T23:18:39", "url": "https://files.pythonhosted.org/packages/e0/13/0e1c1fca226db9c2be4fa9b38f9ac269b88a0807234b5b12ac90d79cc20c/qrcodegen-1.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd90b859edc64030393c27ffe600dc7d", "sha256": "6b8d2b51b8ef8e415162ae3911f7c4917d471f682bae8437183efc6865bbb5a7" }, "downloads": -1, "filename": "qrcodegen-1.5.0.zip", "has_sig": false, "md5_digest": "cd90b859edc64030393c27ffe600dc7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19132, "upload_time": "2019-07-15T23:18:41", "url": "https://files.pythonhosted.org/packages/94/87/15dc8f73087f11df62c9c24d97536a2688c65231430034339370c81fee81/qrcodegen-1.5.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "873a38a8e66a4d99e30d6494bf33bb47", "sha256": "a49598b5180fccc733577a8984666bf89f87eab981973834e302acac753d47de" }, "downloads": -1, "filename": "qrcodegen-1.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "873a38a8e66a4d99e30d6494bf33bb47", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14903, "upload_time": "2019-07-15T23:18:39", "url": "https://files.pythonhosted.org/packages/e0/13/0e1c1fca226db9c2be4fa9b38f9ac269b88a0807234b5b12ac90d79cc20c/qrcodegen-1.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd90b859edc64030393c27ffe600dc7d", "sha256": "6b8d2b51b8ef8e415162ae3911f7c4917d471f682bae8437183efc6865bbb5a7" }, "downloads": -1, "filename": "qrcodegen-1.5.0.zip", "has_sig": false, "md5_digest": "cd90b859edc64030393c27ffe600dc7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19132, "upload_time": "2019-07-15T23:18:41", "url": "https://files.pythonhosted.org/packages/94/87/15dc8f73087f11df62c9c24d97536a2688c65231430034339370c81fee81/qrcodegen-1.5.0.zip" } ] }