Metadata-Version: 2.4
Name: charmlibs-interfaces-service-mesh
Version: 1.0.1
Summary: The charmlibs.interfaces.service_mesh package.
Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/interfaces/service-mesh
Project-URL: Repository, https://github.com/canonical/charmlibs/tree/main/interfaces/service-mesh
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/interfaces/service-mesh/CHANGELOG.md
Author: Service Mesh
Classifier: Development Status :: 5 - Production/Stable
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: canonical-service-mesh<1
Requires-Dist: ops<4,>=2.23.1
Requires-Dist: pydantic<3,>=2
Description-Content-Type: text/markdown

# charmlibs.interfaces.service_mesh

The `service-mesh` interface library.

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

```py
from charmlibs.interfaces import service_mesh
```

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