> >
> > I am just thinking on binding the current API like it is now for
> > dfutil and dfconvert. For example:
> >
> > >>> import docformats as df
> >
> > >>> status = df.convert.get("concrete.docx", "abstract.html")
> >
> > >>> status = df.util.normalize("other.html")
> >
>
> you are right that is good start, and will get all the python challenges dealt
> with, then we can always later do more.
>
> May I suggest you do it in:
> consumers/dfwebserver and consumers/dfwebapp
>
> rgds
> jan i.
>
Sounds Good!
I am newbie with CMake and I will need help to integrate the below build
functionality
cd consumers/dfwebserver
python setup.py build_ext --build-lib='../../../build/bin'
-JD