mistune


Namemistune JSON
Version 3.1.4 PyPI version JSON
download
home_pageNone
SummaryA sane and fast Markdown parser with useful plugins and renderers
upload_time2025-08-29 07:20:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Mistune v3
==========

A fast yet powerful Python Markdown parser with renderers and plugins.

Overview
--------

Convert Markdown to HTML with ease:

.. code-block:: python

    import mistune
    mistune.html(your_markdown_text)

Useful Links
------------

1. GitHub: https://github.com/lepture/mistune
2. Docs: https://mistune.lepture.com/

License
-------

Mistune is licensed under BSD. Please see LICENSE for licensing details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mistune",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Hsiaoming Yang <me@lepture.com>",
    "download_url": "https://files.pythonhosted.org/packages/d7/02/a7fb8b21d4d55ac93cdcde9d3638da5dd0ebdd3a4fed76c7725e10b81cbe/mistune-3.1.4.tar.gz",
    "platform": null,
    "description": "Mistune v3\n==========\n\nA fast yet powerful Python Markdown parser with renderers and plugins.\n\nOverview\n--------\n\nConvert Markdown to HTML with ease:\n\n.. code-block:: python\n\n    import mistune\n    mistune.html(your_markdown_text)\n\nUseful Links\n------------\n\n1. GitHub: https://github.com/lepture/mistune\n2. Docs: https://mistune.lepture.com/\n\nLicense\n-------\n\nMistune is licensed under BSD. Please see LICENSE for licensing details.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A sane and fast Markdown parser with useful plugins and renderers",
    "version": "3.1.4",
    "project_urls": {
        "Documentation": "https://mistune.lepture.com/",
        "Donate": "https://github.com/sponsors/lepture",
        "Source": "https://github.com/lepture/mistune"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7af08282d9641415e9e33df173516226b404d367a0fc55e1a60424a152913abc",
                "md5": "9d8cacc932026c639f9787453a6b9c65",
                "sha256": "93691da911e5d9d2e23bc54472892aff676df27a75274962ff9edc210364266d"
            },
            "downloads": -1,
            "filename": "mistune-3.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d8cacc932026c639f9787453a6b9c65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 53481,
            "upload_time": "2025-08-29T07:20:42",
            "upload_time_iso_8601": "2025-08-29T07:20:42.218253Z",
            "url": "https://files.pythonhosted.org/packages/7a/f0/8282d9641415e9e33df173516226b404d367a0fc55e1a60424a152913abc/mistune-3.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d702a7fb8b21d4d55ac93cdcde9d3638da5dd0ebdd3a4fed76c7725e10b81cbe",
                "md5": "47bd96502dcf22434a329b1814769480",
                "sha256": "b5a7f801d389f724ec702840c11d8fc48f2b33519102fc7ee739e8177b672164"
            },
            "downloads": -1,
            "filename": "mistune-3.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "47bd96502dcf22434a329b1814769480",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 94588,
            "upload_time": "2025-08-29T07:20:43",
            "upload_time_iso_8601": "2025-08-29T07:20:43.594418Z",
            "url": "https://files.pythonhosted.org/packages/d7/02/a7fb8b21d4d55ac93cdcde9d3638da5dd0ebdd3a4fed76c7725e10b81cbe/mistune-3.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 07:20:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "lepture",
    "github_not_found": true,
    "lcname": "mistune"
}
        
Elapsed time: 2.02223s