gast


Namegast JSON
Version 0.5.3 PyPI version JSON
download
home_pagehttps://github.com/serge-sans-paille/gast/
SummaryPython AST that abstracts the underlying Python version
upload_time2021-11-13 21:39:33
maintainer
docs_urlNone
authorserge-sans-paille
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST).

GAST provides a compatibility layer between the AST of various Python versions,
as produced by ``ast.parse`` from the standard ``ast`` module.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/serge-sans-paille/gast/",
    "name": "gast",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "serge-sans-paille",
    "author_email": "serge.guelton@telecom-bretagne.eu",
    "download_url": "https://files.pythonhosted.org/packages/48/a3/0bd844c54ae8141642088b7ae09dd38fec2ec7faa9b7d25bb6a23c1f266f/gast-0.5.3.tar.gz",
    "platform": "",
    "description": "\nA generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST).\n\nGAST provides a compatibility layer between the AST of various Python versions,\nas produced by ``ast.parse`` from the standard ``ast`` module.\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Python AST that abstracts the underlying Python version",
    "version": "0.5.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fa6f60c9500a13e5be5d58526f023b54",
                "sha256": "211aac1e58c167b25d3504998f2db694454a24bb1fb1225bce99420166f21d6a"
            },
            "downloads": -1,
            "filename": "gast-0.5.3-py3-none-any.whl",
            "has_sig": true,
            "md5_digest": "fa6f60c9500a13e5be5d58526f023b54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 19445,
            "upload_time": "2021-11-13T21:39:31",
            "upload_time_iso_8601": "2021-11-13T21:39:31.165257Z",
            "url": "https://files.pythonhosted.org/packages/5f/1c/b59500a88c5c3d9d601c5ca62b9df5e0964764472faed82a182958a922c5/gast-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fdff900805e03e9dd76d377eb4cbaed7",
                "sha256": "cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea"
            },
            "downloads": -1,
            "filename": "gast-0.5.3.tar.gz",
            "has_sig": true,
            "md5_digest": "fdff900805e03e9dd76d377eb4cbaed7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 23455,
            "upload_time": "2021-11-13T21:39:33",
            "upload_time_iso_8601": "2021-11-13T21:39:33.540260Z",
            "url": "https://files.pythonhosted.org/packages/48/a3/0bd844c54ae8141642088b7ae09dd38fec2ec7faa9b7d25bb6a23c1f266f/gast-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-11-13 21:39:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "serge-sans-paille",
    "github_project": "gast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "gast"
}
        
Elapsed time: 0.01097s