Metadata-Version: 1.1
Name: pygments-cl-repl
Version: 0.1
Summary: Pygments lexer for Common Lisp REPL
Home-page: https://github.com/russell/pygments-cl-repl
Author: Russell Sim
Author-email: russell.sim@gmail.com
License: GPLv3+
Description: ================
        pygments-cl-repl
        ================
        
        Syntax coloring for Common Lisp REPL sessions
        ---------------------------------------------
        
        Overview
        ========
        
        This package provides a Pygments_ lexer for `Common Lisp REPL`_
        sessions.  The lexer is published as an entry point and, once
        installed, Pygments will pick it up automatically.
        
        You can then use this lexer with Pygments::
        
            $ pygmentize -l common-lisp-repl /etc/openssl/openssl.cnf
        
        In Sphinx_ documents the lexer is selected with the ``highlight``
        directive::
        
            .. highlight:: common-lisp-repl
        
        .. _Common Lisp REPL: http://www.cliki.net/REPL
        .. _Pygments: http://pygments.org/
        .. _Sphinx: http://sphinx-doc.org/
        
        Installation
        ============
        
        Use your favorite installer to install pygments-cl-repl into the same
        Python you have installed Pygments. For example::
        
            $ pip install pygments-cl-repl
        
        To verify the installation run::
        
            $ pygmentize -L lexer | grep -i common-lisp-repl
            * common-lisp-repl:
                Common Lisp REPL (filenames *.common-lisp-repl)
        
        
        Changelog
        =========
        
        Release 0.1 19-03-2014
        ----------------------
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
