Metadata-Version: 2.4
Name: charmlibs-sysctl
Version: 1.0.0
Summary: The charmlibs.sysctl package.
Project-URL: Repository, https://github.com/canonical/charmlibs
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
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.sysctl

The `sysctl` library.

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

```py
from charmlibs import sysctl
```

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