- Notifications
You must be signed in to change notification settings - Fork9
A reader for OLE Compound Document Files (like OleFileIO, but better)
License
waveform-computing/compoundfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This package provides a library for reading Microsoft'sCompound File Binaryformat (CFB), formerly known asOLE Compound Documents, theAdvancedAuthoring Format (AAF), or just plain old Microsoft Office files (the non-XMLsort). This format is also widely used with certain media systems and a numberof scientific applications (tomography and microscopy).
The code is pure Python and should run on any platform; it is compatible withPython 2.7 (or above) and Python 3.2 (or above). The library has an emphasison rigour and performs numerous validity checks on opened files. By default,the library merely warns when it comes across non-fatal errors in source filesbut this behaviour is configurable by developers through Python'swarnings
mechanisms.
- The code is licensed under theMIT license
- Thesource code can be obtained from GitHub, which also hosts thebugtracker
- Thedocumentation (which includes installation instructions andquick-start examples) can be read on ReadTheDocs
- Thebuild status can be observed on Travis CI
About
A reader for OLE Compound Document Files (like OleFileIO, but better)
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.