{ "info": { "author": "Sylvain Thenault", "author_email": "sylvain.thenault@logilab.fr", "bugtrack_url": null, "classifiers": [], "description": "The aim of this module is to provide a common base representation of\npython source code for projects such as pychecker, pyreverse,\npylint... Well, actually the development of this library is essentialy\ngoverned by pylint's needs.\n\nIt extends class defined in the compiler.ast [1] module with some\nadditional methods and attributes. Instance attributes are added by a\nbuilder object, which can either generate extended ast (let's call\nthem astng ;) by visiting an existant ast tree or by inspecting living\nobject. Methods are added by monkey patching ast classes.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.logilab.org/projects/astng", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "astng", "package_url": "https://pypi.org/project/astng/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/astng/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.logilab.org/projects/astng" }, "release_url": "https://pypi.org/project/astng/0.16.1/", "requires_dist": null, "requires_python": null, "summary": "extend python's abstract syntax tree", "version": "0.16.1" }, "last_serial": 15265, "releases": { "0.13.1": [], "0.15.0": [], "0.16.0": [], "0.16.1": [] }, "urls": [] }