Utilities for ebook format conversion
Project description
Kepub Toolbox provides several utilities for conversion of ebook format
Typical usage for transforming an Open Office Document (.odt) into a DocBook would look like this:
#!/usr/bin/env python
import sys
from kepub.wpo.odt import Odt
o = Odt(sys.argv[1])
o.to_docbook()
Download
Overall project is published under Gnu Common License version 3 and can be freely downloaded from PyPI or forked on BitBucket.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kepub-toolbox-0.4b0.tar.gz
(2.8 MB
view details)
File details
Details for the file kepub-toolbox-0.4b0.tar.gz.
File metadata
- Download URL: kepub-toolbox-0.4b0.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588335e8875531d3dc1174926abca7875a2b439aeb236d1e5d89b4efc6809557
|
|
| MD5 |
2afc73e1c70d34a9c4097cf43ad675a3
|
|
| BLAKE2b-256 |
7146110e34c331f19eda6a83fdd9f958d5d212e43f865f9c1b4862ddee94e722
|