Custom style, widgets, and utilities for cross-platform PySide6 applications.
Warning
This project should be considered experimental and subject to breaking changes AT ANY TIME until a v1.0.0 release.
To use pyside-app-core
as a library in your own projects install the
wheel distribution from PyPi
$ pip install pyside-app-core
Requirements:
- Hatch (installation instructions)
hatch env create
An example project/application is included
# switch to the example project dir
cd examples/toolbar-app-project
# build the project
hatch build -t pyside-app --clean
# list the build artifacts
ls dist
Hatch can run tests across multiple versions of python.
hatch test -a -p
This library exposes a hatch
build plugin that will generate Qt resources and
package a standalone executable. See the example project for details.