Metadata-Version: 1.1
Name: compoundfiles
Version: 0.2
Summary: Library for parsing and reading OLE Compound Documents
Home-page: https://pypi.python.org/pypi/compoundfiles/
Author: Dave Hughes
Author-email: dave@waveform.org.uk
License: MIT License
Description: ====================
        compoundfiles README
        ====================
        
        This package provides a library for reading Microsoft's `OLE Compound
        Document`_ format, which also forms the basis of the `Advanced Authoring
        Format`_ (AAF) published by Microsoft Corporation. It is compatible with
        Python 2.7 (or above) and Python 3.2 (or above).
        
        The code is licensed under the `MIT license`_. Packages can be downloaded from
        the project `homepage`_ on PyPI. The `source code`_ can be obtained from
        GitHub, which also hosts the `bug tracker`_. The `documentation`_ (which
        includes installation instructions and quick-start examples) can be read on
        ReadTheDocs.
        
        .. _homepage: http://pypi.python.org/pypi/compoundfiles
        .. _documentation: http://compound-files.readthedocs.org/
        .. _source code: https://github.com/waveform80/compoundfiles
        .. _bug tracker: https://github.com/waveform80/compoundfiles/issues
        .. _OLE Compound Document: http://www.openoffice.org/sc/compdocfileformat.pdf
        .. _Advanced Authoring Format: http://www.amwa.tv/downloads/specifications/aafcontainerspec-v1.0.1.pdf
        .. _MIT license: http://opensource.org/licenses/MIT
        
Keywords: microsoft,ole,compound,document
Platform: ALL
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
