Metadata-Version: 1.1
Name: PyDocX
Version: 0.4.3
Summary: docx (OOXML) to html converter
Home-page: http://github.com/CenterForOpenScience/pydocx
Author: Jason Ward, Sam Portnow
Author-email: jason.louard.ward@gmail.com, samson91787@gmail.com
License: BSD
Description: ######
        PyDocX
        ######
        
        .. image:: https://travis-ci.org/CenterForOpenScience/pydocx.png?branch=master
           :align: left
           :target: https://travis-ci.org/CenterForOpenScience/pydocx
        
        * `Installation <https://pydocx.readthedocs.org/en/latest/installation.html>`_
        * `Documentation <https://pydocx.readthedocs.org>`_
        * `Release Notes <https://pydocx.readthedocs.org/en/latest/release_notes.html>`_
        * `Github Page <https://github.com/CenterForOpenScience/pydocx>`_
        * `Issue Tracking <https://github.com/CenterForOpenScience/pydocx/issues>`_
        
        PyDocX is a parser
        that breaks down
        the elements
        of an Office Open XML
        (.docx)
        and converts them
        into different markup languages.
        Currently,
        only HTML is supported.
        Markdown and LaTex
        are planned for the future.
        You can extend
        any of the available parsers
        to customize it to your needs.
        You can also create
        your own class
        that inherits ``DocxParser``
        to create
        your own methods
        for a markup language
        not yet supported.
        
        To get started using PyDocX,
        see the `Usage <https://pydocx.readthedocs.org/en/latest/usage.html>`_
        guide
        and also
        `Extending PyDocX <https://pydocx.readthedocs.org/en/latest/extending.html>`_.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
