From 22be847464e3a0727990e90407f5315dec0c31d5 Mon Sep 17 00:00:00 2001 From: mfrasca <> Date: Mon, 2 Oct 2006 06:29:47 +0000 Subject: [PATCH] adding the rescription that distutils expects to find. --- README.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..d3fdbd2 --- /dev/null +++ b/README.txt @@ -0,0 +1,27 @@ +[WHAT] +pywmdockapps is a small suite of python modules that will help you develop +WindowMaker dockapps in python. pywmgeneral.py, the central module of the +suite, is mostly a wrapper around the functions from the popular +wmgeneral.c, but some new functions are added too. + +the suite also contains the Python written module pywmhelpers.py which +contains functions to aid the development of wm dockapps. This module +contains python functions that wrap up the functions which the extension +module provides. They ease up argument passing and give nicer return +values. Some additional functions, like help for handling a simple +configuration file is also available. This module is better documented than +the pywmgeneral. It is adviced to only use pywmhelpers and not touch the +pywmgeneral module directly at all. For information about how to use the +module, see the documentation in pywmhelpers.py. It is also possible to +import it in the interactive interpreter and issue 'help(pywmhelpers)'. + +a small set of samples are provided. all of them make use of the module +pywmgeneral. + +[INSTALLATION] +python ./setup install + +[CONTACT] +Anything related to this piece of software can be e-mailed to me, Mario +Frasca . +