gast


Namegast JSON
Version 0.5.5 PyPI version JSON
download
home_pagehttps://github.com/serge-sans-paille/gast/
SummaryPython AST that abstracts the underlying Python version
upload_time2024-06-25 20:38:20
maintainerNone
docs_urlNone
authorserge-sans-paille
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
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": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "serge-sans-paille",
    "author_email": "serge.guelton@telecom-bretagne.eu",
    "download_url": "https://files.pythonhosted.org/packages/f4/85/d65445079010a6bf35041455b7b97e1bfca49f80b8aed41f89f7831cb02d/gast-0.5.5.tar.gz",
    "platform": null,
    "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",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Python AST that abstracts the underlying Python version",
    "version": "0.5.5",
    "project_urls": {
        "Homepage": "https://github.com/serge-sans-paille/gast/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f485d65445079010a6bf35041455b7b97e1bfca49f80b8aed41f89f7831cb02d",
                "md5": "64ca85d779bebb697c0dbc44218c2f10",
                "sha256": "5f4ae749ba7199034b6912af98f05b4058d6d48fc2f065037b241be819a22924"
            },
            "downloads": -1,
            "filename": "gast-0.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "64ca85d779bebb697c0dbc44218c2f10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 26733,
            "upload_time": "2024-06-25T20:38:20",
            "upload_time_iso_8601": "2024-06-25T20:38:20.440917Z",
            "url": "https://files.pythonhosted.org/packages/f4/85/d65445079010a6bf35041455b7b97e1bfca49f80b8aed41f89f7831cb02d/gast-0.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 20:38:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "serge-sans-paille",
    "github_project": "gast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "gast"
}
        
Elapsed time: 0.25864s