ComboundFileParser
Description
This module implements a Compound file parser (file format used by OLE and base file format for macros, msi, msg, doc, xls...)
Requirements
This package require:
- python3
- python3 Standard Library
Installation
Pip
python3 -m pip install ComboundFileParser
Git
git clone "https://github.com/mauricelambert/ComboundFileParser.git"
cd "ComboundFileParser"
python3 -m pip install .
Wget
wget https://github.com/mauricelambert/ComboundFileParser/archive/refs/heads/main.zip
unzip main.zip
cd ComboundFileParser-main
python3 -m pip install .
cURL
curl -O https://github.com/mauricelambert/ComboundFileParser/archive/refs/heads/main.zip
unzip main.zip
cd ComboundFileParser-main
python3 -m pip install .
Usages
Command line
ComboundFileParser # Using CLI package executable
python3 -m ComboundFileParser # Using python module
python3 ComboundFileParser.pyz # Using python executable
ComboundFileParser.exe # Using python Windows executable
Python script
from ComboundFileParser import *
Links
License
Licensed under the GPL, version 3.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
comboundfileparser-0.0.1.tar.gz
(22.6 kB
view details)
File details
Details for the file comboundfileparser-0.0.1.tar.gz.
File metadata
- Download URL: comboundfileparser-0.0.1.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63e2b3b5b6398d7988bb428428f7aa8838d475a947b681c75eeb2f2b6b9bcc7e
|
|
| MD5 |
7038126b0d02254af2f78e5db5fea63e
|
|
| BLAKE2b-256 |
2835293cd5a1c46aa6015c5f1a7d7d3eb524b347fb6c4dd41a7af397c29450a1
|