Metadata-Version: 2.4
Name: pyfatx
Version: 0.0.8
Summary: FATX Filesystem Utils
Author-email: Matt Borgerson <contact@mborgerson.com>
Project-URL: Homepage, https://github.com/mborgerson/fatx
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: cffi

pyfatx
======
[![pypi](https://img.shields.io/pypi/v/pyfatx)](https://pypi.org/project/pyfatx/)

A Python module providing bindings to libfatx. Wheels are provided for Windows and Linux.

The latest release of pyfatx can be installed via:

    pip install pyfatx

pyfatx provides a module with some helpful utilities, like listing drive contents and extracting a filesystem, e.g. a filesystem can be extracted with:

    python -m pyfatx -x ./path/to/disk.img
