File: control

package info (click to toggle)
python-irc 8.5.3%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 388 kB
  • ctags: 445
  • sloc: python: 2,381; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 714 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-irc
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
 python,
 python-setuptools,
Homepage: http://bitbucket.org/jaraco/irc/

Package: python-irc
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Provides: ${python:Provides}
Conflicts: python-irclib
Replaces: python-irclib
Description: Internet Relay Chat (IRC) protocol 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.