{"library":"astunparse","type":"library","category":null,"description":"astunparse is a Python library that provides an Abstract Syntax Tree (AST) unparser, allowing conversion of ASTs back into Python source code. It is a standalone, factored-out version of the `unparse` utility originally found within the Python source distribution itself. In addition to unparsing, it offers a `dump` function for pretty-printing AST structures. The current version is 1.6.3, released in December 2019, and it has a low-frequency release cadence, primarily updating for compatibility with newer Python AST changes.","language":"python","status":"active","version":"1.6.3","tags":["AST","code generation","unparser","static analysis","developer tools","python2","python3"],"install":[{"cmd":"pip install astunparse","imports":["from astunparse import unparse","from astunparse import dump","from astunparse import Printer"]}],"homepage":null,"github":"https://github.com/simonpercivall/astunparse","docs":null,"changelog":null,"pypi":"https://pypi.org/project/astunparse/","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.6,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/astunparse/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Tue Jun 30","last_verified":"Tue Jun 30","next_check":"Thu Jul 30","install_tag":"verified"}}