Source: python-cobe Maintainer: Debian Python Modules Team Uploaders: Daniele Tricoli Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3) Standards-Version: 3.9.6 X-Python-Version: >= 2.6 Homepage: http://wiki.github.com/pteichman/cobe/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cobe/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cobe/trunk/ Package: python-cobe Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.7) | python-argparse (>= 1.1), python-irc (>= 3.0), python-pkg-resources, python-stemmer (>= 1.2) Description: Markov chain based text generator library and chatbot Cobe is a Markov chain based text generator. It provides a command line learning/replying interface, an IRC client, and a low-level API for writing your own text generation tools. It uses SQLite as its data store.