Source: prompt-toolkit
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Lennart Weller <lhw@ring0.de>, Scott Kitterman <scott@kitterman.com>
Section: python
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/prompt-toolkit/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/prompt-toolkit/trunk/
Priority: optional
Homepage: https://github.com/jonathanslenders/python-prompt-toolkit
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6

Package: python-prompt-toolkit
Architecture: all
Depends: python-pygments, python-six (>=1.9.0), python-wcwidth, ${misc:Depends}, ${python:Depends}
Description: library for building interactive command lines (Python 2)
 prompt_toolkit is a GNU readline replacement written in pure Python supporting
 advanced features like syntax highlighting, multi line editing and code
 completion.
 .
 This package installs the library for Python 2.

Package: python3-prompt-toolkit
Architecture: all
Depends: python3-wcwidth, python3-pygments, python3-six (>=1.9.0), ${misc:Depends}, ${python3:Depends}
Description: library for building interactive command lines (Python 3)
 prompt_toolkit is a GNU readline replacement written in pure Python supporting
 advanced features like syntax highlighting, multi line editing and code
 completion.
 .
 This package installs the library for Python 3.
