File: control

package info (click to toggle)
python-netsyslog 0.1.0%2Bdp2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 112 kB
  • ctags: 113
  • sloc: python: 500; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,008 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
Source: python-netsyslog
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Pocock <daniel@pocock.pro>
Section: python
Priority: optional
Build-Depends: python (>= 2.6.6-3~), debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://hacksaw.sourceforge.net/netsyslog/
Vcs-Git: https://github.com/dpocock/python-netsyslog
Vcs-Browser: https://github.com/dpocock/python-netsyslog
X-Python-Version: >= 2.4

Package: python-netsyslog
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python Modules for emitting and receiving syslog events
 Construct or parse syslog messages for transport over UDP and TCP.  Unlike
 other syslog modules it allows you to set the metadata (e.g. time,
 host name, program name, etc.) yourself, giving you full control over
 the contents of the packets that it creates. 
 .
 The parsing/collector functionality aims to support RFC3164 (the
 traditional message format) and RFC6587 (transport over TCP).