Metadata-Version: 1.1
Name: pandoc-numbering
Version: 2.0.2
Summary: A pandoc filter for automatic numbering
Home-page: https://github.com/chdemko/pandoc-numbering
Author: Christophe Demko
Author-email: chdemko@gmail.com
License: CeCILL-B
Download-URL: https://github.com/chdemko/pandoc-numbering/archive/master.zip
Description: pandoc-numbering
        ================
        
        |Build Status| |Coveralls| |Scrutinizer| |PyPI version| |PyPI format|
        |License| |Downloads| |Python version| |Development Status|
        
        *pandoc-numbering* is a `pandoc <http://pandoc.org/>`__ filter for
        numbering all kinds of things.
        
        Documentation
        -------------
        
        See the `wiki
        pages <https://github.com/chdemko/pandoc-numbering/wiki>`__.
        
        Usage
        -----
        
        To apply the filter, use the following option with pandoc:
        
        ::
        
            --filter pandoc-numbering
        
        Installation
        ------------
        
        *pandoc-numbering* 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-numbering* as root using the bash command
        
        ::
        
            pip install pandoc-numbering
        
        To upgrade to the most recent release, use
        
        ::
        
            pip install --upgrade pandoc-numbering
        
        ``pip`` is a script that downloads and installs modules from the Python
        Package Index, `PyPI <https://pypi.python.org/pypi>`__. 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-numbering*, please feel
        welcome to `file an
        issue <https://github.com/chdemko/pandoc-numbering/issues>`__ on github
        so that we can help.
        
        .. |Build Status| image:: https://img.shields.io/travis/chdemko/pandoc-numbering.svg
           :target: http://travis-ci.org/chdemko/pandoc-numbering
        .. |Coveralls| image:: https://img.shields.io/coveralls/chdemko/pandoc-numbering.svg
           :target: https://coveralls.io/github/chdemko/pandoc-numbering
        .. |Scrutinizer| image:: https://img.shields.io/scrutinizer/g/chdemko/pandoc-numbering.svg
           :target: https://scrutinizer-ci.com/g/chdemko/pandoc-numbering/
        .. |PyPI version| image:: https://img.shields.io/pypi/v/pandoc-numbering.svg
           :target: https://pypi.python.org/pypi/pandoc-numbering/
        .. |PyPI format| image:: https://img.shields.io/pypi/format/pandoc-numbering.svg
           :target: https://pypi.python.org/pypi/pandoc-numbering/
        .. |License| image:: https://img.shields.io/pypi/l/pandoc-numbering.svg
           :target: http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
        .. |Downloads| image:: https://img.shields.io/pypi/dm/pandoc-numbering.svg
           :target: https://pypi.python.org/pypi/pandoc-numbering/
        .. |Python version| image:: https://img.shields.io/pypi/pyversions/pandoc-numbering.svg
           :target: https://pypi.python.org/pypi/pandoc-numbering/
        .. |Development Status| image:: https://img.shields.io/pypi/status/pandoc-numbering.svg
           :target: https://pypi.python.org/pypi/pandoc-numbering/
        
Keywords: pandoc,filters,numbering
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Filters
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English
