Compress EPUB files
Project description
EPUB Crush
Compresses EPUB files to reduce size.
By default, all images, fonts, scipts, and styles will be removed from the EPUB.
Installation
This package is available via PyPI and can be installed from there.
pip install epubcrush
Performance
| File | Original | txt | txtz | Images q=100 | Images q=50 | No Images |
|---|---|---|---|---|---|---|
| 1 | 589kB | 27kB | 11kB | 583kB (99%) | 256kB (43%) | 26kB ( 4%) |
| 2 | 589kB | 91kB | 31kB | 583kB (99%) | 284kB (48%) | 46kB ( 8%) |
| 3 | 87kB | 89kB | 34kB | 76kB (87%) | 50kB (57%) | 39kB (45%) |
Why?
EPUBs may include features that may not be desirable from a privacy or efficiency standpoint. Publishers may choose to include high-res images, custom fonts, styles, scripts, and other features that bloat the size of EPUBs beyond what is needed for the text content of a book. This application strips away everything but the plain text content.
Why not use plain text?
EPUB adds a number of useful reading features (table of contents, metadata, etc) that are useful and not available in basic plain text. EPUBs are also compressed, so they will often be smaller than simple plain text.
Method of Operation
- Iterate files in container
- Remove all files that are not part of the document text or part of the EPUB structure
- Parse XML files
- Remove the following tags
- link
- meta
- style
- img
- picture
- audio
- video
- script
- Remove the following tags
- Parse opf file removing references to files that no longer exist
- Remove print page lists
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file epubcrush-6.0.0.tar.gz.
File metadata
- Download URL: epubcrush-6.0.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c4c16f515e92245ac7a4937895dda23794078c0d53dfe03871f47deba2de91e
|
|
| MD5 |
ad0f0f7891dbc681a1ade564a4ea2070
|
|
| BLAKE2b-256 |
ad9b8405bdab25a7b829fd3361982b45050036e9692793ebff1bf9fdfa74b6d4
|
File details
Details for the file epubcrush-6.0.0-py3-none-any.whl.
File metadata
- Download URL: epubcrush-6.0.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
201e502270f17b9fd726985a16f8c9245ac2f21aa192e017cabafd4fb6749b98
|
|
| MD5 |
199ac89f631eda0a7019e929cfa09fed
|
|
| BLAKE2b-256 |
c17a6e1a2808bb0180ed6bfc93ab255e499a6843ffdc612a0e4eedc3ca9394e5
|