Rules-Requires-Root: no Standards-Version: 4.6.0.1 Build-Depends: cargo, debhelper-compat (= 13), dh-sequence-python3, librust-chic-dev, librust-criterion-dev, librust-difference-dev, librust-paste-dev, librust-peg-dev, librust-thiserror-1-dev, librust-trybuild-dev, librust-getopts-dev, pybuild-plugin-pyproject, python3-all, python3-pytest, python3-setuptools, python3-setuptools-rust, python3-setuptools-scm, python3-typing-extensions (>= 3.7.4.2), python3-typing-inspect (>= 0.4.0), python3-wheel, python3-yaml (>= 5.2), rustc:native (>= 1.70), librust-annotate-snippets-0.11+default-dev (>= 0.11.5-~~), librust-libcst-derive-1+default-dev (>= 1.8.6-~~), librust-memchr-2+default-dev (>= 2.7.4-~~), librust-paste-1+default-dev (>= 1.0.15-~~), librust-peg-0.8+default-dev (>= 0.8.5-~~), librust-pyo3-0.27+default-dev, librust-pyo3-0.27+extension-module-dev, librust-quote-1+default-dev, librust-regex-1+default-dev (>= 1.11.2-~~), librust-syn-2+default-dev, librust-thiserror-2+default-dev (>= 2.0.12-~~), libstd-rust-dev Source: python-libcst Priority: optional Section: python Maintainer: Jelmer Vernooij Vcs-Git: https://salsa.debian.org/jelmer/python-libcst.git Vcs-Browser: https://salsa.debian.org/jelmer/python-libcst Package: python3-libcst Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Architecture: any Description: Concrete Syntax Tree (CST) parser and serializer library for Python LibCST 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.