Metadata-Version: 2.4
Name: charmlibs-snap
Version: 1.0.0
Summary: The charmlibs.snap package.
Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs
Project-URL: Repository, https://github.com/canonical/charmlibs
Project-URL: Issues, https://github.com/canonical/charmlibs/issues
Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/snap/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
Requires-Dist: opentelemetry-api
Description-Content-Type: text/markdown

# charmlibs-snap

The `snap` library.

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

```py
from charmlibs import snap
```

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