markdown2


Namemarkdown2 JSON
Version 2.5.2 PyPI version JSON
download
home_pagehttps://github.com/trentm/python-markdown2
SummaryA fast and complete Python implementation of Markdown
upload_time2024-12-11 22:06:45
maintainerTrent Mick
docs_urlNone
authorTrent Mick
requires_python<4,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            markdown2: A fast and complete Python implementation of Markdown.

Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML.  Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes, and
links.  -- http://daringfireball.net/projects/markdown/

This is a fast and complete Python implementation of the Markdown
spec. See http://github.com/trentm/python-markdown2 for more info.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/trentm/python-markdown2",
    "name": "markdown2",
    "maintainer": "Trent Mick",
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": "trentm@gmail.com",
    "keywords": null,
    "author": "Trent Mick",
    "author_email": "trentm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/61/d3c0c21280ba1fc348822a4410847cf78f99bba8625755a5062a44d2e228/markdown2-2.5.2.tar.gz",
    "platform": "any",
    "description": "markdown2: A fast and complete Python implementation of Markdown.\n\nMarkdown is a text-to-HTML filter; it translates an easy-to-read /\neasy-to-write structured text format into HTML.  Markdown's text\nformat is most similar to that of plain text email, and supports\nfeatures such as headers, *emphasis*, code blocks, blockquotes, and\nlinks.  -- http://daringfireball.net/projects/markdown/\n\nThis is a fast and complete Python implementation of the Markdown\nspec. See http://github.com/trentm/python-markdown2 for more info.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A fast and complete Python implementation of Markdown",
    "version": "2.5.2",
    "project_urls": {
        "Homepage": "https://github.com/trentm/python-markdown2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6853baf1f8bd93a9cd5a1b6116041f17dba742bef57cbddb0484f792753c3a2e",
                "md5": "e8864f16470209c3638152e796b07aa8",
                "sha256": "bed80d301a33845be633acde47a67cf265c57ddf9cbe3cb11c49c18016c2f581"
            },
            "downloads": -1,
            "filename": "markdown2-2.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8864f16470209c3638152e796b07aa8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 48517,
            "upload_time": "2024-12-11T22:06:44",
            "upload_time_iso_8601": "2024-12-11T22:06:44.215471Z",
            "url": "https://files.pythonhosted.org/packages/68/53/baf1f8bd93a9cd5a1b6116041f17dba742bef57cbddb0484f792753c3a2e/markdown2-2.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a061d3c0c21280ba1fc348822a4410847cf78f99bba8625755a5062a44d2e228",
                "md5": "9896bd95d1eb564300d7fd176e17d0a1",
                "sha256": "3ac02226a901c4b2f6fc21dbd17c26d118d2c25bcbb28cee093a1f8b5c46f3f1"
            },
            "downloads": -1,
            "filename": "markdown2-2.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9896bd95d1eb564300d7fd176e17d0a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 141583,
            "upload_time": "2024-12-11T22:06:45",
            "upload_time_iso_8601": "2024-12-11T22:06:45.556094Z",
            "url": "https://files.pythonhosted.org/packages/a0/61/d3c0c21280ba1fc348822a4410847cf78f99bba8625755a5062a44d2e228/markdown2-2.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 22:06:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "trentm",
    "github_project": "python-markdown2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "markdown2"
}
        
Elapsed time: 0.39133s