{ "info": { "author": "CHEN, Lee Chuin", "author_email": "leechuin@yamanashi.ac.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Topic :: Text Processing :: Markup :: HTML" ], "description": "=====\njoho\n=====\n\nDescription:\n~~~~~~~~~~~~\n* HTML and SVG module to create lecture materials for \u60c5\u5831\u51e6\u7406\u53ca\u3073\u5b9f\u7fd2 TAC101\n at the University of Yamanashi (\u5c71\u68a8\u5927\u5b66).\n\n* Output file: html.\n\n\nExample:\n--------\n::\n\n #!python\n ## -*- coding: utf-8 -*-\n import joho as j\n # create html output file and\n # load the default web browser to open the file\n j.title(\"Topic 12: Python: HTML SGV \")\n j.insert_horizontal_line()\n j.heading2(\"\u30d1\u30a4\u30bd\u30f3\u306b\u3088\u308b HTML\")\n j.write(\"Hello world\")\n j.heading2(\"\u30d1\u30a4\u30bd\u30f3\u306b\u3088\u308b\u56f3\u5f62\u3001\u30a2\u30cb\u30e1\u30b7\u30e7\u30f3\u306e\u4f5c\u6210\")\n Face = j.line(0, 0, 100, 100) +\\\n j.circle(100, 100, 50, fillcolor=\"none\") + \\\n j.polygon([200, 400, 400],[100,100,300])\n j.draw(Face + j.grid(100))\n j.MakeTableContent()\n j.show()\n\n\nInstallation\n~~~~~~~~~~~~\n pip install joho\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "html svg joho", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "joho", "package_url": "https://pypi.org/project/joho/", "platform": "", "project_url": "https://pypi.org/project/joho/", "project_urls": null, "release_url": "https://pypi.org/project/joho/0.19.3/", "requires_dist": [ "numpy", "matplotlib" ], "requires_python": ">=2", "summary": "HTML and SVG module to create lecture materials for \u60c5\u5831\u51e6\u7406\u53ca\u3073\u5b9f\u7fd2 TAC101 at University of Yamanashi (\u5c71\u68a8\u5927\u5b66).", "version": "0.19.3" }, "last_serial": 4815065, "releases": { "0.19.3": [ { "comment_text": "", "digests": { "md5": "c8e7a278cb1136784a175a4732a01e39", "sha256": "548f674cc600d6c552dad327decb86abaa810a75c237f6fcba5c52da66acc8e4" }, "downloads": -1, "filename": "joho-0.19.3-py3-none-any.whl", "has_sig": false, "md5_digest": "c8e7a278cb1136784a175a4732a01e39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2", "size": 14377, "upload_time": "2019-02-13T10:14:38", "url": "https://files.pythonhosted.org/packages/5c/2b/6d485bc6804f1fe94e3bf7e1d8dab9088bd8631980978cd2cf93b8ee7bfa/joho-0.19.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb9335cbf0eb67dbfd029bfb278397c0", "sha256": "404332f71ca7f0ca260accac7771c8659e0f4ecac4a8818e9375ea620347708d" }, "downloads": -1, "filename": "joho-0.19.3.tar.gz", "has_sig": false, "md5_digest": "eb9335cbf0eb67dbfd029bfb278397c0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2", "size": 12990, "upload_time": "2019-02-13T10:14:39", "url": "https://files.pythonhosted.org/packages/39/09/40f86a381525471d9cab293f2a0ff72bca6e2e2ff765eab1fb8a0d739878/joho-0.19.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8e7a278cb1136784a175a4732a01e39", "sha256": "548f674cc600d6c552dad327decb86abaa810a75c237f6fcba5c52da66acc8e4" }, "downloads": -1, "filename": "joho-0.19.3-py3-none-any.whl", "has_sig": false, "md5_digest": "c8e7a278cb1136784a175a4732a01e39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2", "size": 14377, "upload_time": "2019-02-13T10:14:38", "url": "https://files.pythonhosted.org/packages/5c/2b/6d485bc6804f1fe94e3bf7e1d8dab9088bd8631980978cd2cf93b8ee7bfa/joho-0.19.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb9335cbf0eb67dbfd029bfb278397c0", "sha256": "404332f71ca7f0ca260accac7771c8659e0f4ecac4a8818e9375ea620347708d" }, "downloads": -1, "filename": "joho-0.19.3.tar.gz", "has_sig": false, "md5_digest": "eb9335cbf0eb67dbfd029bfb278397c0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2", "size": 12990, "upload_time": "2019-02-13T10:14:39", "url": "https://files.pythonhosted.org/packages/39/09/40f86a381525471d9cab293f2a0ff72bca6e2e2ff765eab1fb8a0d739878/joho-0.19.3.tar.gz" } ] }