Metadata-Version: 1.1
Name: coala
Version: 0.12.0.dev20170605210206
Summary: Linting and Fixing Code for All Languages
Home-page: http://coala.io/
Author: Lasse Schuirmann, Fabian Neuschmidt, Mischa Krüger
Author-email: lasse.schuirmann@gmail.com, fabian@neuschmidt.de, makman@alice.de
License: AGPL-3.0
Description: .. image:: https://cloud.githubusercontent.com/assets/5716520/24838296/a9cf5f04-1d45-11e7-855c-47b816ce1e09.png
            :target: https://coala.io/
        
        =====
        
        :emphasis:`"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."` ― `John F. Woods <http://ruby.zigzo.com/2014/08/01/who-said-that-one-violent-psychopath-quote/>`_
        
        =====
        
        |Linux Build Status| |Windows Build status| |macOS Build Status|
        |codecov.io| |Documentation Status| |AGPL|
        
        =====
        
        `coala <https://coala.io>`_ provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used. You can use coala from within your favorite editor, integrate it with your CI, get the results as JSON, or customize it to your needs with its flexible configuration syntax.
        
        coala supports popular programming languages including **Python**, **C/C++**, **Java**, **JavaScript**, **CSS**, and `several others <http://coala.io/#!/languages>`_ out of the box.
        
        
        `Install coala <http://coala.io/#!/home#installation>`_ | `Get Involved <http://coala.io/#!/getinvolved>`_ | `Chat <https://coala.io/chat>`_ | `Roadmap <https://projects.coala.io>`_ | `Blog <http://blog.coala.io>`_ | `Twitter <https://www.twitter.com/coala_io>`_
        
        
        .. |Linux Build Status| image:: https://img.shields.io/circleci/project/coala/coala/master.svg?label=linux%20build
           :target: https://circleci.com/gh/coala/coala
        .. |Windows Build status| image:: https://img.shields.io/appveyor/ci/coala/coala/master.svg?label=windows%20build
           :target: https://ci.appveyor.com/project/coala/coala/branch/master
        .. |macOS Build Status| image:: https://img.shields.io/travis/coala/coala/master.svg?label=macOS%20build
           :target: https://travis-ci.org/coala/coala
        .. |codecov.io| image:: https://img.shields.io/codecov/c/github/coala/coala/master.svg?label=branch%20coverage
           :target: https://codecov.io/github/coala/coala?branch=master
        .. |Documentation Status| image:: https://readthedocs.org/projects/coala/badge/?version=latest
           :target: http://docs.coala.io/
        .. |AGPL| image:: https://img.shields.io/pypi/l/coala.svg
           :target: https://www.gnu.org/licenses/agpl-3.0.html
        
        
        .. image:: https://graphs.waffle.io/coala/coala/throughput.svg
         :target: https://waffle.io/coala/coala/metrics/throughput
         :alt: 'Throughput Graph'
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
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 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Processing :: Linguistic
