PyCHM ===== PyCHM is a Python library to manipulate CHM files (Microsoft HTML Help). The chm package contains four modules: * chm.chm: High-level support for CHM archives. * chm.extra: Extra utility functions - full-text search support, encoding detection. * chm._chmlib: Low level wrappers around the chmlib API (C part). * chm.chmlib: Low level wrappers around the chmlib API (Python part). License ------- Copyright (C) 2003-2006 Rubens Ramos <rubensr@users.sourceforge.net> Copyright (C) 2014 Mikhail Gusarov <dottedmag@dottedmag.net> This library is licensed under the GPLv2+. Please refer to the COPYING file for more details.