File: control

package info (click to toggle)
python-irclib 0.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 188 kB
  • ctags: 211
  • sloc: python: 1,455; makefile: 63
file content (23 lines) | stat: -rw-r--r-- 945 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-irclib
Section: python
XS-Python-Version: all
Priority: optional
Maintainer: Thomas Bläsing <thomasbl@pool.math.tu-berlin.de>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python, python-central (>= 0.6)
Homepage: http://python-irclib.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-irclib
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-irclib/trunk/?op=log

Package: python-irclib
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: IRC client library for Python
 This library is intended to encapsulate the IRC protocol at a quite
 low level.  It provides an event-driven IRC client framework.  It has
 a fairly thorough support for the basic IRC protocol, CTCP and DCC
 connections.