Metadata-Version: 1.1
Name: pyqode.python
Version: 2.1.0
Summary: Add python support to pyqode
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.core/develop/doc/source/_static/pyqode-banner.png
        
        
        About
        -----
        .. image:: http://img.shields.io/pypi/v/pyqode.python.png
            :target: https://pypi.python.org/pypi/pyqode.python/
            :alt: Latest PyPI version
        
        .. image:: http://img.shields.io/pypi/dm/pyqode.python.png
            :target: https://pypi.python.org/pypi/pyqode.python/
            :alt: Number of PyPI downloads
        
        .. image:: https://travis-ci.org/pyQode/pyqode.python.svg?branch=master
            :target: https://travis-ci.org/pyQode/pyqode.python
            :alt: Travis-CI build status
        
        .. image:: https://coveralls.io/repos/pyQode/pyqode.python/badge.png?branch=master
            :target: https://coveralls.io/r/pyQode/pyqode.python?branch=master
            :alt: Coverage Status
        
        *pyqode.python* adds **python** support to `pyqode.core`_ (code completion, calltips, ...).
        
        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)
        
        License
        -------
        
        pyQode is licensed under the MIT license.
        
        Requirements
        ------------
        
        pyqode.python depends on the following libraries:
        
         - pyqode.core
         - jedi
         - pep8
         - frosted
         - docutils
        
        Installation
        ------------
        
        ::
        
            $ pip3 install pyqode.python
        
        
        Resources
        ---------
        
        -  `Downloads`_
        -  `Source repository`_
        -  `Wiki`_
        -  `Documentation`_
        
        
        Snapshots
        ---------
        
        Here is a snapshot of the QIdle example application (snapshots
        taken on a Gnome 3 desktop):
        
        .. image:: doc/source/_static/qidle.png
            :alt: Preview of QIdle, the pyQode clone of idle (example app)
        
        
        .. _Downloads: https://github.com/pyQode/pyqode.python/releases
        .. _Source repository: https://github.com/pyQode/pyqode.python/
        .. _Wiki: https://github.com/pyQode/pyqode.core/wiki
        .. _official pyqode extension package: https://github.com/pyQode/pyqode.core/wiki/Extensions#official-packages
        .. _pyqode.core: https://github.com/pyQode/pyqode.core
        .. _Jedi: https://github.com/davidhalter/jedi
        .. _`Documentation`: http://pyqodepython.readthedocs.org/en/latest/
        .. _master: https://github.com/pyQode/pyqode.python/tree/master
        .. _develop: https://github.com/pyQode/pyqode.python/tree/develop
        
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: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
