Metadata-Version: 1.0
Name: OPAF
Version: 0.9.2
Summary: Open PDF Analysis Framework
Home-page: http://code.google.com/p/opaf/
Author: Felipe Andres Manzano
Author-email: felipe.andres.manzano@gmail.com
License: New BSD License
Description: 
        PDF files rely on a complex file structure constructed from a set tokens and 
        grammar rules. Also each token can be compressed, encrypted or even obfuscated.
        
        **Open PDF Analysis Framework** (OPAF) will understand, decompress, de-obfuscate
        these basic PDF elements and present the resulting soup as a clean XML tree.
        
        From there a set of configurable rules can be used to decide what to keep, 
        what to cut out and ultimately if it is safe to open the resulting
        PDF projection.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: English
