1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: python-cobe
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
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.
|