Source: python-textparser Section: python Maintainer: Debian Python Team Uploaders: Carl Keinath , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, Build-Depends-Indep: dh-sequence-sphinxdoc , python3-sphinx , python3-sphinx-rtd-theme , Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.3 Homepage: https://github.com/eerimoq/textparser Vcs-Browser: https://salsa.debian.org/python-team/packages/python-textparser Vcs-Git: https://salsa.debian.org/python-team/packages/python-textparser.git Package: python3-textparser Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, Suggests: python-textparser-doc, Description: text parsing library for building custom parsers (Python 3) textparser is a fast and lightweight library for building text parsers and generating parse trees from structured text. It provides a tokenizer and a set of composable grammar primitives for defining custom parsers. . This package installs the library for Python 3. Package: python-textparser-doc Section: doc Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Build-Profiles: Description: text parsing library for building custom parsers (common documentation) textparser is a fast and lightweight library for building text parsers and generating parse trees from structured text. It provides a tokenizer and a set of composable grammar primitives for defining custom parsers. . This is the common documentation package.