Metadata-Version: 2.4
Name: backer
Version: 0.8.0
Summary: 📦 Continuously back up files 📦
Author: Tom Ritchford
Author-email: Tom Ritchford <tom@swirly.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: python-dotenv>=0.21.1,<0.22
Requires-Dist: pyyaml>=6.0,<7
Requires-Dist: run-subprocess>=0.9.1,<0.10
Requires-Dist: safe-writer>=0.9.3,<0.10
Requires-Dist: safer>=5.1.0
Requires-Dist: schedule>=1.1.0,<2
Requires-Dist: watchdog>=2.2.1,<3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# `backer`: 📦 continuous backups in Python 📦

Install `backer` from the command line using
[pip](https://pypi.org/project/pip/):

``` bash
pip3 install backer
```
