Metadata-Version: 2.1
Name: PyQt6-QScintilla
Version: 2.14.1
Requires-Python: >=3.8
Summary: Python bindings for the QScintilla programmers editor widget
Description-Content-Type: text/markdown
Project-Url: homepage, https://www.riverbankcomputing.com/software/qscintilla/
Requires-Dist: PyQt6-sip (>=13.6, <14)
Requires-Dist: PyQt6 (>=6.0.3)
License: GPL v3
Author-Email: Riverbank Computing Limited <info@riverbankcomputing.com>

# QScintilla - Python Bindings for the QScintilla Programmers Editor Widget

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
PyQt6 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](https://www.riverbankcomputing.com/static/Docs/QScintilla/).


## Installation

The GPL version of QScintilla can be installed from PyPI:

    pip install PyQt6-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.
