Metadata-Version: 1.1
Name: pandocpm
Version: 0.2.1
Summary: Package manager for pandoc extras (filters, templates, etc.)
Home-page: https://github.com/pandoc-extras/pandocpm
Author: Sergio Correia
Author-email: sergio.correia@gmail.com
License: Apache
Description: .. This README is auto-generated from `docs/README.md`. Do not edit this file directly.
        
        :Date:   December  7, 2016
        
        .. contents::
           :depth: 3
        ..
        
        |Build Status| |GitHub Releases| |PyPI version| |Development Status|
        |Python version| |License|
        
        package-manager
        ===============
        
        Manage the install/update/uninstall of Pandoc extras (filters,
        templates, etc.)
        
        Install
        -------
        
        To install pandoc-extras, open the command line and type:
        
        .. code:: bash
        
            pip install git+git://github.com/pandoc-extras/package-manager.git
        
        -  Requires Python 3.2 or later.
        -  On windows, the command line (``cmd``) must be run as administrator.
        
        To Uninstall
        ------------
        
        ::
        
            pip uninstall pandoc-extras
        
        Dev Install
        -----------
        
        After cloning the repo and opening the pandoc-extras folder:
        
        ``python setup.py install``
            installs the package locally
        ``python setup.py develop``
            installs locally with a symlink so changes are automatically updated
        
        .. |Build Status| image:: https://travis-ci.org/pandoc-extras/pandocpm.svg?branch=master
           :target: https://travis-ci.org/pandoc-extras/pandocpm
        .. |GitHub Releases| image:: https://img.shields.io/github/tag/pandoc-extras/pandocpm.svg?label=github+release
           :target: https://github.com/pandoc-extras/pandocpm/releases
        .. |PyPI version| image:: https://img.shields.io/pypi/v/pandocpm.svg
           :target: https://pypi.python.org/pypi/pandocpm/
        .. |Development Status| image:: https://img.shields.io/pypi/status/pandocpm.svg
           :target: https://pypi.python.org/pypi/pandocpm/
        .. |Python version| image:: https://img.shields.io/pypi/pyversions/pandocpm.svg
           :target: https://pypi.python.org/pypi/pandocpm/
        .. |License| image:: https://img.shields.io/pypi/l/pandocpm.svg
        
Keywords: pandoc pandocfilters panflute markdown latex
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Filters
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
