Source: gtextfsm
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pytest,
               python3-pytest-runner,
               python3-six
Rules-Requires-Root: no
Standards-Version: 3.9.8
Homepage: https://github.com/google/textfsm/
Vcs-Git: https://salsa.debian.org/python-team/packages/gtextfsm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/gtextfsm

Package: python3-textfsm
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: template based state machine for parsing semi-formatted text
 This Python module implements a template based state machine for
 parsing semi-formatted text. Originally developed to allow
 programmatic access to information returned from the command line
 interface (CLI) of networking devices.
