libcfbf
libcfbf is a Python implementation of Microsoft's Compound File Binary Format. Note this library does not have support for writing or modifying documents.
from libcfbf import CfbfDocument
with CfbfDocument.open('foo.doc') as document:
for x in document.root_entry.children:
print(x.entry_name)
Specification: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b
Release files for libcfbf 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| libcfbf-0.4.tar.gz | 5.3 kB | Details |
Release files / libcfbf-0.4.tar.gz
| Download URL | libcfbf-0.4.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0d9e4954e8e1bec78b941dd63bba678b3b2df69d26fb698e68933e8d1849daa9
|
|
BLAKE2b-256 checksum How to use checksums |
eae26af78eeae455e26973e792800707b2188b9aefd4d1a247c5939572d439c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.11
|