Metadata-Version: 2.4
Name: PyDocX-Fork
Version: 0.9.11
Summary: docx (OOXML) to html converter (Forked version with bug fixes)
Home-page: https://github.com/Medemus/pydocx
Author: Medemus
Author-email: medemus@163.com
License: Apache
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: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
License-File: LICENSE
License-File: AUTHORS
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: summary

############
PyDocX-Fork
############

**Note:** This is a forked and maintained version of the original PyDocX project.

Original project: https://github.com/CenterForOpenScience/pydocx

This fork includes bug fixes and improvements for continued maintenance.

.. 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/Medemus/pydocx>`_
* `Issue Tracking <https://github.com/Medemus/pydocx/issues>`_

PyDocX is a tool
that can export
MS Word documents (Office Open XML)
into different markup languages.
Currently,
only HTML is supported.
You can extend
any of the available exporters
to customize it to your needs.
This includes extending
the base exporter
to add support
for a markup language
or format
that is not 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>`_.
