Metadata-Version: 2.1
Name: dwlabbackup
Version: 0.11.0
Summary: DW-Lab Backup
Author-email: Detlef Wolf <detlef.wolf@dw-lab.de>
Project-URL: Homepage, https://github.com/dtlfwolf/dwlab-backup
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: dwlabbasicpy >=0.11.0

# dwlabbackup

`dwlabbackup` provides DW-Lab backup client classes and helpers.
It is intended to be built and deployed as a standard pip package.

## Build

Build standard Python distribution artifacts:

```bash
python3 -m build --no-isolation
```

## Install

Install into the active Python environment:

```bash
python3 -m pip install .
```

Install into a deployment target directory:

```bash
python3 -m pip install --target /opt/dwlab/python .
```
