Metadata-Version: 2.4
Name: charmlibs-interfaces-k8s-backup-target
Version: 0.1.0
Summary: The charmlibs.interfaces.k8s-backup-target package.
Project-URL: Repository, https://github.com/canonical/charmlibs
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Author: The Charm Tech team at Canonical
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: ops
Requires-Dist: pydantic
Description-Content-Type: text/markdown

# charmlibs.interfaces.k8s_backup_target

The `k8s_backup_target` interface library.

To install, add `charmlibs-interfaces-k8s-backup-target` to your Python dependencies. Then in your Python code, import as:

```py
from charmlibs.interfaces import k8s_backup_target
```

See the [reference documentation](https://documentation.ubuntu.com/charmlibs/reference/charmlibs/interfaces/k8s_backup_target).
