LICENSE.md
README.md
pyproject.toml
src/gridfab/__init__.py
src/gridfab/__main__.py
src/gridfab/cli.py
src/gridfab.egg-info/PKG-INFO
src/gridfab.egg-info/SOURCES.txt
src/gridfab.egg-info/dependency_links.txt
src/gridfab.egg-info/entry_points.txt
src/gridfab.egg-info/requires.txt
src/gridfab.egg-info/top_level.txt
src/gridfab/commands/__init__.py
src/gridfab/commands/anim_cmd.py
src/gridfab/commands/atlas_cmd.py
src/gridfab/commands/edit.py
src/gridfab/commands/export_cmd.py
src/gridfab/commands/frame_cmd.py
src/gridfab/commands/icon_cmd.py
src/gridfab/commands/import_cmd.py
src/gridfab/commands/init.py
src/gridfab/commands/render_cmd.py
src/gridfab/core/__init__.py
src/gridfab/core/animation.py
src/gridfab/core/grid.py
src/gridfab/core/palette.py
src/gridfab/gui/__init__.py
src/gridfab/gui/app.py
src/gridfab/gui/i18n.py
src/gridfab/gui/pure.py
src/gridfab/gui/tokens.py
src/gridfab/gui/frames/__init__.py
src/gridfab/gui/frames/canvas_area.py
src/gridfab/gui/frames/frame_strip.py
src/gridfab/gui/frames/palette_panel.py
src/gridfab/gui/frames/status_bar.py
src/gridfab/gui/frames/toolbar.py
src/gridfab/gui/widgets/__init__.py
src/gridfab/gui/widgets/dialogs.py
src/gridfab/gui/widgets/menu_bar.py
src/gridfab/gui/widgets/tooltip.py
src/gridfab/locale/en/LC_MESSAGES/gridfab.mo
src/gridfab/render/__init__.py
src/gridfab/render/export.py
src/gridfab/render/gif.py
src/gridfab/render/ico.py
src/gridfab/render/preview.py
src/gridfab/render/spritesheet.py
src/gridfab/tagger/__init__.py
src/gridfab/tagger/ai.py
src/gridfab/tagger/app.py
src/gridfab/tagger/navigator.py
src/gridfab/tagger/tags.py
tests/test_animation.py
tests/test_atlas.py
tests/test_cli.py
tests/test_commands.py
tests/test_grid.py
tests/test_gui.py
tests/test_gui_cli.py
tests/test_import.py
tests/test_palette.py
tests/test_render.py
tests/test_tagger.py