mistletoe


Namemistletoe JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/miyuchina/mistletoe
SummaryA fast, extensible Markdown parser in pure Python.
upload_time2024-07-14 10:17:35
maintainerNone
docs_urlNone
authorMi Yu
requires_python~=3.5
licenseMIT
keywords markdown lexer parser development
VCS
bugtrack_url
requirements Pygments
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/miyuchina/mistletoe",
    "name": "mistletoe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.5",
    "maintainer_email": null,
    "keywords": "markdown lexer parser development",
    "author": "Mi Yu",
    "author_email": "hello@afteryu.me",
    "download_url": "https://files.pythonhosted.org/packages/11/96/ea46a376a7c4cd56955ecdfff0ea68de43996a4e6d1aee4599729453bd11/mistletoe-1.4.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A fast, extensible Markdown parser in pure Python.",
    "version": "1.4.0",
    "project_urls": {
        "Homepage": "https://github.com/miyuchina/mistletoe"
    },
    "split_keywords": [
        "markdown",
        "lexer",
        "parser",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a0fb5e545f0c7962be90366af3418989b12cf441d9da1e5d89d88f2f3e5cf8f",
                "md5": "a17dc4f1dc627ddbe39e149dcaa37ac1",
                "sha256": "44a477803861de1237ba22e375c6b617690a31d2902b47279d1f8f7ed498a794"
            },
            "downloads": -1,
            "filename": "mistletoe-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a17dc4f1dc627ddbe39e149dcaa37ac1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.5",
            "size": 51304,
            "upload_time": "2024-07-14T10:17:33",
            "upload_time_iso_8601": "2024-07-14T10:17:33.243606Z",
            "url": "https://files.pythonhosted.org/packages/2a/0f/b5e545f0c7962be90366af3418989b12cf441d9da1e5d89d88f2f3e5cf8f/mistletoe-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1196ea46a376a7c4cd56955ecdfff0ea68de43996a4e6d1aee4599729453bd11",
                "md5": "cccc7c5a07268b5f976b901420cb726d",
                "sha256": "1630f906e5e4bbe66fdeb4d29d277e2ea515d642bb18a9b49b136361a9818c9d"
            },
            "downloads": -1,
            "filename": "mistletoe-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cccc7c5a07268b5f976b901420cb726d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.5",
            "size": 107203,
            "upload_time": "2024-07-14T10:17:35",
            "upload_time_iso_8601": "2024-07-14T10:17:35.212603Z",
            "url": "https://files.pythonhosted.org/packages/11/96/ea46a376a7c4cd56955ecdfff0ea68de43996a4e6d1aee4599729453bd11/mistletoe-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-14 10:17:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "miyuchina",
    "github_project": "mistletoe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "Pygments",
            "specs": [
                [
                    ">=",
                    "2.11.2"
                ],
                [
                    "<=",
                    "2.16"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "mistletoe"
}
        
Elapsed time: 0.39625s