loongson/pypi/: pyqt6-qscintilla-2.14.1 metadata and description

Homepage Simple index Mirror page

Python bindings for the QScintilla programmers editor widget

author Riverbank Computing Limited
author_email info@riverbankcomputing.com
license GPL v3
requires_dist
  • PyQt6-sip (>=13.8, <14)
  • PyQt6 (>=6.0.3)
requires_python >=3.9
File Tox results History
pyqt6_qscintilla-2.14.1-cp39-abi3-manylinux_2_38_loongarch64.whl
Size
32 MB
Type
Python Wheel
Python
3.9
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-09-24 08:54:19

QScintilla is a port to Qt of the Scintilla programmers editor widget. It supports the traditional low-level Scintilla API and implements a high-level API covering such things as auto-completion, code folding and lexer configuration.

These Python bindings implement a single extension module that sits on top of PyQt5 and wraps both the low-level and high-level APIs.

Author

QScintilla is copyright (c) Riverbank Computing Limited. Its homepage is https://www.riverbankcomputing.com/software/qscintilla/.

Support may be obtained from the QScintilla mailing list at https://www.riverbankcomputing.com/mailman/listinfo/qscintilla/.

License

QScintilla is released under the GPL v3 license and under a commercial license that allows for the development of proprietary applications.

Documentation

The documentation for the latest release can be found here.

Installation

The GPL version of QScintilla can be installed from PyPI:

pip install QScintilla

The wheels include a statically linked copy of the QScintilla C++ library.

pip will also build and install the bindings from the sdist package but Qt’s qmake tool must be on PATH.

The sip-install tool will also install the bindings from the sdist package but will allow you to configure many aspects of the installation.