front-matter-parser-py


Namefront-matter-parser-py JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryFront matter parser for Python
upload_time2024-11-03 18:07:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords markdown markdown-it lexer parser development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Overview

This is a simple plugin for mdit-py, a markdown parser for Python. It adds the
ability to load the front matter of a markdown file, which is a YAML block at the
beginning of the file. The front matter is parsed and stored in the `front_matter`
attribute of the `Mdit` object.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "front-matter-parser-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "markdown, markdown-it, lexer, parser, development",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c5/7c/8261a526818064bbac6a1eeca2c975f9cd651f5468ba825350b377be04d1/front_matter_parser_py-0.0.1.tar.gz",
    "platform": null,
    "description": "# Overview\n\nThis is a simple plugin for mdit-py, a markdown parser for Python. It adds the\nability to load the front matter of a markdown file, which is a YAML block at the\nbeginning of the file. The front matter is parsed and stored in the `front_matter`\nattribute of the `Mdit` object.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Front matter parser for Python",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://mdit-py-plugins.readthedocs.io",
        "Homepage": "https://github.com/executablebooks/mdit-py-plugins"
    },
    "split_keywords": [
        "markdown",
        " markdown-it",
        " lexer",
        " parser",
        " development"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fed23a7882578e5178fe475b3333d7f453e510c0afab16878461cbfa4d238ef3",
                "md5": "175575936bbe07098487297de5e25d67",
                "sha256": "af44146531c739455ad34d7638f8ffbebb729fe851442c2b81fe0db84c378653"
            },
            "downloads": -1,
            "filename": "front_matter_parser_py-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "175575936bbe07098487297de5e25d67",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4247,
            "upload_time": "2024-11-03T18:07:15",
            "upload_time_iso_8601": "2024-11-03T18:07:15.815671Z",
            "url": "https://files.pythonhosted.org/packages/fe/d2/3a7882578e5178fe475b3333d7f453e510c0afab16878461cbfa4d238ef3/front_matter_parser_py-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c57c8261a526818064bbac6a1eeca2c975f9cd651f5468ba825350b377be04d1",
                "md5": "7e9d19f6d5aa6b08cbef13096be00532",
                "sha256": "88a9bf0c8d596c19dd8f4ef12ec5baa27aa0b4a0aa225016c6ceb6371f433280"
            },
            "downloads": -1,
            "filename": "front_matter_parser_py-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7e9d19f6d5aa6b08cbef13096be00532",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5316,
            "upload_time": "2024-11-03T18:07:17",
            "upload_time_iso_8601": "2024-11-03T18:07:17.276908Z",
            "url": "https://files.pythonhosted.org/packages/c5/7c/8261a526818064bbac6a1eeca2c975f9cd651f5468ba825350b377be04d1/front_matter_parser_py-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 18:07:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "executablebooks",
    "github_project": "mdit-py-plugins",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "front-matter-parser-py"
}
        
Elapsed time: 0.45125s