Welcome to the documentation for dtlibs

dtlibs is a Python package designed to support rapid development of desktop applications using PyQt4. It consists of an assortment of modules which can be used together to quickly produce a desktop application with toolbars, menus and undo/redo functionality.

Package Contents

dtlibs.core
Provides some general core functions. This module can be loosely compared with the python builtins.
dtlibs.xcollections
Provides a few container objects. This is comparable to the python collections module
dtlibs.xitertools
Iterators extending the capabilities of itertools.
dtlibs.xos
Path related functions. This extends the capabilities of os, os.path and shutil
dtlibs.dev
Some development utilities such as a graphical profiler.

Download and Install

The latest version of dtlibs can be downloaded from http://bitbucket.org/aquavitae/dtlibs/downloads and requires Python 3.3 to run.

Indices and tables