MANIFEST.in
README.md
setup.py
gui_framework_gen.egg-info/PKG-INFO
gui_framework_gen.egg-info/SOURCES.txt
gui_framework_gen.egg-info/dependency_links.txt
gui_framework_gen.egg-info/entry_points.txt
gui_framework_gen.egg-info/requires.txt
gui_framework_gen.egg-info/top_level.txt
gui_framework_template/__init__.py
gui_framework_template/cli.py
gui_framework_template/generator.py
gui_framework_template/requirements/base.txt
gui_framework_template/requirements/dev.txt
gui_framework_template/requirements/prod.txt
gui_framework_template/template/__init__.py
gui_framework_template/template/project/.env.example.tpl
gui_framework_template/template/project/.gitignore.tpl
gui_framework_template/template/project/README.md.tpl
gui_framework_template/template/project/main.py.tpl
gui_framework_template/template/project/requirements.txt.tpl
gui_framework_template/template/project/app/__init__.py.tpl
gui_framework_template/template/project/app/app_context.py.tpl
gui_framework_template/template/project/app/application.py.tpl
gui_framework_template/template/project/app/constants.py.tpl
gui_framework_template/template/project/business/__init__.py.tpl
gui_framework_template/template/project/business/models/__init__.py.tpl
gui_framework_template/template/project/business/services/__init__.py.tpl
gui_framework_template/template/project/business/validators/__init__.py.tpl
gui_framework_template/template/project/business/workflows/__init__.py.tpl
gui_framework_template/template/project/common/__init__.py.tpl
gui_framework_template/template/project/common/decorators/__init__.py.tpl
gui_framework_template/template/project/common/events/__init__.py.tpl
gui_framework_template/template/project/common/exceptions/__init__.py.tpl
gui_framework_template/template/project/data/__init__.py.tpl
gui_framework_template/template/project/data/cache/__init__.py.tpl
gui_framework_template/template/project/data/config/app_config.yaml.tpl
gui_framework_template/template/project/data/config/settings.py.tpl
gui_framework_template/template/project/data/models/__init__.py.tpl
gui_framework_template/template/project/data/repositories/__init__.py.tpl
gui_framework_template/template/project/data/repositories/base.py.tpl
gui_framework_template/template/project/infrastructure/__init__.py.tpl
gui_framework_template/template/project/infrastructure/database/__init__.py.tpl
gui_framework_template/template/project/infrastructure/database/connection.py.tpl
gui_framework_template/template/project/infrastructure/logging/__init__.py.tpl
gui_framework_template/template/project/infrastructure/logging/logger.py.tpl
gui_framework_template/template/project/infrastructure/network/__init__.py.tpl
gui_framework_template/template/project/infrastructure/network/http_client.py.tpl
gui_framework_template/template/project/infrastructure/utils/__init__.py.tpl
gui_framework_template/template/project/infrastructure/utils/helpers.py.tpl
gui_framework_template/template/project/scripts/run.py.tpl
gui_framework_template/template/project/scripts/setup_db.py.tpl
gui_framework_template/template/project/tests/__init__.py.tpl
gui_framework_template/template/project/tests/fixtures/__init__.py.tpl
gui_framework_template/template/project/tests/integration/__init__.py.tpl
gui_framework_template/template/project/tests/unit/__init__.py.tpl
gui_framework_template/template/project/ui/__init__.py.tpl
gui_framework_template/template/project/ui/controllers/__init__.py.tpl
gui_framework_template/template/project/ui/controllers/main_controller.py.tpl
gui_framework_template/template/project/ui/dialogs/__init__.py.tpl
gui_framework_template/template/project/ui/dialogs/about_dialog.py.tpl
gui_framework_template/template/project/ui/resources/styles/app.qss.tpl
gui_framework_template/template/project/ui/views/__init__.py.tpl
gui_framework_template/template/project/ui/views/main_window.py.tpl
gui_framework_template/template/project/ui/widgets/__init__.py.tpl
gui_framework_template/template/snippets/controller.py.tpl
gui_framework_template/template/snippets/repository.py.tpl
gui_framework_template/template/snippets/service.py.tpl
gui_framework_template/template/snippets/widget.py.tpl