File: control

package info (click to toggle)
gtextfsm 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 200
  • sloc: python: 1,172; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 941 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
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 (>= 9), dh-python,
               python-all,
Standards-Version: 3.9.8
Homepage: https://code.google.com/p/textfsm/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gtextfsm.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/gtextfsm.git

Package: python-gtextfsm
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python: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.