Library for read only interactions with an ext4 filesystem
Reason this release was yanked:
Also broken. I need to add tests to this project
Project description
Ext4
Library for read only interactions with an ext4 filesystem.
from ext4 import Volume
# Extract raw ext4 image
with open("image.ext4", "rb") as f:
# Extract specific file
volume = Volume(image, offset=0)
inode = volume.inode_at("/etc/version")
with open("version", "wb") as f:
f.write(inode.open().read())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ext4-1.0.4.tar.gz
(16.8 kB
view details)
Built Distribution
ext4-1.0.4-py3-none-any.whl
(20.3 kB
view details)
File details
Details for the file ext4-1.0.4.tar.gz
.
File metadata
- Download URL: ext4-1.0.4.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0673e2b615cf4d6fe4374cd7c136080e9e98dd1eddb04aaa5e68f66f74a69e1c |
|
MD5 | 03c679cec6c1d925bac5ca6be3f78638 |
|
BLAKE2b-256 | f04faf68a13659c84ba33af170439958e178564f55791dbf7bf7a7acaa241a75 |
File details
Details for the file ext4-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: ext4-1.0.4-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2980082be2fa500b6fd257bb703331ed48bb30610d561316042373f6f9bd7e6 |
|
MD5 | ad9753e6d3ed1bb7d4e203c00f20915f |
|
BLAKE2b-256 | ba3b6bf8db13341b0bb466560a2635f93a7d71de003e196827b77a717ca5dcb0 |