Source: dictclient
Section: interpreters
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends-Indep: debhelper (>> 5.0.37.2), python, python-dev (>= 2.3), python-all-dev (>= 2.3.5-11), python-central (>= 0.5)
Build-Depends: debhelper (>> 5.0.37.2), python-central (>= 0.5)
XS-Python-Version: >= 2.3
Standards-Version: 3.5.2

Package: python-dictclient
Architecture: all
Conflicts: python2.3-dictclient (<< 1.0.3), python2.4-dictclient (<< 1.0.3)
Replaces: python2.3-dictclient (<< 1.0.3), python2.4-dictclient (<< 1.0.3)
Provides: ${python:Provides}
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
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.
