Metadata-Version: 2.4
Name: waterbottle
Version: 0.1.1
Summary: Stamp files with content hashes and verify integrity via filename-embedded digests.
Author-email: waterbottle Contributors <maintainers@waterbottle.dev>
License: MIT
Keywords: hash,sha256,integrity,checksum,cli,files
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# waterbottle

Stamp files with content hashes and verify integrity via filename-embedded digests.

## Install
```bash
pip install waterbottle
```

## Usage
```bash
waterbottle stamp path/to/file.bin
waterbottle stamp path/to/file.bin --copy --out dist/
waterbottle stamp path/to/file.bin --rename
waterbottle verify path/to/file.sha256_<digest>.bin
```
