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-coreRequirements:
- Hatch (installation instructions)
hatch env createAn 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 distHatch can run tests across multiple versions of python.
hatch test -a -pThis library exposes a hatch build plugin that will generate Qt resources and
package a standalone executable. See the example project for details.