Metadata-Version: 2.4
Name: charmlibs-interfaces-gateway-metadata
Version: 1.0.0
Summary: The charmlibs.interfaces.gateway_metadata package.
Project-URL: Repository, https://github.com/canonical/charmlibs
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
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: ops
Requires-Dist: pydantic>=2
Description-Content-Type: text/markdown

# charmlibs.interfaces.gateway_metadata

The `gateway-metadata` interface library.

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

```py
from charmlibs.interfaces import gateway_metadata
```

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