Metadata-Version: 1.1
Name: Python-OOXML
Version: 0.10
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. 
        Library comes with importer which is capable of splitting document into separate chapters. It works with documents which are using Word styles and documents where they are not used.
        
        Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from Sourcefabric.
        
        
        License
        =======
        
        Python-OOXML is licensed under the AGPL license.
        
        
        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
