ply


Nameply JSON
Version 3.11 PyPI version JSON
download
home_pagehttp://www.dabeaz.com/ply/
SummaryPython Lex & Yacc
upload_time2018-02-15 19:01:31
maintainer
docs_urlNone
authorDavid Beazley
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
PLY is yet another implementation of lex and yacc for Python. Some notable
features include the fact that its implemented entirely in Python and it
uses LALR(1) parsing which is efficient and well suited for larger grammars.

PLY provides most of the standard lex/yacc features including support for empty 
productions, precedence rules, error recovery, and support for ambiguous grammars. 

PLY is extremely easy to use and provides very extensive error checking. 
It is compatible with both Python 2 and Python 3.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.dabeaz.com/ply/",
    "name": "ply",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Beazley",
    "author_email": "dave@dabeaz.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz",
    "platform": "",
    "description": "\nPLY is yet another implementation of lex and yacc for Python. Some notable\nfeatures include the fact that its implemented entirely in Python and it\nuses LALR(1) parsing which is efficient and well suited for larger grammars.\n\nPLY provides most of the standard lex/yacc features including support for empty \nproductions, precedence rules, error recovery, and support for ambiguous grammars. \n\nPLY is extremely easy to use and provides very extensive error checking. \nIt is compatible with both Python 2 and Python 3.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Python Lex & Yacc",
    "version": "3.11",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "62b6ad5affddc9926ab5571f390cc840",
                "sha256": "096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce"
            },
            "downloads": -1,
            "filename": "ply-3.11-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62b6ad5affddc9926ab5571f390cc840",
            "packagetype": "bdist_wheel",
            "python_version": "3.6",
            "requires_python": null,
            "size": 49567,
            "upload_time": "2018-02-15T19:01:27",
            "upload_time_iso_8601": "2018-02-15T19:01:27.172483Z",
            "url": "https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6465f602e656455affcd7c5734c638f8",
                "sha256": "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3"
            },
            "downloads": -1,
            "filename": "ply-3.11.tar.gz",
            "has_sig": false,
            "md5_digest": "6465f602e656455affcd7c5734c638f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 159130,
            "upload_time": "2018-02-15T19:01:31",
            "upload_time_iso_8601": "2018-02-15T19:01:31.097641Z",
            "url": "https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-02-15 19:01:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ply"
}
        
Elapsed time: 0.01111s