Skip to content

leocov-dev/pyside-app-core

Repository files navigation

pyside-app-core

Custom style, widgets, and utilities for cross-platform PySide6 applications.

NOTICE:

This project should be considered experimental and subject to breaking changes until a 1.0.0 release.

Install

To use pyside-app-core as a library in your own projects install the wheel distribution from PyPi

$ pip install pyside-app-core

Local Development

Requirements:

hatch env create

Run example application

You must run the examples from the repository root directory.

hatch run examples:toolbar_app

Run tests

Hatch can run tests across multiple versions of python.

hatch test -a -p

Generate resources files

Resource files MUST be generated at least once in the project using this library for icons to function.

When installed this library provides a cli tool pyside-app-core-compile-rcc that aids in generating a resources.rcc file.

# from repo with this lib installed
pyside-app-core-compile-rcc a/target/directory