{ "info": { "author": "Yule Meng", "author_email": "88914511@qq.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Indexing", "Topic :: Utilities" ], "description": "# 1.Introduction to pyMd2Doc\n\nUse python to convert markdown to a directory document with retractable text content.\n\n\n# 2. Method of use\n\nThis program requires a python environment of python3 or above.\n\n\n## 2.1 Prepare Markdown file\n\nPrepare the Markdown file that needs to be converted into a document.\n\n\n## 2.2 Install pyMd2Doc\n\nInstall the program using\n\n\tpip install pyMd2Doc\n\n\n## 2.3 Start the conversion\n\n### 2.3.1 md file to HTML\n\n> creates [yourFileName].py file to prepare the markdown file that needs to be converted, such as mymarkdown.md\n\n> introduces the required module, calls the function and passes in the markdown file to be converted, as shown in the following example:\n\n\n\n\tfrom pymd2doc import createDoc\n\n\n\tcreateDoc.create(\"myMarkdown\")\n\n\nThe successful execution of > will generate the mymarkdown.html file\n\n\n### 2.3.2 String md content to HTML\n\n> introduces the required module, calls the function, and passes in the markdown file that needs to be converted\n\n> passes in String md content, as shown in the following example:\n\n\n\tfrom pymd2doc import createDoc\n\n\n\tSTR = u'''\n\t\t\tHere is the String md content\n\t\t\t'''\n\n\t# param strs passes in the MD string\n\t# param myMarkdown definition will generate the name of the HTML file\n\t# return myMarkdown.html\n\n\tcreateDoc.createByString(strs, \"myMarkdown\")\n\n> The successful execution of > will generate the mymarkdown.html file\n\n\n## 2.4 Check the documentation\n\nOpen the mymarkdown.html file you just generated with your browser.\n\nClick the directory to jump to the corresponding document content.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yuleMeng/pyMd2Doc", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyMd2Doc", "package_url": "https://pypi.org/project/pyMd2Doc/", "platform": "", "project_url": "https://pypi.org/project/pyMd2Doc/", "project_urls": { "Homepage": "https://github.com/yuleMeng/pyMd2Doc" }, "release_url": "https://pypi.org/project/pyMd2Doc/2.0.2/", "requires_dist": [ "Markdown" ], "requires_python": "", "summary": "fix bug", "version": "2.0.2" }, "last_serial": 5394358, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "60edfb2787796d47d404e577d083f9d7", "sha256": "3d2fb30537d25cfd485d69ec8e7ce66bdde2cea001dbf03679a555f081efba8a" }, "downloads": -1, "filename": "pyMd2Doc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "60edfb2787796d47d404e577d083f9d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3436, "upload_time": "2018-09-18T02:53:50", "url": "https://files.pythonhosted.org/packages/bc/f8/75c6f7a6805bc89e1f42ce62aad22ba44e3fc41dc16641b089d93d9abdc0/pyMd2Doc-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "de8daf49f4f2145d30ba790ada837b41", "sha256": "1aad11b183ca89de23a4442776e5f0c5f2f47589d17d732d2c0c6a01d9ec9e7f" }, "downloads": -1, "filename": "pyMd2Doc-0.1.2.tar.gz", "has_sig": false, "md5_digest": "de8daf49f4f2145d30ba790ada837b41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3435, "upload_time": "2018-09-18T03:17:20", "url": "https://files.pythonhosted.org/packages/57/8e/4d3d0df8447eafc9b2e255bbe2fc2b8f60bb5302b1e2d9e9743bc4bbc885/pyMd2Doc-0.1.2.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "88671321159700f4d59e123e62056b77", "sha256": "09ff16d85c5733bec0087b24d19faec5f90f4cb76334332391954e90d1fa44c3" }, "downloads": -1, "filename": "pyMd2Doc-1.0.1.tar.gz", "has_sig": false, "md5_digest": "88671321159700f4d59e123e62056b77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5251, "upload_time": "2018-09-18T08:21:45", "url": "https://files.pythonhosted.org/packages/dc/4e/43482d4b4fb4ef31ed495d6d13190271d1a563c0475011e04f2b14b6c45a/pyMd2Doc-1.0.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "07bdb2c7fddc93042d878aa2ce4c55af", "sha256": "7ee54f0aba569d963d051116f6eb177828ee1fc6cb188167fcc04d3223080da9" }, "downloads": -1, "filename": "pyMd2Doc-1.1.1.tar.gz", "has_sig": false, "md5_digest": "07bdb2c7fddc93042d878aa2ce4c55af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5429, "upload_time": "2018-09-19T02:39:28", "url": "https://files.pythonhosted.org/packages/87/2d/c2a20293842860119f5f8c832977806a2481c369bd85d15f303de60f1a59/pyMd2Doc-1.1.1.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "e46c7c4d05a43e6f4de062609f4e7bb5", "sha256": "6509a93cfb3389798451d147a945963b51274bf9c4ba03e976df844d2987e141" }, "downloads": -1, "filename": "pyMd2Doc-1.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e46c7c4d05a43e6f4de062609f4e7bb5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7967, "upload_time": "2019-04-04T08:56:15", "url": "https://files.pythonhosted.org/packages/b0/1d/6b645711237869b741a4b7bb793724655e5f18ad54a3518814752e0fafd1/pyMd2Doc-1.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f795a3df4cd1ab2e61cba84d9b8a034d", "sha256": "d214a9dd33526bd269f789653319480a29ca9e10b7eb199b46b79643b90b2220" }, "downloads": -1, "filename": "pyMd2Doc-1.2.1.tar.gz", "has_sig": false, "md5_digest": "f795a3df4cd1ab2e61cba84d9b8a034d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6045, "upload_time": "2019-04-04T08:56:17", "url": "https://files.pythonhosted.org/packages/61/b4/e1db125d62bc6cfd41954c88d9d675ea491f47b852c20667c96ade1a5d91/pyMd2Doc-1.2.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "21695f2031395eb8051903f51f0596ca", "sha256": "f9e44ad7f7d95245a4cfbd0a8278eb959ac9a94a0c093392af92cbd3013cb0da" }, "downloads": -1, "filename": "pyMd2Doc-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "21695f2031395eb8051903f51f0596ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6763, "upload_time": "2019-05-24T08:54:58", "url": "https://files.pythonhosted.org/packages/2d/c2/b981eda6968eb808b0a1aad50210c63852001959482b91b2eaadbaa96e02/pyMd2Doc-2.0.0-py3-none-any.whl" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "18c7d210cc8e5737db1097d3acad5944", "sha256": "b6f5b4f9b32213dd2f65820780731a32885c146d77d366d38df3d3f811200dc6" }, "downloads": -1, "filename": "pyMd2Doc-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "18c7d210cc8e5737db1097d3acad5944", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33350, "upload_time": "2019-05-27T07:14:35", "url": "https://files.pythonhosted.org/packages/37/e2/fc15458f6646092d5ffd51405e614d8ee6e7d6a84e12eee63aa30a1db798/pyMd2Doc-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8239b3cf248e12934cfe82a606c4d8b9", "sha256": "bd3c2fb89044a9f4fc7156821e342b43649134855655105319df533f5a91fae4" }, "downloads": -1, "filename": "pyMd2Doc-2.0.1.tar.gz", "has_sig": false, "md5_digest": "8239b3cf248e12934cfe82a606c4d8b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32028, "upload_time": "2019-05-27T07:14:38", "url": "https://files.pythonhosted.org/packages/72/fd/b49d33afd3fc0a72ed1b79dfe83827b38e66537beeb0ca182cda32a35d3c/pyMd2Doc-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "13f8d7e9f38646ff733e585c5a6706b3", "sha256": "8e399345c9107c8a0d62687637ae88dbe21650dd722e049adbf1526a85574868" }, "downloads": -1, "filename": "pyMd2Doc-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "13f8d7e9f38646ff733e585c5a6706b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33306, "upload_time": "2019-06-13T06:05:54", "url": "https://files.pythonhosted.org/packages/2a/91/052b71c1148afe21d7486685a80dded8ea925f301010b399f04803859679/pyMd2Doc-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "927c7a09f3e28b9765d80bafde0afd4c", "sha256": "f01c839645459e82788e37b3d6097db9c363847992ae78af07beac399aa7bb59" }, "downloads": -1, "filename": "pyMd2Doc-2.0.2.tar.gz", "has_sig": false, "md5_digest": "927c7a09f3e28b9765d80bafde0afd4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32024, "upload_time": "2019-06-13T06:05:57", "url": "https://files.pythonhosted.org/packages/d7/e6/b66a847e34866c2b8eb8a64b6fb0f2a4fc791e7738a034a72f18a8ba3ff2/pyMd2Doc-2.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13f8d7e9f38646ff733e585c5a6706b3", "sha256": "8e399345c9107c8a0d62687637ae88dbe21650dd722e049adbf1526a85574868" }, "downloads": -1, "filename": "pyMd2Doc-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "13f8d7e9f38646ff733e585c5a6706b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33306, "upload_time": "2019-06-13T06:05:54", "url": "https://files.pythonhosted.org/packages/2a/91/052b71c1148afe21d7486685a80dded8ea925f301010b399f04803859679/pyMd2Doc-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "927c7a09f3e28b9765d80bafde0afd4c", "sha256": "f01c839645459e82788e37b3d6097db9c363847992ae78af07beac399aa7bb59" }, "downloads": -1, "filename": "pyMd2Doc-2.0.2.tar.gz", "has_sig": false, "md5_digest": "927c7a09f3e28b9765d80bafde0afd4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32024, "upload_time": "2019-06-13T06:05:57", "url": "https://files.pythonhosted.org/packages/d7/e6/b66a847e34866c2b8eb8a64b6fb0f2a4fc791e7738a034a72f18a8ba3ff2/pyMd2Doc-2.0.2.tar.gz" } ] }