[docs] package comicbox.formats.base.online
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
""" Online metadata tagging support. Built incrementally across milestones: - M1: config/CLI scaffolding, credential resolution chain, env-var helpers. - M2: Metron source via mokkari, retry decorator, ID-only lookup path. - M3: search and ranking, auto-accept policy. - M4: cover-hash disambiguator. - M5: interactive prompt + programmatic SelectorCallback API. - M6: ComicVine source via simyan. - M7: parallel batch processing. """ # Source name constants, used as keys throughout the online subsystem. SOURCE_NAMES = ("metron", "comicvine")
From here you can search these documents. Enter your search terms below.