markdown2


Namemarkdown2 JSON
Version 2.4.13 PyPI version JSON
download
home_pagehttps://github.com/trentm/python-markdown2
SummaryA fast and complete Python implementation of Markdown
upload_time2024-02-25 23:13:58
maintainerTrent Mick
docs_urlNone
authorTrent Mick
requires_python>=3.5, <4
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": ">=3.5, <4",
    "maintainer_email": "trentm@gmail.com",
    "keywords": "",
    "author": "Trent Mick",
    "author_email": "trentm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/74/89/a6bb59171d0bd5a3b19deb834ec29378a7c8e05bcb0a4dd4e5cb418ea03b/markdown2-2.4.13.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.4.13",
    "project_urls": {
        "Homepage": "https://github.com/trentm/python-markdown2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a09a9ef8d5fe4b08bfd0dd133084deefcffc4b2a37a9ca35a22b48622d59262",
                "md5": "cb7a682080336909608ff9f9cf1e82eb",
                "sha256": "855bde5cbcceb9beda7c80efdf7f406c23e6079172c497fcfce22fdce998e892"
            },
            "downloads": -1,
            "filename": "markdown2-2.4.13-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb7a682080336909608ff9f9cf1e82eb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5, <4",
            "size": 41339,
            "upload_time": "2024-02-25T23:13:56",
            "upload_time_iso_8601": "2024-02-25T23:13:56.562921Z",
            "url": "https://files.pythonhosted.org/packages/5a/09/a9ef8d5fe4b08bfd0dd133084deefcffc4b2a37a9ca35a22b48622d59262/markdown2-2.4.13-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7489a6bb59171d0bd5a3b19deb834ec29378a7c8e05bcb0a4dd4e5cb418ea03b",
                "md5": "14eaa2dc24680b3317f31438a53c7608",
                "sha256": "18ceb56590da77f2c22382e55be48c15b3c8f0c71d6398def387275e6c347a9f"
            },
            "downloads": -1,
            "filename": "markdown2-2.4.13.tar.gz",
            "has_sig": false,
            "md5_digest": "14eaa2dc24680b3317f31438a53c7608",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5, <4",
            "size": 130464,
            "upload_time": "2024-02-25T23:13:58",
            "upload_time_iso_8601": "2024-02-25T23:13:58.502169Z",
            "url": "https://files.pythonhosted.org/packages/74/89/a6bb59171d0bd5a3b19deb834ec29378a7c8e05bcb0a4dd4e5cb418ea03b/markdown2-2.4.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-25 23:13:58",
    "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.18630s