File: control

package info (click to toggle)
dictclient 1.0.3.1%2Bnmu2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 71
  • sloc: python: 185; makefile: 64; sh: 56
file content (20 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: dictclient
Section: interpreters
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>=9), dh-python, python-all-dev (>= 2.6.6-3~)
Standards-Version: 3.9.7

Package: python-dictclient
Architecture: all
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends}
Suggests: dictd
Description: Python client library for DICT (RFC2229) protocol
 This is a new library for interacting with Dict servers.
 It defines three classes -- Connection, Database, and Definition.
 It supports all common Dict server requests, including definitions,
 matching, and getting information about available databases,
 capabilities, etc.  You can use it to communicate to a local
 or remote dictd database.  The homepage for this package (includes docs)
 is at gopher://quux.org/1/devel/dictclient.