{ "info": { "author": "CHEN, Lee Chuin", "author_email": "leechuin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Visualization" ], "description": "=====\nLukis\n=====\n\nDescription:\n~~~~~~~~~~~~\n* Generate device independent vector graphic stream\n that can be converted to pdf, svg, or other vector graphic format.\n\n* The output stream is in pure txt, and csv format.\n\n* A simple stream looks like this::\n\n MoveTo,50,50\n LineTo,150,150\n Stroke\n\n* \"Lukis\" is the Malay word for \"Draw\"\n\n* show(GStream) converts the graphic stream to pdf, svg or other\n graphic file, and open it using the default viewer.\n\nExample:\n--------\n::\n\n #To make a line from (0,0) to (300,300) and display the graphics:\n S = moveto(0,0)\\\\\n + lineto(300,300)\\\\\n + stroke()\n show(S)\n\n\nInstallation\n~~~~~~~~~~~~\nPython 3 as default Python::\n\n\tpip install lukis\n\nPython as Python3::\n\n\tpip3 install kopi\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "lukis vector graphic pdf svg", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lukis", "package_url": "https://pypi.org/project/lukis/", "platform": "", "project_url": "https://pypi.org/project/lukis/", "project_urls": null, "release_url": "https://pypi.org/project/lukis/0.18.5/", "requires_dist": [ "numpy", "pillow" ], "requires_python": ">=3", "summary": "Generate a device independent vector graphic stream that can be converted to pdf, svg, or other vector graphic format.", "version": "0.18.5" }, "last_serial": 3897792, "releases": { "0.18.5": [ { "comment_text": "", "digests": { "md5": "a1a72736c0e134472c568e879c6dd539", "sha256": "ae5e3a56525246d82287c479be5166cb469def68416df4e58f5cf9dbe4de5723" }, "downloads": -1, "filename": "lukis-0.18.5-py3-none-any.whl", "has_sig": false, "md5_digest": "a1a72736c0e134472c568e879c6dd539", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 22238, "upload_time": "2018-05-25T07:01:27", "url": "https://files.pythonhosted.org/packages/bd/b3/bde2eb46f8bb6bf0ec61dac84f1db9a635e8ee01040b192c3e398ca76478/lukis-0.18.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c97ba7437d30ceb6736d1999910004d", "sha256": "13cd9dc8dcbb80cdf1a6967786fdaba7a07effef20daaa34d1d438e0f2cde28d" }, "downloads": -1, "filename": "lukis-0.18.5.tar.gz", "has_sig": false, "md5_digest": "5c97ba7437d30ceb6736d1999910004d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18994, "upload_time": "2018-05-25T07:01:28", "url": "https://files.pythonhosted.org/packages/8c/15/cd15a97c677e1370cbdd2d5ec05ca7aa15bcd69cb8b611a84ca4fee877e7/lukis-0.18.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a1a72736c0e134472c568e879c6dd539", "sha256": "ae5e3a56525246d82287c479be5166cb469def68416df4e58f5cf9dbe4de5723" }, "downloads": -1, "filename": "lukis-0.18.5-py3-none-any.whl", "has_sig": false, "md5_digest": "a1a72736c0e134472c568e879c6dd539", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 22238, "upload_time": "2018-05-25T07:01:27", "url": "https://files.pythonhosted.org/packages/bd/b3/bde2eb46f8bb6bf0ec61dac84f1db9a635e8ee01040b192c3e398ca76478/lukis-0.18.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c97ba7437d30ceb6736d1999910004d", "sha256": "13cd9dc8dcbb80cdf1a6967786fdaba7a07effef20daaa34d1d438e0f2cde28d" }, "downloads": -1, "filename": "lukis-0.18.5.tar.gz", "has_sig": false, "md5_digest": "5c97ba7437d30ceb6736d1999910004d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18994, "upload_time": "2018-05-25T07:01:28", "url": "https://files.pythonhosted.org/packages/8c/15/cd15a97c677e1370cbdd2d5ec05ca7aa15bcd69cb8b611a84ca4fee877e7/lukis-0.18.5.tar.gz" } ] }