Metadata-Version: 2.1
Name: coala-json
Version: 0.1.2
Summary: A collection of coala json utilities
Home-page: https://gitlab.com/coala/coala-json
Author: The coala developers
Author-email: coala-devel@googlegroups.com
Maintainer: Lasse Schuirmann, Fabian Neuschmidt, Mischa Krüger
Maintainer-email: lasse.schuirmann@gmail.com, fabian@neuschmidt.de, makman@alice.de
License: MIT
Keywords: code-analysis,lint
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Processing :: Linguistic

coala-json
==========

|Linux Build Status| |Windows Build status| |Documentation Status| |MIT|

=====

coala-json holds a collection of useful utilities that are used
to read JSON output from coala and convert it to other test formats.
Currently coala-json supports formats like TAP, JUnit and Checkstyle.
You can easily extend coala-json to your project by simply providing
a custom json-loader file. For more information you can visit our
`documentation <https://coala-json.readthedocs.io/en/latest/>`_.


.. |Linux Build Status| image:: https://gitlab.com/coala/coala-json/badges/master/pipeline.svg
   :target: https://gitlab.com/coala/coala-json/commits/master
.. |Windows Build status| image:: https://img.shields.io/appveyor/ci/coala/coala-json/master.svg?label=windows%20build
   :target: https://ci.appveyor.com/project/coala/coala-json/branch/master
.. |Documentation Status| image:: https://readthedocs.org/projects/coala-json/badge/?version=latest
   :target: https://coala-json.readthedocs.io/en/latest/
.. |MIT| image:: https://img.shields.io/pypi/l/coala-json.svg
   :target: https://opensource.org/licenses/MIT


`Install coala-json <https://pypi.org/project/coala-json/>`_ | `Get Involved <http://coala.io/#/getinvolved>`_


