Metadata-Version: 2.4
Name: charmlibs-passwd
Version: 1.0.1.post0
Summary: The charmlibs.passwd package.
Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/passwd/
Project-URL: Repository, https://github.com/canonical/charmlibs/tree/main/passwd
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/passwd/CHANGELOG.md
Author: charmlibs-maintainers
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
Description-Content-Type: text/markdown

# charmlibs.passwd

The `passwd` library.

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

```py
from charmlibs import passwd
```

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