Metadata-Version: 2.2
Name: pyside6-qtermwidget
Version: 0.5.6.10.3
Summary: Python bindings for QTermWidget using Shiboken6
License: GPL-3.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Requires-Dist: PySide6==6.10.3
Requires-Dist: PySide6_Essentials==6.10.3
Requires-Dist: shiboken6==6.10.3
Description-Content-Type: text/markdown

## PySide 6 Bindings for QTermWidget

Packages [QTermWidget](https://github.com/lxqt/qtermwidget), a terminal emulator for Qt, with PySide6-compatible
python bindings. This repository contains mainly CMake scripts and CI workflows to achieve this, and just pulls the
upstream QTermWidget source for building.

New code in this repository is licensed under GPLv3 while the external dependencies retain their BSD (lxqt build tools)
and GPLv2+ (qtermwidget) licenses respectively; see those projects themselves for details.

Installations from wheels are recommended - installation from sdist may not work properly without a specific build
environment which is for now not documented here, but relies at least on a Qt source installation, llvm/clang,
mesa/libGL, and others - see `.github/workflows/ci.yml` and `pyproject.toml.jinja` for details.

For notes on working with `cibuildwheel` with this package see `development.md`