Metadata-Version: 2.1
Name: metron_talker
Version: 0.1.7
Summary: A Metron API talker for ComicTagger a cross-platform GUI/CLI app for writing metadata to comic archives
Home-page: https://github.com/comictagger/metron_talker
Author: ComicTagger team
Author-email: comictagger@gmail.com
License: Apache License 2.0
Keywords: comictagger,metron,metron.cloud,comics,comic,metadata,tagging,tagger
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Plugins
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: mokkari<3,>=2.5.0
Provides-Extra: dev
Requires-Dist: black>=22; extra == "dev"
Requires-Dist: flake8==4.*; extra == "dev"
Requires-Dist: flake8-black; extra == "dev"
Requires-Dist: flake8-encodings; extra == "dev"
Requires-Dist: flake8-isort; extra == "dev"
Requires-Dist: invoke; extra == "dev"
Requires-Dist: isort>=5.10; extra == "dev"
Requires-Dist: pytest==7.*; extra == "dev"
Requires-Dist: setuptools>=42; extra == "dev"
Requires-Dist: setuptools-scm[toml]>=3.4; extra == "dev"
Requires-Dist: wheel; extra == "dev"

# Metron.cloud plugin for Comic Tagger

A plugin for [Comic Tagger](https://github.com/comictagger/comictagger/releases) to allow the use of the metadata from [Metron.cloud](https://metron.cloud/).

**NOTE:** Due to the bandwidth usage of cover matching, the auto-tagging features will no longer download the covers for comparison. Metron will be taking donations soon, so if you are able to contribute financially you will be able to. Check the website for details.

## Installation

The easiest installation method as of ComicTagger 1.6.0-alpha.23 for the plugin is to place the [release](https://github.com/mizaki/mangadex_talker/releases) zip file
`mangadex_talker-plugin-<version>.zip` into the [plugins](https://github.com/comictagger/comictagger/wiki/Installing-plugins) directory.

## Development Installation

You can build the wheel with `tox run -m build` or clone ComicTagger and clone the talker and install the talker into the ComicTagger environment `pip install -e .`
