Metadata-Version: 2.1
Name: yabu
Version: 0.1
Summary: yet another backup utility
Home-page: https://github.com/RobertoBochet/yabu
Author: Roberto Bochet
Author-email: robertobochet@gmail.com
License: gpl-3.0
Keywords: backup,rsync
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: yamale (~=3.0.4)
Requires-Dist: PyYAML (~=5.3.1)

# YABU

**yet another backup utility**

### Install

To install YABU you can use the `setup.py` script.

```shell script
git clone https://github.com/RobertoBochet/yabu.git
cd yabu
python3 setup.py install --user 
```

