Metadata-Version: 1.1
Name: QScintilla
Version: 2.9.3
Summary: Python bindings for the QScintilla programmers editor widget
Home-page: https://www.riverbankcomputing.com/software/qscintilla/
Author: Riverbank Computing Limited
Author-email: info@riverbankcomputing.com
License: GPL v3
Platform: UNIX
Platform: OS X
Platform: Windows
Platform: iOS
Platform: Android
Requires-Dist: PyQt5

QScintilla - Python Bindings for the QScintilla Programmers Editor Widget
=========================================================================

What is QScintilla?
-------------------

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.


Installation
------------

QScintilla source packages for the GPL version can be dowloaded from
https://www.riverbankcomputing.com/software/qscintilla/download/.

Wheels for the GPL version for 32 and 64-bit Windows, 64-bit OS X and 64-bit
Linux can be installed from PyPI::

    pip3 install QScintilla

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


Documentation
-------------

The documentation for the latest release can be found
`here <http://pyqt.sourceforge.net/Docs/QScintilla2/>`__.
