        PyPaPi - Python and Qt Descriptive Application Framework


INTRODUCTION

PyPaPi is an Application Framework writtein in Python and based on Qt
UI Framework.


The homepage is http://www.pypapi.org/.

LICENSE

PyPaPi is released under the terms of GNU General Public License version 3,
which is displayed in LICENSE file.

INSTALLATION

The first step is to install Qt and PyQt wrapper. This depends to you

The next and final step is to install PyPaPi by running the following command.
(Depending on your system you may require root or administrator privileges.)

    python setup.py develop


THE REST OF THE DISTRIBUTION

The "pypapidemo" library contain an example of PyPaPi simple application.
To start this demo simply enter in "demo" folder and run this command.

    python demo.py -c demo.conf