Metadata-Version: 2.1
Name: pyqode.core
Version: 3.2.34
Summary: PyQt/PySide Source Code Editor Widget
Home-page: https://github.com/pyQode/pyqode.core
Author: Colin Duquesnoy
Author-email: colin.duquesnoy@gmail.com
License: MIT
Keywords: CodeEdit PyQt source code editor widget qt
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Requires-Dist: pygments
Requires-Dist: pyqode.qt
Requires-Dist: future
Requires-Dist: qtawesome
Requires-Dist: pathspec

.. 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 2 (**>=2.7**) or Python 3 (**>= 3.2**)
- PyQt5 or PyQt4 or PySide
- pygments
- pyqode.qt
- future
- qtawesome (optional)


