Metadata-Version: 2.4
Name: charmlibs-apt
Version: 1.0.0.post1
Summary: A Pythonic interface to manage `apt` packages.
Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/apt/
Project-URL: Repository, https://github.com/canonical/charmlibs/tree/main/apt
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/apt/CHANGELOG.md
Author: The Charm Tech team at Canonical Ltd.
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: opentelemetry-api
Description-Content-Type: text/markdown

# charmlibs-apt

The `apt` library provides a Pythonic interface to manage the `apt` packages installed on a system. It's designed for use in Juju Charms.

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

```py
from charmlibs import apt
```

See the [reference documentation](https://canonical-charmlibs.readthedocs-hosted.com/reference/charmlibs/apt/).
