Metadata-Version: 2.4
Name: charmlibs-interfaces-auth-proxy
Version: 1.0.0
Summary: The charmlibs.interfaces.auth_proxy package.
Project-URL: Documentation, https://canonical.com/juju/docs/charmlibs/reference/charmlibs/interfaces/auth-proxy
Project-URL: Repository, https://github.com/canonical/charmlibs/tree/main/interfaces/auth_proxy
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/interfaces/auth_proxy/CHANGELOG.md
Author: Identity Team at Canonical
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: jsonschema>=4.26.0
Requires-Dist: ops>=3.8.0
Description-Content-Type: text/markdown

# charmlibs.interfaces.auth_proxy

The `auth_proxy` interface library.

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

```py
from charmlibs.interfaces import auth_proxy
```

See the [reference documentation](https://canonical.com/juju/docs/charmlibs/reference/charmlibs/interfaces/auth-proxy) for more.
