Metadata-Version: 1.1
Name: LconfPygmentsLexer
Version: 1.0.1
Summary: A simple pygments lexer for LCONF.
Home-page: https://github.com/peter1000/LconfPygmentsLexer
Author: peter1000
Author-email: https://github.com/peter1000
License: BSD-3-Clause
Description: ==================
        LconfPygmentsLexer
        ==================
        
        About
        =====
        A simple pygments lexer for `LCONF <https://github.com/peter1000/LCONF>`_
        The L(ight) CONF(iguration): A simple human-readable data serialization format for dynamic configuration.
        
        For features check out the: CHANGELOG.rst
        
        
        Requirements
        ============
        Requires `Pygments <http://pygments.org/>`_
        
        
        Installation
        ============
        #. To install from pypi using ``pip/pip3``::
        
           $ pip3 install LconfPygmentsLexer
        
        #. To install from the source::
        
           $ python3 setup.py install
        
        #. to check if it installed ok and is available::
        
           $ pygmentize -L
        
           ``lconf`` should be one of the available lexers
        
        
        Projects using LconfPygmentsLexer
        =================================
        
        `projects` which make use of: **LconfPygmentsLexer**
        
        - `PSphinxTheme <https://github.com/peter1000/PSphinxTheme>`_
           A sphinx theme which has an admonition for `LCONF` examples.
        
        - `LCONF <https://github.com/peter1000/LCONF>`_
           L(ight) CONF(iguration): A light - human-friendly, simple readable data serialization format for dynamic configuration.
        
        
        Online Resources
        ================
        - PyPI:       http://pypi.python.org/pypi/LconfPygmentsLexer
        - Source:     https://github.com/peter1000/LconfPygmentsLexer
        
        |
        |
        
        `LconfPygmentsLexer` is distributed under the terms of the BSD 3-clause license.
        Consult `LICENSE` or `BSD-3-Clause <http://opensource.org/licenses/BSD-3-Clause>`_.
        
        (c) 2014, `peter1000` https://github.com/peter1000
        All rights reserved.
        
        |
        |
        
Keywords: python pygments lexer sphinx syntax highlighting
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
