pygpeg


Namepygpeg JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://realistschuckle.gitlab.io/pygpeg
SummaryAnother PEG parser for Python
upload_time2023-01-10 20:14:42
maintainer
docs_urlNone
authorCurtis Schlak
requires_python>=3.9,<4.0
licenseMIT
keywords parser peg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pygpeg
======

**pygpeg** (/pig'peg/) is a parsing expression grammar (PEG) library for
Python. It allows you to generate a parser that allows you to parse
context-free grammars into whatever structures you want.

**pygpeg** combines the PEG syntax with the terse callback semantics found in
traditional parser generators like yacc or bison. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://realistschuckle.gitlab.io/pygpeg",
    "name": "pygpeg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "parser,peg",
    "author": "Curtis Schlak",
    "author_email": "foss@schlak.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/99/c067fd84fc8c6888d9ccc653c8778352e7291a8ba32312b9e99f9189e3a9/pygpeg-0.1.0.tar.gz",
    "platform": null,
    "description": "pygpeg\n======\n\n**pygpeg** (/pig'peg/) is a parsing expression grammar (PEG) library for\nPython. It allows you to generate a parser that allows you to parse\ncontext-free grammars into whatever structures you want.\n\n**pygpeg** combines the PEG syntax with the terse callback semantics found in\ntraditional parser generators like yacc or bison. \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Another PEG parser for Python",
    "version": "0.1.0",
    "split_keywords": [
        "parser",
        "peg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cc651878ba27f7a2a55b233b92e35954dd598da3df75c9e87552f95b464711e",
                "md5": "824770b940928c169e3d1c308dbd60fa",
                "sha256": "e4961ebe14ca02798f6ec17423acb24d5943dd19459425d7943ee70d0d0c6f5f"
            },
            "downloads": -1,
            "filename": "pygpeg-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "824770b940928c169e3d1c308dbd60fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 8451,
            "upload_time": "2023-01-10T20:14:41",
            "upload_time_iso_8601": "2023-01-10T20:14:41.181184Z",
            "url": "https://files.pythonhosted.org/packages/5c/c6/51878ba27f7a2a55b233b92e35954dd598da3df75c9e87552f95b464711e/pygpeg-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e99c067fd84fc8c6888d9ccc653c8778352e7291a8ba32312b9e99f9189e3a9",
                "md5": "afa63ef587d35cc3e23f9cba014e0eaa",
                "sha256": "2a616e80e73fa6d63b54a26db9a0dd4813a11ad4d5a70eed5181c49390075db6"
            },
            "downloads": -1,
            "filename": "pygpeg-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "afa63ef587d35cc3e23f9cba014e0eaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 7241,
            "upload_time": "2023-01-10T20:14:42",
            "upload_time_iso_8601": "2023-01-10T20:14:42.418161Z",
            "url": "https://files.pythonhosted.org/packages/9e/99/c067fd84fc8c6888d9ccc653c8778352e7291a8ba32312b9e99f9189e3a9/pygpeg-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-10 20:14:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pygpeg"
}
        
Elapsed time: 0.02593s