Source: python-linetable Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Timo Röhling Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, python3-all, python3-pytest , python3-setuptools, Homepage: https://github.com/amol-/linetable Standards-Version: 4.6.2 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Vcs-Git: https://salsa.debian.org/python-team/packages/python-linetable.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-linetable Package: python3-linetable Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Parse and generate linetable attributes for Python 3 code objects This module provides a simple interface to parse and generate co_linetable attributes for Python 3 code objects, dealing with the version-specific changes in the CPython implementation.