py-libcst-1.8.6

concrete syntax tree with AST-like properties for Python

Index | devel

Description

LibCST is a Concrete Syntax Tree (CST) parser and serializer library for
Python. It parses Python 3.0 -> 3.13 source code as a CST tree that keeps
all formatting details (comments, whitespaces, parentheses, etc).
It's useful for building automated refactoring (codemod) applications
and linters.

Homepage: https://github.com/Instagram/LibCST

Build Dependencies