File: README

package info (click to toggle)
pychm 0.8.6%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 168 kB
  • sloc: ansic: 680; python: 545; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.