Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562099
en ru br
ALT Linux repos
S:1.0.1-alt1

Group :: Development/Python3
RPM: python3-module-libcst

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0.1-alt1
Build date: 13 june 2023, 11:24 ( 45.6 weeks ago )
Size: 14.62 Mb

Home page:   https://pypi.org/project/libcst/

License: MIT and Python-2.0 and Apache-2.0
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.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-libcst
  • python3-module-libcst
  • python3-module-libcst-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin