.flake8
.gitignore
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
src/taganizer/__init__.py
src/taganizer/cli.py
src/taganizer/item.py
src/taganizer/item_store.py
src/taganizer.egg-info/PKG-INFO
src/taganizer.egg-info/SOURCES.txt
src/taganizer.egg-info/dependency_links.txt
src/taganizer.egg-info/entry_points.txt
src/taganizer.egg-info/requires.txt
src/taganizer.egg-info/scm_file_list.json
src/taganizer.egg-info/scm_version.json
src/taganizer.egg-info/top_level.txt
tests/test_cli.py
tests/test_item.py
tests/test_item_store.py