Metadata-Version: 2.4
Name: charmlibs-interfaces-istio-metadata
Version: 1.0.0.post0
Summary: The charmlibs.interfaces.istio_metadata package.
Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/interfaces/istio-metadata
Project-URL: Repository, https://github.com/canonical/charmlibs/tree/main/interfaces/istio_metadata
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/interfaces/istio_metadata/CHANGELOG.md
Author: Service Mesh
License-Expression: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: ops<4,>=2.23.1
Requires-Dist: pydantic<3,>=2
Description-Content-Type: text/markdown

# charmlibs.interfaces.istio_metadata

The `istio_metadata` interface library.

To install, add `charmlibs-interfaces-istio-metadata` to your Python dependencies. Then in your Python code, import as:

```py
from charmlibs.interfaces import istio_metadata
```

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