Metadata-Version: 1.1
Name: pyqode3.python
Version: 3.1.4
Summary: Adds python support to pyqode.core
Home-page: https://github.com/pyQode/pyqode.python
Author: Colin Duquesnoy
Author-email: colin.duquesnoy@gmail.com
License: MIT
Description: .. 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.python* adds **python** support to `pyQode` (code completion,
        calltips, ...).
        
        .. _OpenSesame: https://osdoc.cogsci.nl/
        .. _Rapunzel: https://rapunzel.cogsci.nl/
        
        Features:
        ---------
        
        * calltips mode (using `Jedi`)
        * code completion provider (using `Jedi`)
        * code folding mode
        * auto indent mode
        * on the fly code checkers (frosted (fork of PyFlakes), PEP8)
        * a customisable python specific syntax highlighter
        * a pre-configured QPythonCodeEdit (with the corresponding Qt Designer plugin)
        * automatic PEP8 formatting
        
        License
        -------
        
        pyQode is licensed under the **MIT license**.
        
        Requirements
        ------------
        
        pyqode.python depends on the following libraries:
        
        - python 2.7 or python 3 (>= 3.2)
        - pyqode.core
        - jedi
        - pep8
        - frosted
        - docutils
        - autopep8
        
Keywords: CodeEdit PySide PyQt code editor widget python
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: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
