Metadata-Version: 2.1
Name: simple_python_app_qt
Version: 0.0.2
Summary: Small framework based on simple_python_app that simplifies Python Qt app creation.
Home-page: https://github.com/twyleg/simple_python_app_qt
Author: Torsten Wylegala
Author-email: mail@twyleg.de
License: GPL 3.0
Keywords: framework boilerplate logging argparse config qt qml pyside
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: simple-python-app ==0.1.1
Requires-Dist: pyside6 ~=6.7.2

[![Build status](https://github.com/twyleg/simple_python_app_qt/actions/workflows/tests.yaml/badge.svg)]()
[![GitHub latest commit](https://badgen.net/github/last-commit/twyleg/simple_python_app_qt)](https://GitHub.com/twyleg/simple_python_app_qt/commit/)
[![PyPI download month](https://img.shields.io/pypi/dm/simple-python-app-qt)](https://pypi.python.org/pypi/template-project-python-qt/)
[![PyPi version](https://badgen.net/pypi/v/simple-python-app-qt/)](https://pypi.org/project/simple-python-app-qt)


# simple_python_app_qt

A small framework to simplify Python Qt applications. Based on [simple_python_app](https://github.com/twyleg/simple_python_app).

## Dev dependencies

* xvfb (to run Qt unit tests headless)

## Examples

All examples can be found in the [examples/](https://github.com/twyleg/simple_python_app/tree/master/examples) directory.
