From e96c5016ee469f68c178d1872fc9ea8e882adcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Erkalovi=C4=87?= Date: Sun, 28 Jul 2024 21:12:03 +0200 Subject: [PATCH] Update README.md with refreshing the project Issue --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da38c45..9bb5c9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # About EbookLib -EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's capable of reading and writing EPUB files programmatically (Kindle support is under development). +EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's capable of reading and writing EPUB files programmatically. + +We are working on [refreshing the project](https://github.com/aerkalov/ebooklib/issues/318) so please check and comment if you have your own ideas what needs to happen with the project. The API is designed to be as simple as possible, while at the same time making complex things possible too. It has support for covers, table of contents, spine, guide, metadata and etc.