Metadata-Version: 2.1
Name: pandoc-codeblock-include
Version: 0.0.3
Summary: A pandoc filter for including file in block code
Home-page: https://github.com/chdemko/pandoc-codeblock-include
Author: Christophe Demko
Author-email: chdemko@gmail.com
Maintainer: Christophe Demko
Maintainer-email: chdemko@gmail.com
License: BSD-3-Clause
Download-URL: https://github.com/chdemko/pandoc-codeblock-include/archive/master.zip
Description: pandoc-codeblock-include
        ========================
        
        |Build Status| |Coveralls| |Scrutinizer| |PyPI version| |PyPI format|
        |License| |Python version| |Development Status|
        
        *pandoc-codeblock-include* is a `pandoc <http://pandoc.org/>`__ filter
        for including files in ``CodeBlock`` elements.
        
        Documentation
        -------------
        
        See the `wiki
        pages <https://github.com/chdemko/pandoc-codeblock-include/wiki>`__.
        
        Usage
        -----
        
        To apply the filter, use the following option with pandoc:
        
        ::
        
           --filter pandoc-codeblock-include
        
        Installation
        ------------
        
        *pandoc-codeblock-include* requires `python <https://www.python.org>`__,
        a programming language that comes pre-installed on linux and Mac OS X,
        and which is easily installed `on
        Windows <https://www.python.org/downloads/windows>`__. Either python 2.7
        or 3.x will do.
        
        Install *pandoc-codeblock-include* as root using the bash command
        
        ::
        
           pip install pandoc-codeblock-include
        
        To upgrade to the most recent release, use
        
        ::
        
           pip install --upgrade pandoc-codeblock-include
        
        To upgrade to the current code, use
        
        ::
        
           pip install --upgrade --force git+https://github.com/chdemko/pandoc-codeblock-include
        
        ``pip`` is a script that downloads and installs modules from the Python
        Package Index, `PyPI <https://pypi.org>`__. It should come installed
        with your python distribution. If you are running linux, ``pip`` may be
        bundled separately. On a Debian-based system (including Ubuntu), you can
        install it as root using
        
        ::
        
           apt-get update
           apt-get install python-pip
        
        Getting Help
        ------------
        
        If you have any difficulties with *pandoc-codeblock-include*, please
        feel welcome to `file an
        issue <https://github.com/chdemko/pandoc-codeblock-include/issues>`__ on
        github so that we can help.
        
        .. |Build Status| image:: https://img.shields.io/travis/chdemko/pandoc-codeblock-include/0.0.3.svg
           :target: https://travis-ci.org/chdemko/pandoc-codeblock-include/branches
        .. |Coveralls| image:: https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/0.0.3.svg
           :target: https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=0.0.3
        .. |Scrutinizer| image:: https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg
           :target: https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/
        .. |PyPI version| image:: https://img.shields.io/pypi/v/pandoc-codeblock-include.svg
           :target: https://pypi.org/project/pandoc-codeblock-include/
        .. |PyPI format| image:: https://img.shields.io/pypi/format/pandoc-codeblock-include/0.0.3.svg
           :target: https://pypi.org/project/pandoc-codeblock-include/0.0.3/
        .. |License| image:: https://img.shields.io/pypi/l/pandoc-codeblock-include/0.0.3.svg
           :target: https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/0.0.3/LICENSE
        .. |Python version| image:: https://img.shields.io/pypi/pyversions/pandoc-codeblock-include.svg
           :target: https://pypi.org/project/pandoc-codeblock-include/
        .. |Development Status| image:: https://img.shields.io/pypi/status/pandoc-codeblock-include.svg
           :target: https://pypi.org/project/pandoc-codeblock-include/
        
Keywords: pandoc filters codeblock include
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: test
Provides-Extra: dev
