{"library":"astroid","type":"library","category":null,"description":"Astroid is a Python library that provides an extended abstract syntax tree (AST) with inference capabilities, primarily used by Pylint for static code analysis. It reconstructs Python's built-in `_ast` module's tree, adding richer nodes with methods and attributes for static inference and local scope analysis. It can also build partial ASTs from live Python objects. As of version 4.1.2, it supports Python 3.10 and newer.","language":"python","status":"active","version":"4.1.2","tags":["ast","abstract syntax tree","static analysis","linter","pylint"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install astroid","imports":["from astroid import parse","from astroid import MANAGER","from astroid.nodes import FunctionDef","from astroid.builder import AstroidBuilder"]}],"homepage":null,"github":"https://github.com/pylint-dev/astroid","docs":"https://pylint.readthedocs.io/projects/astroid/en/latest/","changelog":null,"pypi":"https://pypi.org/project/astroid/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.8,"avg_import_s":0.16,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/astroid/compatibility"}}