Metadata-Version: 2.0
Name: officeparser
Version: 1.0.1
Summary: A python script that parses the format of OLE compound documents used by Microsoft Office applications.
Home-page: https://github.com/unixfreak0037/officeparser
Author: John Davison
Author-email: unixfreak0037@gmail.com
License: MIT
Keywords: Microsoft Office,ole,vba,macro
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

# officeparser.py

officerparser.py is a python script that parses the format of OLE compound documents used by Microsoft Office applications.

Some useful features of this script include
 * macro extraction
 * embedded file extraction
 * format analysis

Execute the script with the --help option to view all available options.

## useful options

__--extract-macros__

This extracts all macro code that can be detected in an office document.  Use the -o or --output-dir option to specify the directory to store the files.



