Metadata-Version: 1.1
Name: coala-html
Version: 0.2.2
Summary: Generate a Webpage using results from coala
Home-page: http://coala-analyzer.org/
Author: Tushar Gautam
Author-email: tushar.rishav@gmail.com
License: AGPL-3.0
Description: README
        ======
        
        .. Start ignoring LineLengthBear
        
        ::
        
                                                                 .o88Oo._
                                                                d8P         .ooOO8bo._
                                                                88                  '*Y8bo.
                                                  __            YA                      '*Y8b   __
                                                ,dPYb,           YA                        68o68**8Oo.
                                                IP'`Yb            "8D                       *"'    "Y8o
                                                I8  8I             Y8     'YB                       .8D
                                                I8  8P             '8               d8'             8D
                                                I8  8'              8       d8888b          d      AY
                 ,gggo,    ,ggggo,    ,gggo,gg  I8 dP    ,gggo,gg   Y,     d888888         d'  _.oP"
                dP"  "Yb  dP"  "Y8go*8P"  "Y8I  I8dP    dP"  "Y8I    q.    Y8888P'        d8
               i8'       i8'    ,8P i8'    ,8I  I8P    i8'    ,8I     "q.  `Y88P'       d8"
              ,d8,_    _,d8,   ,d8' d8,   ,d8b,,d8b,_ ,d8,   ,d8b,       Y           ,o8P
            ooP""Y8888PP*"Y8888P"   "Y8888P"`Y88P'"Y88P"Y8888P"`Y8            oooo888P"
        
        .. Stop ignoring LineLengthBear
        
        ABOUT
        =====
        
        coala-html is an angular application used to display results from
        ``coala-json`` as an interactive web page.
        
        If you want to learn more about coala, its functionality and its usage,
        please take a look at our
        `tutorial <http://coala.readthedocs.org/en/latest/Getting_Involved/README.html>`__.
        
        PROJECT STATUS
        --------------
        +------------------+---------------+
        | Build Status     | Coverage      |
        +==================+===============+
        | |Travis|         | |Coverage|    |
        +------------------+---------------+
        
        DEMO
        ----
        GIF_.  Live_.
        
        INSTALLATION
        ------------
        ``pip3 install coala-html``
        
        USAGE
        -----
        `coala-html -h`
        
        GETTING INVOLVED
        ================
        
        If you want to contribute to coala-html, please take a look at the `Getting
        Involved Information
        <http://coala.readthedocs.org/en/latest/Getting_Involved/README.html>`__.
        
        We appreciate any help!
        
        |https://gitter.im/coala-analyzer/coala|
        
        BUILD & DEVELOPMENT
        -------------------
        
        Run ``python3 setup.py install``
        
        Note: You need to have bower installed before you may install the python packages.
        
        LICENSE
        =======
        
        |AGPL|
        
        This code falls under the GNU Affero General Public License as published
        by the Free Software Foundation, either version 3 of the License, or (at
        your option) any later version.
        
        .. |https://gitter.im/coala-analyzer/coala| image:: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg
           :target: https://gitter.im/coala-analyzer/coala
        .. |AGPL| image:: https://img.shields.io/github/license/coala-analyzer/coala.svg
           :target: https://www.gnu.org/licenses/agpl-3.0.html
        .. |Travis| image:: https://img.shields.io/travis/coala-analyzer/coala-html/master.svg?maxAge=2592000
           :target: https://github.com/coala-analyzer/coala-html
        .. |Coverage| image:: https://img.shields.io/codecov/c/github/coala-analyzer/coala-html/master.svg
           :target: https://codecov.io/github/coala-analyzer/coala-html?branch=master
        .. _GIF: https://cloud.githubusercontent.com/assets/7397433/16225501/8162a2a4-37c4-11e6-96b8-3e37b705c7f3.gif
        .. _Live: http://coala-analyzer.github.io/coala-html
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
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.3
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
