Metadata-Version: 2.4
Name: charmlibs-systemd
Version: 1.0.0
Summary: The charmlibs.systemd package.
Project-URL: Repository, https://github.com/canonical/charmlibs
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/systemd/
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/systemd/CHANGELOG.md
Author: The Charm Tech team at Canonical
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
Description-Content-Type: text/markdown

# charmlibs.systemd

The `systemd` library.

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

```py
from charmlibs import systemd
```

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