Path to this page:
./
lang/py-libcst,
Concrete syntax tree with AST-like properties for Python
Branch: pkgsrc-2022Q3,
Version: 0.4.7,
Package name: py310-libcst-0.4.7,
Maintainer: pkgsrc-usersLibCST parses Python 3.0 -> 3.11 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.
LibCST creates a compromise between an Abstract Syntax Tree (AST)
and a traditional Concrete Syntax Tree (CST). By carefully reorganizing
and naming node types and fields, we've created a lossless CST that
looks and feels like an AST.
Master sites:
Filesize: 722.434 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version py310-libcst-0.4.7 (created)