mistune


Namemistune JSON
Version 3.0.1 PyPI version JSON
download
home_page
SummaryA sane and fast Markdown parser with useful plugins and renderers
upload_time2023-06-09 23:57:43
maintainer
docs_urlNone
author
requires_python>=3.7
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": "",
    "name": "mistune",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Hsiaoming Yang <me@lepture.com>",
    "download_url": "https://files.pythonhosted.org/packages/0c/88/6862147c3203750cef135070fe9f841d82146c4206f55239592bcc27b0cd/mistune-3.0.1.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.0.1",
    "project_urls": {
        "Documentation": "https://mistune.lepture.com/",
        "Donate": "https://github.com/sponsors/lepture",
        "Source": "https://github.com/lepture/mistune"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccc0ac9587149e37cde62ae338e9db8241ae2fdc79a84bde8c8ba7caea2c22d8",
                "md5": "b50089d14dfea291e1155a766a5d7893",
                "sha256": "b9b3e438efbb57c62b5beb5e134dab664800bdf1284a7ee09e8b12b13eb1aac6"
            },
            "downloads": -1,
            "filename": "mistune-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b50089d14dfea291e1155a766a5d7893",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 47959,
            "upload_time": "2023-06-09T23:57:41",
            "upload_time_iso_8601": "2023-06-09T23:57:41.236729Z",
            "url": "https://files.pythonhosted.org/packages/cc/c0/ac9587149e37cde62ae338e9db8241ae2fdc79a84bde8c8ba7caea2c22d8/mistune-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c886862147c3203750cef135070fe9f841d82146c4206f55239592bcc27b0cd",
                "md5": "e6105d809343c567299e3fb539ae8cf7",
                "sha256": "e912116c13aa0944f9dc530db38eb88f6a77087ab128f49f84a48f4c05ea163c"
            },
            "downloads": -1,
            "filename": "mistune-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e6105d809343c567299e3fb539ae8cf7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 91271,
            "upload_time": "2023-06-09T23:57:43",
            "upload_time_iso_8601": "2023-06-09T23:57:43.147363Z",
            "url": "https://files.pythonhosted.org/packages/0c/88/6862147c3203750cef135070fe9f841d82146c4206f55239592bcc27b0cd/mistune-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-09 23:57:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "lepture",
    "github_not_found": true,
    "lcname": "mistune"
}
        
Elapsed time: 0.07674s