Metadata-Version: 2.1
Name: backuper-nq
Version: 0.7.0
Summary: Backup tool with CI-like configuration
Author: niqzart
Author-email: niqzart@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: image-reshape
Requires-Dist: pillow (>=11.3.0,<12.0.0) ; extra == "image-reshape"
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Description-Content-Type: text/markdown

# Backuper
Personal backup script

TBA

## Development
### Install
```
pip install poetry==1.8.3
poetry install
pre-commit install
```

### Run
```
backuper config.yml
echo "<config>" | backuper -
```

