File: control

package info (click to toggle)
python-ipfix 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: python: 1,825; makefile: 149
file content (24 lines) | stat: -rw-r--r-- 919 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
Source: python-ipfix
Section: python
Priority: optional
Maintainer: Luca Boccassi <bluca@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-sphinx,
Standards-Version: 4.1.4
Homepage: https://github.com/britram/python-ipfix
Vcs-Git: https://salsa.debian.org/debian/python-ipfix.git
Vcs-Browser: https://salsa.debian.org/debian/python-ipfix
X-Python3-Version: >= 3.3

Package: python3-ipfix
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: IPFIX implementation for Python 3
 This module provides a Python interface to IPFIX message streams, and
 provides tools for building IPFIX Exporting and Collecting Processes.
 It handles message framing and deframing, encoding and decoding IPFIX
 data records using templates, and a bridge between IPFIX ADTs and
 appropriate Python data types.