Metadata-Version: 2.1
Name: comicapi
Version: 3.2.0
Summary: Comic archive (cbr/cbz/cbt) and metadata utilities. Extracted from the comictagger project.
Home-page: https://github.com/OzzieIsaacs/comicapi
Author: Iris W
Maintainer: @OzzieIsaacs
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata<=9.0.0,>=3.3.0
Requires-Dist: natsort>=8.1.0
Requires-Dist: pillow>=9.1.0
Requires-Dist: pycountry<23.0.0,>=20.7.3
Requires-Dist: rapidfuzz<4.0.0,>=2.12.0
Requires-Dist: text2digits<0.2.0
Requires-Dist: wordninja<3.0.0
Provides-Extra: 7z
Requires-Dist: py7zr<=0.21.0; extra == "7z"
Provides-Extra: all
Requires-Dist: py7zr; extra == "all"
Requires-Dist: rarfile>=4.0; extra == "all"
Requires-Dist: pyicu; (sys_platform == "linux" or sys_platform == "darwin") and extra == "all"
Provides-Extra: cbr
Requires-Dist: rarfile==4.0; extra == "cbr"
Provides-Extra: icu
Requires-Dist: pyicu; (sys_platform == "linux" or sys_platform == "darwin") and extra == "icu"

# History
comicapi originates [here](https://github.com/davide-romanini/comicapi), was integrated into [ComicStreamer](https://github.com/davide-romanini/ComicStreamer), was modified in [this fork](https://github.com/kounch/ComicStreamer), and has now been extracted and packaged by yours truly (Iris W).

# Installation
you can use pip to install this. cbr support is off by default—you'll need to do `pip install rarfile` as well as having "unrar" available.
