# pychm **Repository Path**: rtlhq/pychm ## Basic Information - **Project Name**: pychm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: openkylin/nile - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-05-25 - **Last Updated**: 2024-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PyCHM ===== PyCHM is a Python library to manipulate CHM files (Microsoft HTML Help). This library supports Python 2.7 and Python 3.5+. It is in a maintenance mode and accepts only security and bug fixes. API --- 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 (Python part). * chm._chmlib: Low level wrappers around the chmlib API (C part). This module is unstable and subject to change without notice.