Skip to main content

Library for read only interactions with an ext4 filesystem

Project description

ext4 on PyPI

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


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.6.tar.gz (17.0 kB view details)

Uploaded Source

Built Distribution

ext4-1.0.6-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

Details for the file ext4-1.0.6.tar.gz.

File metadata

  • Download URL: ext4-1.0.6.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for ext4-1.0.6.tar.gz
Algorithm Hash digest
SHA256 c84b9715bb6f20834814747d22873d42a02f3c0c22c0eebaa892295cad3e85a1
MD5 4dce7ee519898315abb8a2491e3bb6c3
BLAKE2b-256 c5e8002c1f0b46151f34dfd05108e8eacc3250da74707464f21f1ebb9d3631df

See more details on using hashes here.

File details

Details for the file ext4-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: ext4-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 20.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for ext4-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b15ce5cdca8d61f6d3ddda11ab61330496d0249047db488aaa591b1d6987a94e
MD5 66aaa4f59a998590a3bbd636d6e39fcd
BLAKE2b-256 cf9b1a4176378e7d196da4effd75e5b6216cae9e59b45088b7a96607957d8bc0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page