Metadata-Version: 1.1
Name: pandocpm
Version: 0.1.0
Summary: Package manager for pandoc extras (filters, templates, etc.)
Home-page: https://github.com/pandoc-extras/package-manager
Author: Sergio Correia
Author-email: sergio.correia@gmail.com
License: Apache
Description: # package-manager

        

        Manage the install/update/uninstall of Pandoc extras

        (filters, templates, etc.)

        

        

        ## Install

        

        To install pandoc-extras, open the command line and type::

        

        ### Python 3

        

        ```

        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

        
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
