README.md
pyproject.toml
tests/test_importer.py
tests/test_library.py
tests/test_query.py
yamu/__init__.py
yamu/__main__.py
yamu/config_default.yaml
yamu.egg-info/PKG-INFO
yamu.egg-info/SOURCES.txt
yamu.egg-info/dependency_links.txt
yamu.egg-info/entry_points.txt
yamu.egg-info/requires.txt
yamu.egg-info/top_level.txt
yamu/dbcore/__init__.py
yamu/dbcore/db.py
yamu/dbcore/query.py
yamu/importer/__init__.py
yamu/importer/pipeline.py
yamu/library/__init__.py
yamu/library/library.py
yamu/library/models.py
yamu/ui/__init__.py
yamu/ui/commands/__init__.py
yamu/ui/commands/add.py
yamu/ui/commands/completion.py
yamu/ui/commands/edit.py
yamu/ui/commands/fetchart.py
yamu/ui/commands/import_.py
yamu/ui/commands/list_.py
yamu/ui/commands/remove.py
yamu/ui/commands/steam.py
yamu/ui/commands/update.py
yamu/ui/commands/web.py
yamu/util/__init__.py
yamu/util/changes.py
yamu/util/color.py
yamu/util/config.py
yamu/util/edit_flow.py
yamu/util/editor.py
yamu/util/prompt.py
yamu/util/query.py
yamuplug/__init__.py
yamuplug/completion.py
yamuplug/fetchart.py
yamuplug/igdb.py
yamuplug/steam.py
yamuplug/web.py
yamuplug/web/static/yamu.css
yamuplug/web/templates/index.html