mkconvert


Namemkconvert JSON
Version 0.12.0 PyPI version JSON
download
home_pageNone
SummaryMarkdown-HTML converters
upload_time2025-10-06 21:59:56
maintainerNone
docs_urlNone
authorPhilipp Temminghoff
requires_python>=3.12
licenseMIT License Copyright (c) 2024, Philipp Temminghoff Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mkconvert

[![PyPI License](https://img.shields.io/pypi/l/mkconvert.svg)](https://pypi.org/project/mkconvert/)
[![Package status](https://img.shields.io/pypi/status/mkconvert.svg)](https://pypi.org/project/mkconvert/)
[![Monthly downloads](https://img.shields.io/pypi/dm/mkconvert.svg)](https://pypi.org/project/mkconvert/)
[![Distribution format](https://img.shields.io/pypi/format/mkconvert.svg)](https://pypi.org/project/mkconvert/)
[![Wheel availability](https://img.shields.io/pypi/wheel/mkconvert.svg)](https://pypi.org/project/mkconvert/)
[![Python version](https://img.shields.io/pypi/pyversions/mkconvert.svg)](https://pypi.org/project/mkconvert/)
[![Implementation](https://img.shields.io/pypi/implementation/mkconvert.svg)](https://pypi.org/project/mkconvert/)
[![Releases](https://img.shields.io/github/downloads/phil65/mkconvert/total.svg)](https://github.com/phil65/mkconvert/releases)
[![Github Contributors](https://img.shields.io/github/contributors/phil65/mkconvert)](https://github.com/phil65/mkconvert/graphs/contributors)
[![Github Discussions](https://img.shields.io/github/discussions/phil65/mkconvert)](https://github.com/phil65/mkconvert/discussions)
[![Github Forks](https://img.shields.io/github/forks/phil65/mkconvert)](https://github.com/phil65/mkconvert/forks)
[![Github Issues](https://img.shields.io/github/issues/phil65/mkconvert)](https://github.com/phil65/mkconvert/issues)
[![Github Issues](https://img.shields.io/github/issues-pr/phil65/mkconvert)](https://github.com/phil65/mkconvert/pulls)
[![Github Watchers](https://img.shields.io/github/watchers/phil65/mkconvert)](https://github.com/phil65/mkconvert/watchers)
[![Github Stars](https://img.shields.io/github/stars/phil65/mkconvert)](https://github.com/phil65/mkconvert/stars)
[![Github Repository size](https://img.shields.io/github/repo-size/phil65/mkconvert)](https://github.com/phil65/mkconvert)
[![Github last commit](https://img.shields.io/github/last-commit/phil65/mkconvert)](https://github.com/phil65/mkconvert/commits)
[![Github release date](https://img.shields.io/github/release-date/phil65/mkconvert)](https://github.com/phil65/mkconvert/releases)
[![Github language count](https://img.shields.io/github/languages/count/phil65/mkconvert)](https://github.com/phil65/mkconvert)
[![Github commits this month](https://img.shields.io/github/commit-activity/m/phil65/mkconvert)](https://github.com/phil65/mkconvert)
[![Package status](https://codecov.io/gh/phil65/mkconvert/branch/main/graph/badge.svg)](https://codecov.io/gh/phil65/mkconvert/)
[![PyUp](https://pyup.io/repos/github/phil65/mkconvert/shield.svg)](https://pyup.io/repos/github/phil65/mkconvert/)

[Read the documentation!](https://phil65.github.io/mkconvert/)


| Feature | Python-Markdown | Markdown2 | Mistune | Comrak (Rust) | PyroMark (Rust) | Markdown-It-PyRS (Rust) |
|---------|----------------|-----------|---------|---------------|-----------------|-------------------------|
| **Core CommonMark** | ✅ | ✅ | ✅ | ✅ (100% compliant) | ✅ | ✅ (100% compliant) |
| Fenced code blocks | ✅ | ✅ (with ext) | ✅ | ✅ | ✅ | ✅ |
| **GitHub Flavored Markdown** |||||||
| Tables | ✅ (with ext) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.table`) | ✅ (optional) | ✅ (with GFM or `.table`) |
| Task lists | ✅ (with pymdownx.tasklist) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.tasklist`) | ✅ (optional) | ✅ (with `.tasklist`) |
| Strikethrough | ✅ (with pymdownx.tilde) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.strikethrough`) | ✅ (optional) | ✅ (with GFM or `.strikethrough`) |
| Autolinks | ✅ (with pymdownx.magiclink) | ❌ | ✅ (with plugin) | ✅ (with `.autolink`) | ✅ (with GFM) | ✅ (with `.autolink_ext`) |
| GFM Alerts | ❌ | ❌ | ❌ | ✅ (with `.alerts`) | ✅ (with GFM) | ❌ |
| **Extended Features** |||||||
| Footnotes | ✅ (with ext) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.footnotes`) | ✅ (optional) | ✅ (with `.footnote`) |
| Definition lists | ✅ (with ext) | ✅ (with ext) | ❌ | ✅ (with `.description_lists`) | ✅ (optional) | ✅ (with `.deflist`) |
| Admonitions | ✅ (with ext) | ❌ | ❌ | ❌ | ❌ | ❌ |
| Math notation | ✅ (with pymdownx.arithmatex) | ❌ | ✅ (with plugin) | ✅ (with `.math_dollars`/`.math_code`) | ✅ (optional) | ❌ |
| Superscript | ✅ (with ext) | ❌ | ❌ | ✅ (with `.superscript`) | ✅ (optional) | ❌ |
| Subscript | ✅ (with ext) | ❌ | ❌ | ✅ (with `.subscript`) | ✅ (optional) | ❌ |
| Table of Contents | ✅ (with ext) | ✅ (with ext) | ❌ | ❌ | ❌ | ❌ |
| Front matter | ✅ (with ext) | ✅ (with ext) | ❌ | ✅ (with `.front_matter_delimiter`) | ✅ (optional) | ✅ (with `.front_matter`) |
| Wikilinks | ✅ (with ext) | ❌ | ❌ | ✅ (with `.wikilinks_*`) | ✅ (optional) | ❌ |
| Header IDs | ✅ (with ext) | ✅ (with ext) | ❌ | ✅ (with `.header_ids`) | ✅ (optional) | ✅ (with `.heading_anchors`) |
| Multiline blockquotes | ❌ | ❌ | ❌ | ✅ (with `.multiline_block_quotes`) | ❌ | ❌ |
| Syntax highlighting | ✅ (with ext) | ✅ (with ext) | ✅ (with plugin) | ✅ (with plugins) | ❌ | ❌ |
| Special features | Admonitions | Smart quotes | Custom renderers | Spoiler, Greentext | Definition lists | Tree structure, very fast (20x faster than Python-Markdown) |

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mkconvert",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Philipp Temminghoff",
    "author_email": "Philipp Temminghoff <philipptemminghoff@googlemail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ea/6a/7d15e53006eebf59e4c0148eff96c992710f0257349a2753cab4783a6528/mkconvert-0.12.0.tar.gz",
    "platform": null,
    "description": "# mkconvert\n\n[![PyPI License](https://img.shields.io/pypi/l/mkconvert.svg)](https://pypi.org/project/mkconvert/)\n[![Package status](https://img.shields.io/pypi/status/mkconvert.svg)](https://pypi.org/project/mkconvert/)\n[![Monthly downloads](https://img.shields.io/pypi/dm/mkconvert.svg)](https://pypi.org/project/mkconvert/)\n[![Distribution format](https://img.shields.io/pypi/format/mkconvert.svg)](https://pypi.org/project/mkconvert/)\n[![Wheel availability](https://img.shields.io/pypi/wheel/mkconvert.svg)](https://pypi.org/project/mkconvert/)\n[![Python version](https://img.shields.io/pypi/pyversions/mkconvert.svg)](https://pypi.org/project/mkconvert/)\n[![Implementation](https://img.shields.io/pypi/implementation/mkconvert.svg)](https://pypi.org/project/mkconvert/)\n[![Releases](https://img.shields.io/github/downloads/phil65/mkconvert/total.svg)](https://github.com/phil65/mkconvert/releases)\n[![Github Contributors](https://img.shields.io/github/contributors/phil65/mkconvert)](https://github.com/phil65/mkconvert/graphs/contributors)\n[![Github Discussions](https://img.shields.io/github/discussions/phil65/mkconvert)](https://github.com/phil65/mkconvert/discussions)\n[![Github Forks](https://img.shields.io/github/forks/phil65/mkconvert)](https://github.com/phil65/mkconvert/forks)\n[![Github Issues](https://img.shields.io/github/issues/phil65/mkconvert)](https://github.com/phil65/mkconvert/issues)\n[![Github Issues](https://img.shields.io/github/issues-pr/phil65/mkconvert)](https://github.com/phil65/mkconvert/pulls)\n[![Github Watchers](https://img.shields.io/github/watchers/phil65/mkconvert)](https://github.com/phil65/mkconvert/watchers)\n[![Github Stars](https://img.shields.io/github/stars/phil65/mkconvert)](https://github.com/phil65/mkconvert/stars)\n[![Github Repository size](https://img.shields.io/github/repo-size/phil65/mkconvert)](https://github.com/phil65/mkconvert)\n[![Github last commit](https://img.shields.io/github/last-commit/phil65/mkconvert)](https://github.com/phil65/mkconvert/commits)\n[![Github release date](https://img.shields.io/github/release-date/phil65/mkconvert)](https://github.com/phil65/mkconvert/releases)\n[![Github language count](https://img.shields.io/github/languages/count/phil65/mkconvert)](https://github.com/phil65/mkconvert)\n[![Github commits this month](https://img.shields.io/github/commit-activity/m/phil65/mkconvert)](https://github.com/phil65/mkconvert)\n[![Package status](https://codecov.io/gh/phil65/mkconvert/branch/main/graph/badge.svg)](https://codecov.io/gh/phil65/mkconvert/)\n[![PyUp](https://pyup.io/repos/github/phil65/mkconvert/shield.svg)](https://pyup.io/repos/github/phil65/mkconvert/)\n\n[Read the documentation!](https://phil65.github.io/mkconvert/)\n\n\n| Feature | Python-Markdown | Markdown2 | Mistune | Comrak (Rust) | PyroMark (Rust) | Markdown-It-PyRS (Rust) |\n|---------|----------------|-----------|---------|---------------|-----------------|-------------------------|\n| **Core CommonMark** | \u2705 | \u2705 | \u2705 | \u2705 (100% compliant) | \u2705 | \u2705 (100% compliant) |\n| Fenced code blocks | \u2705 | \u2705 (with ext) | \u2705 | \u2705 | \u2705 | \u2705 |\n| **GitHub Flavored Markdown** |||||||\n| Tables | \u2705 (with ext) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.table`) | \u2705 (optional) | \u2705 (with GFM or `.table`) |\n| Task lists | \u2705 (with pymdownx.tasklist) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.tasklist`) | \u2705 (optional) | \u2705 (with `.tasklist`) |\n| Strikethrough | \u2705 (with pymdownx.tilde) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.strikethrough`) | \u2705 (optional) | \u2705 (with GFM or `.strikethrough`) |\n| Autolinks | \u2705 (with pymdownx.magiclink) | \u274c | \u2705 (with plugin) | \u2705 (with `.autolink`) | \u2705 (with GFM) | \u2705 (with `.autolink_ext`) |\n| GFM Alerts | \u274c | \u274c | \u274c | \u2705 (with `.alerts`) | \u2705 (with GFM) | \u274c |\n| **Extended Features** |||||||\n| Footnotes | \u2705 (with ext) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.footnotes`) | \u2705 (optional) | \u2705 (with `.footnote`) |\n| Definition lists | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u2705 (with `.description_lists`) | \u2705 (optional) | \u2705 (with `.deflist`) |\n| Admonitions | \u2705 (with ext) | \u274c | \u274c | \u274c | \u274c | \u274c |\n| Math notation | \u2705 (with pymdownx.arithmatex) | \u274c | \u2705 (with plugin) | \u2705 (with `.math_dollars`/`.math_code`) | \u2705 (optional) | \u274c |\n| Superscript | \u2705 (with ext) | \u274c | \u274c | \u2705 (with `.superscript`) | \u2705 (optional) | \u274c |\n| Subscript | \u2705 (with ext) | \u274c | \u274c | \u2705 (with `.subscript`) | \u2705 (optional) | \u274c |\n| Table of Contents | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u274c | \u274c | \u274c |\n| Front matter | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u2705 (with `.front_matter_delimiter`) | \u2705 (optional) | \u2705 (with `.front_matter`) |\n| Wikilinks | \u2705 (with ext) | \u274c | \u274c | \u2705 (with `.wikilinks_*`) | \u2705 (optional) | \u274c |\n| Header IDs | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u2705 (with `.header_ids`) | \u2705 (optional) | \u2705 (with `.heading_anchors`) |\n| Multiline blockquotes | \u274c | \u274c | \u274c | \u2705 (with `.multiline_block_quotes`) | \u274c | \u274c |\n| Syntax highlighting | \u2705 (with ext) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with plugins) | \u274c | \u274c |\n| Special features | Admonitions | Smart quotes | Custom renderers | Spoiler, Greentext | Definition lists | Tree structure, very fast (20x faster than Python-Markdown) |\n",
    "bugtrack_url": null,
    "license": "MIT License\n         \n         Copyright (c) 2024, Philipp Temminghoff\n         \n         Permission is hereby granted, free of charge, to any person obtaining a copy\n         of this software and associated documentation files (the \"Software\"), to deal\n         in the Software without restriction, including without limitation the rights\n         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n         copies of the Software, and to permit persons to whom the Software is\n         furnished to do so, subject to the following conditions:\n         \n         The above copyright notice and this permission notice shall be included in all\n         copies or substantial portions of the Software.\n         \n         THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n         SOFTWARE.\n         ",
    "summary": "Markdown-HTML converters",
    "version": "0.12.0",
    "project_urls": {
        "Code coverage": "https://app.codecov.io/gh/phil65/mkconvert",
        "Discussions": "https://github.com/phil65/mkconvert/discussions",
        "Documentation": "https://phil65.github.io/mkconvert/",
        "Issues": "https://github.com/phil65/mkconvert/issues",
        "Source": "https://github.com/phil65/mkconvert"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef21c21189a86d2a1f808a8c2f215d834a6ed63cf0a579aa37ca36b80411963a",
                "md5": "5729908dc0f2610d0caf5edaeefc45eb",
                "sha256": "baf7df70ea6cf8ff4d50eeef498556014b32d2a7fe994f557053a9a5601e852b"
            },
            "downloads": -1,
            "filename": "mkconvert-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5729908dc0f2610d0caf5edaeefc45eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 47598,
            "upload_time": "2025-10-06T21:59:54",
            "upload_time_iso_8601": "2025-10-06T21:59:54.645117Z",
            "url": "https://files.pythonhosted.org/packages/ef/21/c21189a86d2a1f808a8c2f215d834a6ed63cf0a579aa37ca36b80411963a/mkconvert-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea6a7d15e53006eebf59e4c0148eff96c992710f0257349a2753cab4783a6528",
                "md5": "d2578c421d50121e79f115a171cac89c",
                "sha256": "14f46fba4b52509cba5aec793e9d4c933d32b3b8733d2ec14a7e45021b1c003d"
            },
            "downloads": -1,
            "filename": "mkconvert-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d2578c421d50121e79f115a171cac89c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 25737,
            "upload_time": "2025-10-06T21:59:56",
            "upload_time_iso_8601": "2025-10-06T21:59:56.048480Z",
            "url": "https://files.pythonhosted.org/packages/ea/6a/7d15e53006eebf59e4c0148eff96c992710f0257349a2753cab4783a6528/mkconvert-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-06 21:59:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "phil65",
    "github_project": "mkconvert",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mkconvert"
}
        
Elapsed time: 1.56926s