Step 10e: extract WinCatalog ingest into rcjav/catalog.py

This commit is contained in:
admin
2026-05-22 21:51:09 +02:00
parent 8d636ec633
commit 41f7c80f1b
3 changed files with 201 additions and 156 deletions
+10
View File
@@ -6,6 +6,16 @@ find at the top level. Adding a new submodule does not change the
public surface — only this file does.
"""
from rcjav.model import FileEntry # noqa: F401
from rcjav.catalog import ( # noqa: F401
CATALOG_COL_NAME,
CATALOG_COL_PATH,
CATALOG_COL_SIZE,
CATALOG_COL_DISC,
normalize_catalog_path,
load_catalog_csv,
load_catalog_xml,
load_catalogs,
)
from rcjav.dupes import ( # noqa: F401
DEFAULT_KEEP_RANKING,
set_keep_ranking,