Merge branch 'main' into release

This commit is contained in:
hyugogirubato
2024-07-14 19:02:14 +02:00
committed by GitHub
+4 -3
View File
@@ -2,6 +2,9 @@
CBZ is a Python library designed for creating, manipulating, and viewing comic book files in CBZ format. It offers a straightforward interface to pack comic pages into CBZ archives, extract metadata, and display comics using a built-in player. CBZ is a Python library designed for creating, manipulating, and viewing comic book files in CBZ format. It offers a straightforward interface to pack comic pages into CBZ archives, extract metadata, and display comics using a built-in player.
> [!WARNING]
> The library is currently being rewritten following the latest PR, a new version will arrive soon, partially changing its use.
## Features ## Features
- 🚀 Seamless Installation via [pip](#installation) - 🚀 Seamless Installation via [pip](#installation)
@@ -156,6 +159,4 @@ comic_from_cbz = ComicInfo.from_cbz('/path/to/your_comic.cbz')
This software is licensed under the terms of [MIT License](https://github.com/hyugogirubato/cbz/blob/main/LICENSE). This software is licensed under the terms of [MIT License](https://github.com/hyugogirubato/cbz/blob/main/LICENSE).
You can find a copy of the license in the LICENSE file in the root folder. You can find a copy of the license in the LICENSE file in the root folder.
* * * * * *
© hyugogirubato 2024