README.md
pyproject.toml
src/wxyc_catalog/__init__.py
src/wxyc_catalog/catalog_source.py
src/wxyc_catalog/db.py
src/wxyc_catalog/enrich_library_artists.py
src/wxyc_catalog/export_to_sqlite.py
src/wxyc_catalog/extract_library_labels.py
src/wxyc_catalog/py.typed
src/wxyc_catalog.egg-info/PKG-INFO
src/wxyc_catalog.egg-info/SOURCES.txt
src/wxyc_catalog.egg-info/dependency_links.txt
src/wxyc_catalog.egg-info/entry_points.txt
src/wxyc_catalog.egg-info/requires.txt
src/wxyc_catalog.egg-info/top_level.txt
src/wxyc_catalog/sources/__init__.py
src/wxyc_catalog/sources/archive.py
src/wxyc_catalog/sources/http.py
src/wxyc_catalog/sources/pg.py
src/wxyc_catalog/sources/sparql.py
tests/test_archive_source.py
tests/test_http_source.py
tests/test_pg_source.py
tests/test_sparql_source.py