Metadata-Version: 1.1
Name: pyqode.json
Version: 2.5.0
Summary: JSON Code Editor Widget
Home-page: https://github.com/pyQode/pyqode.json
Author: Colin Duquesnoy
Author-email: colin.duquesnoy@gmail.com
License: MIT
Description: .. image:: https://raw.githubusercontent.com/pyQode/pyQode/master/media/pyqode-banner.png
        
        |
        
        .. image:: https://pypip.in/version/pyqode.json/badge.svg
           :target: https://pypi.python.org/pypi/pyqode.json/
           :alt: Latest PyPI version
        
        .. image:: https://pypip.in/download/pyqode.json/badge.svg
           :target: https://pypi.python.org/pypi/pyqode.json/
           :alt: Number of PyPI downloads
        
        .. image:: https://pypip.in/py_versions/pyqode.json/badge.svg
           :target: https://pypi.python.org/pypi/pyqode.json/
           :alt: Supported python version
           
        .. image:: https://pypip.in/license/pyqode.json/badge.svg
        
        .. image:: https://travis-ci.org/pyQode/pyqode.json.svg?branch=master
           :target: https://travis-ci.org/pyQode/pyqode.json
           :alt: Travis-CI build status
        
        .. image:: https://coveralls.io/repos/pyQode/pyqode.json/badge.png?branch=master
           :target: https://coveralls.io/r/pyQode/pyqode.json?branch=master
           :alt: Coverage Status
        
        
        About
        -----
        
        *pyqode.json* adds **JSON** support to `pyQode`_ (syntax highlighter,
        navigation panel, code folding,...).
        
        - `Issue tracker`_
        - `Wiki`_
        - `API reference`_
        - `Contributing`_
        - `Changelog`_
        - `Screenshots`_
        
        Features:
        ---------
        
        * native syntax highlighter
        * specialised code folding detector
        * a pre-configured editor: `pyqode.json.widgets.JSONCodeEdit`
        * navigation panel (show you the current node and its parents and let you
          navigate between them)
        
        License
        -------
        
        pyqode.json is licensed under the **MIT license**.
        
        Requirements
        ------------
        
        pyqode.json depends on the following libraries:
        
        - python 2.7 or python 3 (>= 3.2)
        - pyqode.core
        
        
        Installation
        ------------
        
        ::
        
            $ pip install pyqode.json --upgrade
        
        
        .. _Screenshots: https://github.com/pyQode/pyQode/wiki/Screenshots-and-videos#pyqodejson-screenshots
        .. _Issue tracker: https://github.com/pyQode/pyQode/issues
        .. _Wiki: https://github.com/pyQode/pyQode/wiki
        .. _API reference: http://pyqodejson.readthedocs.org/en/latest/
        .. _pyQode: https://github.com/pyQode/pyQode
        .. _Changelog: https://github.com/pyQode/pyqode.json/blob/master/CHANGELOG.rst
        .. _Contributing: https://github.com/pyQode/pyqode.json/blob/master/CONTRIBUTING.rst
        
Keywords: Add JSON support to pyQode
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
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)
