{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython" ], "description": "htmlize\n========================================\n\ntiny utility command, generate html from any formats(e.g. .md, .rst)\n\nsupport format\n\n- markdown\n- restructured text\n\nhow to use\n----------------------------------------\n\ntarget file(markdown)\n\n.. code:: bash\n\n $ cat sample/hello.md\n hello\n ========================================\n\n hello\n\n ## subsection\n\n * \u30de\u30eb\u30c1\u30d0\u30a4\u30c8\u6587\u5b57\n * multi bytes string\n\noutput\n\n.. code:: bash\n\n $ htmlize sample/hello.md\n\n \n \n \n \n \n \n

hello

\n

hello

\n

subsection

\n \n \n \n\nopen by browser with -b option\n----------------------------------------\n\nwhen -b option is added, dump generated html to teporary file, and open via web browser\n\n.. code:: bash\n\n htmlize -b --theme default sample/hello.md\n\nmemo(and thunks)\n----------------------------------------\n\ncss is borrowed from these repositories.\n\n- https://github.com/jasonm23/markdown-css-themes\n- https://gist.github.com/andyferra/2554919\n\n\n0.2.1 support 2.7\n0.2 css include\n0.1 first release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "htmlize", "package_url": "https://pypi.org/project/htmlize/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/htmlize/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/htmlize/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "tiny utility command, generate html from any formats(e.g. .md, .rst)", "version": "0.2.2" }, "last_serial": 1119880, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4dd4d4641d6e7a693a74122289a60ceb", "sha256": "0f2082481d977bac74e9ec1fb1dc4b01874af0164dedfe20e695b3713432d30e" }, "downloads": -1, "filename": "htmlize-0.1.tar.gz", "has_sig": false, "md5_digest": "4dd4d4641d6e7a693a74122289a60ceb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3076, "upload_time": "2014-06-09T21:26:38", "url": "https://files.pythonhosted.org/packages/b1/41/4ad2dcf933f97038e38063e8d0720449ccd53dcb0fc67c0d793a3d884bf8/htmlize-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "cf64345329dcde5ea06af3399ad1823d", "sha256": "0e1a30f2ea8787573bcd72e8eb364dcaed1b43c75c3514336efccf00eec8a2a0" }, "downloads": -1, "filename": "htmlize-0.2.tar.gz", "has_sig": false, "md5_digest": "cf64345329dcde5ea06af3399ad1823d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7712, "upload_time": "2014-06-09T22:35:41", "url": "https://files.pythonhosted.org/packages/09/b2/732afbbe95b5a78d1c7cf035fb366d10eb60df338f022e18a78cbd74910c/htmlize-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "64e34b3d724d249d8d4f24fec9240c60", "sha256": "29ea99960ab74c7281df941c4b591ae58f6be66ef4c909d8b477cc73e49294bc" }, "downloads": -1, "filename": "htmlize-0.2.1.tar.gz", "has_sig": false, "md5_digest": "64e34b3d724d249d8d4f24fec9240c60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8091, "upload_time": "2014-06-09T22:48:22", "url": "https://files.pythonhosted.org/packages/bc/cc/987ab150f40f317cba33504722b42fe2c8af92cc8b0b7afe52a14f481714/htmlize-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "45af079f36647e69ad9a416dff53dbb6", "sha256": "a90882488bfc494c64872056b442ece728ac36d8a72bdfb3b480be11347bef06" }, "downloads": -1, "filename": "htmlize-0.2.2.tar.gz", "has_sig": false, "md5_digest": "45af079f36647e69ad9a416dff53dbb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8078, "upload_time": "2014-06-10T00:57:21", "url": "https://files.pythonhosted.org/packages/b6/41/1499ee06c4ebcc4be5f651fe28e072b4a171dd5d495b5411647c09f93c77/htmlize-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45af079f36647e69ad9a416dff53dbb6", "sha256": "a90882488bfc494c64872056b442ece728ac36d8a72bdfb3b480be11347bef06" }, "downloads": -1, "filename": "htmlize-0.2.2.tar.gz", "has_sig": false, "md5_digest": "45af079f36647e69ad9a416dff53dbb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8078, "upload_time": "2014-06-10T00:57:21", "url": "https://files.pythonhosted.org/packages/b6/41/1499ee06c4ebcc4be5f651fe28e072b4a171dd5d495b5411647c09f93c77/htmlize-0.2.2.tar.gz" } ] }