Metadata-Version: 1.1
Name: opc-diag
Version: 0.9.7rc1
Summary: Browse and diff Microsoft Office .docx, .xlsx, and .pptx files.
Home-page: https://github.com/python-openxml/opc-diag
Author: Steve Canny
Author-email: python-opc@googlegroups.com
License: The MIT License (MIT)
Copyright (c) 2013 Steve Canny, https://github.com/scanny

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Description: *opc-diag* is a command-line application for exploring Microsoft Word, Excel,
        and PowerPoint files from Office 2007 and later. Also known as *Office Open
        XML*, the structure of these files adheres to the Open Packaging Convention
        (OPC), specified by ISO/IEC 29500.
        
        *opc-diag* provides the ``opc`` command, which allows OPC files to be browsed,
        diff-ed, extracted, repackaged, and parts from one to be substituted into
        another.
        
        Its primary use is by developers of software that generates and/or
        manipulates Microsoft Office documents.
        
        A typical use would be diff-ing a Word file from before and after an operation,
        say inserting a paragraph, to identify the specific changes Word made to the
        XML. This is handy when one is developing software to do the same without
        Word's help::
        
           $ opc diff before.docx after.docx
        
        Another main use is to diagnose an issue causing an Office document to not load
        cleanly, typically because the software that generated it has a bug. These
        problems can be tedious and often difficult to diagnose without tools like
        *opc-diag*, and were the primary motivation for developing it.
        
        More information is available in the `opc-diag documentation`_.
        
        .. _`opc-diag documentation`:
           https://opc-diag.readthedocs.org/en/latest/
        
        
        History
        =======
        
        0.9.7 (2013-09-23)
        ------------------
        
        * Initial release -- supporting browse, diff, diff-item, extract, repackage,
          and substitute subcommands.
        
Keywords: opc open xml diff docx pptx xslx office
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Office/Business :: Office Suites
Classifier: Topic :: Software Development :: Libraries
