{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: Public Domain", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries" ], "description": "qrkit\n-----\n\nSimple binding of qrencode library released under the public domain\nextracted from qurl.\n\n\nRequirements\n++++++++++++\n\nTo build the binding you will need to install:\n\n - `libqrencode-dev `_\n - `Cython `_\n\nTo use it you will need either:\n\n - `Python Imaging Library `_\n - `Pillow `_\n\n\nInstallation\n++++++++++++\n\nDo one of this command to install it from pypi\n\n::\n\n pip install qrkit\n\nor::\n\n easy_install qrkit\n\nFrom code::\n \n $ python setup.py install\n\n\nSimple usage\n++++++++++++\n\n::\n \n from qrkit.qrimg import encode_to_img\n \n img = encode_to_img('http://www.python.org/', width=300, border=10)\n img.save('qrimage.png', 'PNG', quality=80)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/benoitc/qrkit", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "qrkit", "package_url": "https://pypi.org/project/qrkit/", "platform": "", "project_url": "https://pypi.org/project/qrkit/", "project_urls": { "Homepage": "http://github.com/benoitc/qrkit" }, "release_url": "https://pypi.org/project/qrkit/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Simple QR code kit.", "version": "1.0.0" }, "last_serial": 4378006, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f32fcdb328054b1037ef45e57b18a3b6", "sha256": "b2f50670effa5a706c14585f5df3b22fb405f4270fff0d7c28a8f3536594cb27" }, "downloads": -1, "filename": "qrkit-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f32fcdb328054b1037ef45e57b18a3b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2534, "upload_time": "2011-08-24T18:34:38", "url": "https://files.pythonhosted.org/packages/ae/33/1a6795f261788a31a559df3caccae4bc7c89744244170f871aef5f293456/qrkit-0.1.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "a6a0e5ec7740040a0a42d2d8e5b0ca6b", "sha256": "709eaa066d3aad70c5eb026cba048fed9397e81a3437f89bbe0ee135286393a0" }, "downloads": -1, "filename": "qrkit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a6a0e5ec7740040a0a42d2d8e5b0ca6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27698, "upload_time": "2018-10-15T15:43:22", "url": "https://files.pythonhosted.org/packages/49/87/2fb4aad532c6654acb1858554c269826ce7deefd5ce857ad289087f2d9d3/qrkit-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6a0e5ec7740040a0a42d2d8e5b0ca6b", "sha256": "709eaa066d3aad70c5eb026cba048fed9397e81a3437f89bbe0ee135286393a0" }, "downloads": -1, "filename": "qrkit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a6a0e5ec7740040a0a42d2d8e5b0ca6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27698, "upload_time": "2018-10-15T15:43:22", "url": "https://files.pythonhosted.org/packages/49/87/2fb4aad532c6654acb1858554c269826ce7deefd5ce857ad289087f2d9d3/qrkit-1.0.0.tar.gz" } ] }