Metadata-Version: 2.4
Name: ddrescue-bad-files
Version: 0.1.0
Summary: Correlates file system data to bad block data from GNU ddrescue map files
Author-email: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Maintainer-email: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/matheusmoreira/ddrescue-bad-files
Project-URL: Repository, https://github.com/matheusmoreira/ddrescue-bad-files.git
Project-URL: Issues, https://github.com/matheusmoreira/ddrescue-bad-files/issues
Keywords: bad blocks,bad sectors,ddrescue,GNU ddrescue,rescue,corruption,filesystem,image
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: System :: Archiving :: Mirroring
Classifier: Topic :: Utilities
Classifier: Topic :: Other/Nonlisted Topic
Description-Content-Type: text/markdown
License-File: LICENSE.AGPLv3
Requires-Dist: intervaltree>=3.1.0
Requires-Dist: pycdlib>=1.14.0
Dynamic: license-file

# ddrescue-bad-files

Parses file system images and identifies corrupted files
via correlation with bad block information
from GNU ddrescue map files.

## Backends

This tool currently supports the following backends:

 - [`PyCdlib`][pycdlib]

## License

ddrescue-bad-files - identify file corruption via GNU ddrescue maps
Copyright © 2025 Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

[pycdlib]: https://pypi.org/project/pycdlib/
