concrete syntax tree with AST-like properties for Python
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

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