8000 GitHub - ccknbc-forked/pyside-app-core: Framework for developing PySide6 apps
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ccknbc-forked/pyside-app-core

 
 

Repository files navigation

pyside-app-core

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.

GitHub Release GitHub License CI PyPI - Wheel

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

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

Run tests

Hatch can run tests across multiple versions of python.

hatch test -a -p

Hatch Build Plugin

This library exposes a hatch build plugin that will generate Qt resources and package a standalone executable. See the example project for details.

About

Framework for developing PySide6 apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Jinja 1.0%
0