Metadata-Version: 2.4
Name: epubgrep
Version: 0.14.0
Summary: Grep through EPub files
Author-email: Matěj Cepl <mcepl@cepl.eu>
License-Expression: MIT
Project-URL: homepage, https://codeberg.org/mcepl/epubgrep
Project-URL: repository, https://codeberg.org/mcepl/epubgrep.git
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Tools for working with metadata in EPubs

Provides `epub_metadata` library for dealing with EPub metadata.

## Example scripts

`epubgrep`
: a tool to search through EPub files

`epubsetdate`
: set mtime of the file according to the last update date in EPub files

`epub_list`
: list all keywords in an EPub file

`epub_add`
: add a keyword to an EPub file

`epub_rm`
: remove a keyword from an EPub file
