Metadata-Version: 2.1
Name: pyqode-core
Version: 4.0.11
Summary: The core package contains the core components needed for writing a pyqode based
Keywords: CodeEdit,PyQt,editor,widget,qt
Author-email: Colin Duquesnoy <colin.duquesnoy@gmail.com>, Sebastiaan Mathôt <s.mathot@cogsci.nl>
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: future
Requires-Dist: qtawesome
Requires-Dist: pathspec
Project-URL: Documentation, https://github.com/open-cogsci/pyqode.core
Project-URL: Source, https://github.com/open-cogsci/pyqode.core

.. image:: https://raw.githubusercontent.com/pyQode/pyQode/master/media/pyqode-banner.png

About
-----


This is a fork of PyQode, which is now developed as the editor component for Rapunzel_ and OpenSesame_. The original PyQode repository (<= v2) is no longer maintained.

**pyqode.core** is the core framework of the `pyQode` project.

It contains the base classes and a set of extensions (modes/panels/managers)
needed to develop a specialised code editor.

It also provides a basic generic code editor that you can use as a fallback
when there is no specialised editor for a given language.

.. _OpenSesame: https://osdoc.cogsci.nl/
.. _Rapunzel: https://rapunzel.cogsci.nl/


License
-------

pyQode is licensed under the **MIT license**.


Requirements
------------

pyqode.core depends on the following libraries:

- Python 3 (>= 3.7)
- PyQt5 or PyQt6 or PySide
- pygments
- pyqode.qt
- future
- qtawesome (optional)

