Metadata-Version: 1.1
Name: Python-OOXML
Version: 0.13
Summary: Python-OOXML is a Python library for parsing Office Open XML files.
Home-page: https://github.com/booktype/python-ooxml
Author: Aleksandar Erkalovic
Author-email: aerkalov@gmail.com
License: GNU Affero General Public License
Description: About Python-OOXML
        ==================
        
        Python-OOXML is a Python library for parsing Office Open XML files. At the moment it only supports HTML as output format. Strong emphasis is put on easy customization of the output. 
        The library comes with an importer which is capable of splitting a document into separate chapters. It works both with documents which use Word styles, and documents where they are not used.
        
        Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from `Sourcefabric <https://www.sourcefabric.org>`_.
        
        
        Documentation
        =============
        
        Developer documentation for Python-OOXML can be found at `Read the Docs <http://python-ooxml.readthedocs.org/>`_.
        
        
        License
        =======
        
        Python-OOXML is licensed under the `AGPL license <LICENSE.txt>`_.
        
        
        Authors
        =======
        - Aleksandar Erkalovic <aerkalov@gmail.com>
        
Keywords: ooxml,docx
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
