Package python3-module-libcst: Information
Source package: python3-module-libcst
Version: 0.3.18-alt1.1
Build time: Apr 8, 2024, 10:13 AM
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/libcst/
Summary: A Concrete Syntax Tree (CST) parser and serializer library for Python
Description:
LibCST parses Python 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.
Maintainer: Michael Shigorin
Last changed
Feb. 28, 2024 Michael Shigorin 0.3.18-alt1.1
- fix build against python3 3.12 (distutils -> setuptools)
April 16, 2021 Stanislav Levin 0.3.18-alt1
- Initial build for Sisyphus.