-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREADME
More file actions
34 lines (22 loc) · 811 Bytes
/
Copy pathREADME
File metadata and controls
34 lines (22 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PyCHM
=====
PyCHM is a Python library to manipulate CHM files (Microsoft HTML Help).
This library supports Python 3.6+. It is in a maintenance mode and accepts only
security and bug fixes.
Installation
------------
PyCHM depends on (C library) CHMlib. After CHMlib is installed, do
pip install pychm
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.
Legal
-----
This is a hobbyist project.
Please [mail us](mailto:ce@dottedmag.net) if you need help with CE mark.