File: control

package info (click to toggle)
python-evtx 8.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,916 kB
  • sloc: python: 3,074; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 851 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-evtx
Section: python
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
 python3,
 python3-setuptools,
 pybuild-plugin-pyproject,
Standards-Version: 4.7.3
Homepage: https://github.com/williballenthin/python-evtx
Vcs-Git: https://salsa.debian.org/debian/python-evtx.git
Vcs-Browser: https://salsa.debian.org/debian/python-evtx

Package: python3-evtx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-lxml
Replaces: python-evtx (<< 0.6.1-1.1)
Breaks: python-evtx (<< 0.6.1-1.1)
Description: parser for recent Windows Event Log files -- Python 3 version
 This module provides programmatic access to the File and Chunk
 headers, record templates, and event entries from Microsoft Windows
 Vista and later.
 .
 This package contains modules for Python 3.