Package python3-module-libcst: Information

    Source package: python3-module-libcst
    Version: 0.3.18-alt1
    Build time:  Aug 10, 2021, 04:00 PM
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    python3-module-libcst (noarch)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin

      1. python3(hypothesis)
      2. python3(black)
      3. python3(isort)
      4. python3(tox)
      5. python3(tox_no_deps)
      6. python3(typing_extensions)
      7. python3(typing_inspect)
      8. python3(yaml)
      9. rpm-build-python3
      10. python3-module-setuptools

    Last changed


    April 16, 2021 Stanislav Levin 0.3.18-alt1
    - Initial build for Sisyphus.