comicbox.formats.base.online.sources

[docs] package comicbox.formats.base.online.sources

1
2
3
4
5
6
7
"""
Online metadata source providers (Metron, ComicVine, …).

Each provider exposes the small ABC declared in `base.py`. The
`ComicboxOnlineLookup` mixin instantiates one provider per active
source for the run and walks them in the configured merge order.
"""