Metadata-Version: 2.4
Name: restic-reaper
Version: 0.1.1
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-asyncio ; extra == 'dev'
Requires-Dist: python-dotenv ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE
Summary: Python bindings and helpers for wiping data in restic-compatible backends.
Keywords: restic,backup,storage,opendal
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Repository, https://github.com/robinvandernoord/ResticReaper

# ResticReaper

ResticReaper provides Rust and Python bindings for wiping data in
restic-compatible storage backends.

It uses OpenDAL-based backends (such as S3, Swift, SFTP, and local filesystem)
to support cleanup workflows from Rust or Python code.

## License

MIT. See [LICENSE](LICENSE).

