1 .. PyQTermWidget documentation master file, created by
2 sphinx-quickstart on Wed Oct 12 09:49:10 2011.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
6 Welcome to PyQTermWidget's documentation!
7 =========================================
9 Unlike the older pyqonsole this console widget works with PyQt4 and let's you
10 embed a shell into your application.
12 The vt100 terminal emulation code is based on AjaxTerm and WebShell.
13 All code is distributed under the General Public License 2.
28 The latest snapshot is available at::
30 https://bitbucket.org/henning/pyqtermwidget/get/tip.tar.bz2
33 To clone the Mercurial repository do::
35 hg clone https://bitbucket.org/henning/pyqtermwidget
37 Or just got to the BitBucket overview page: https://bitbucket.org/henning/pyqtermwidget
41 .. image:: screenshot1.png
44 The Python Packaging Index (PyPI) also contains releases: http://pypi.python.org/pypi/pyqterm
46 The generated HTML-documentation is hosted at http://pyqtermwidget.rtfd.org/
47 (PDF: http://media.readthedocs.org/pdf/pyqtermwidget/latest/pyqtermwidget.pdf).