Metadata-Version: 2.0
Name: pyqode.json
Version: 2.6.1
Summary: Adds JSon support to pyqode.core
Home-page: https://github.com/pyQode/pyqode.json
Author: Colin Duquesnoy
Author-email: colin.duquesnoy@gmail.com
License: MIT
Keywords: JSON widget editor
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)
Requires-Dist: pyqode.core

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

|

.. image:: https://img.shields.io/pypi/v/pyqode.json.svg
   :target: https://pypi.python.org/pypi/pyqode.json/
   :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/pyqode.json.svg
   :target: https://pypi.python.org/pypi/pyqode.json/
   :alt: Number of PyPI downloads

.. image:: https://img.shields.io/pypi/l/pyqode.python.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.svg?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

Testing
-------

pyqode.core has a test suite and measure its coverage.

To run the tests, just run runtests.py with the interpreter you want
to run the test suite::

    python2.7 runtests.py
    python3.4 runtests.py

To measure coverage, install pytest-cov package and run::

    python runtests.py --cov pyqode

To check for PEP8 warnings, use:

    python runtests.py --pep8 -m pep8


.. _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


