.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/check-links.yml
.github/workflows/ci.yml
.github/workflows/deploy.yml
.github/workflows/pre-commit_autoupdate.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
pyguitemp/__init__.py
pyguitemp/__main__.py
pyguitemp/config.py
pyguitemp/core.py
pyguitemp/logging.py
pyguitemp/plugins.py
pyguitemp/scripts.py
pyguitemp/threads.py
pyguitemp.egg-info/PKG-INFO
pyguitemp.egg-info/SOURCES.txt
pyguitemp.egg-info/dependency_links.txt
pyguitemp.egg-info/requires.txt
pyguitemp.egg-info/top_level.txt
pyguitemp/extensions/__init__.py
pyguitemp/extensions/about_dialog/__init__.py
pyguitemp/extensions/about_dialog/about_dialog.py
pyguitemp/extensions/about_dialog/description
pyguitemp/extensions/about_dialog/licence
pyguitemp/extensions/about_dialog/logo.png
pyguitemp/skeleton/__init__.py
pyguitemp/skeleton/__main__.py
pyguitemp/skeleton/config.py
pyguitemp/skeleton/extensions/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_logging.py
tests/test_plugins.py
tests/test_scripts.py
tests/test_threads.py
tests/extensions/myplugin/test_model.py
tests/extensions/myplugin/test_presenter.py
tests/extensions/myplugin/test_view.py