From a59356779d14956d1dd9574d49627588da703d79 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:53:42 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d33e6b2..218b76e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ CBZ is a Python package designed to facilitate the creation, manipulation, and extraction of comic book archive files in the CBZ format. It allows users to programmatically generate CBZ files from a collection of images, add metadata to the archives, and unpack existing CBZ files. This library is ideal for comic book enthusiasts, archivists, and developers working on applications involving digital comic book distributions. +> [!WARNING] +> The library is currently being rewritten following the latest PR, a new version will arrive soon, partially changing its use. + ## Features - **Create CBZ Files**: Pack a series of images into a CBZ file with ease. @@ -71,4 +74,4 @@ The CBZ Library is released under the MIT License. See [LICENSE](LICENSE) for de ## Acknowledgments -This library was developed with the needs of comic book fans and digital archivists in mind. We hope it helps you in managing and enjoying your comic book collections. \ No newline at end of file +This library was developed with the needs of comic book fans and digital archivists in mind. We hope it helps you in managing and enjoying your comic book collections.