File: control

package info (click to toggle)
pylogsparser 0.4-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 948 kB
  • ctags: 194
  • sloc: xml: 9,693; python: 5,771; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 935 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
26
27
Source: pylogsparser
Section: python
Priority: optional
Maintainer: Fabien Boucher <fabien.dot.boucher@gmail.com>
Build-Depends: debhelper (>= 8.0.0),
	       python-epydoc,
	       python,
	       python-lxml,
	       python-tz,
	       python-geoip
Standards-Version: 3.9.2
Homepage: http://www.wallix.org/pylogsparser-project/

Package: python-logsparser
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-lxml,
         python-tz,
         python-geoip
Provides: ${python:Provides}
Description: Python library for log parsing, tagging and analysis.
 Pylogsparser is a library that can be used to parse log lines and extract
 various metadata out of them according to known log formats. The library
 is shipped with several default log formats, such as Syslog, Apache, sshd and
 many others. It is also possible to define and use your own log formats with
 the library, as XML definition files.