File: control

package info (click to toggle)
gtextfsm 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 416 kB
  • sloc: python: 3,174; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: gtextfsm
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 9), dh-python,
               python3-all,
               python3-pytest,
               python3-pytest-runner,
               python3-six
Standards-Version: 3.9.8
Homepage: https://github.com/google/textfsm/
Vcs-Git: https://salsa.debian.org/python-team/modules/gtextfsm.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/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.