Source: python-fissix Section: python Maintainer: Debian Python Team Uploaders: Mahangu Weerasinghe Build-Depends: debhelper-compat (= 13), dh-sequence-python3, flit, pybuild-plugin-pyproject, python3-all, python3-platformdirs, python3-pytest , Standards-Version: 4.7.4 Homepage: https://github.com/jreese/fissix #Testsuite: autopkgtest-pkg-python Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fissix Vcs-Git: https://salsa.debian.org/python-team/packages/python-fissix.git X-Style: black Package: python3-fissix Architecture: all Depends: python3-platformdirs, ${misc:Depends}, ${python3:Depends}, Description: backport of lib2to3 that supports the latest Python3 grammars Fissix is a backport of lib2to3, a CST (concrete syntax tree) implementation, that supports various features and grammars that are more up-to-date than the latest upstream CPython version. It is the parser that Bowler uses to make safe, large scale code modifications and smart refactoring. It supports source written in both Python 2 and 3.