charmlibs-snap 0.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ # Copyright 2025 Canonical Ltd.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ __version__ = '0.8.0'
File without changes
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: charmlibs-snap
3
+ Version: 0.8.0
4
+ Summary: The charmlibs.snap package.
5
+ Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/snap/
6
+ Project-URL: Repository, https://github.com/canonical/charmlibs
7
+ Project-URL: Issues, https://github.com/canonical/charmlibs/issues
8
+ Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/20.04-maintenance/snap/CHANGELOG.md
9
+ Author: The Charm Tech team at Canonical
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Operating System :: POSIX :: Linux
14
+ Classifier: Programming Language :: Python :: 3
15
+ Requires-Python: >=3.8
16
+ Requires-Dist: opentelemetry-api
17
+ Description-Content-Type: text/markdown
18
+
19
+ # charmlibs-snap
20
+
21
+ The `snap` library.
22
+
23
+ To install, add `charmlibs-snap` to your Python dependencies. Then in your Python code, import as:
24
+
25
+ ```py
26
+ from charmlibs import snap
27
+ ```
28
+
29
+ See the [reference documentation](https://documentation.ubuntu.com/charmlibs/reference/charmlibs/snap) for more.
@@ -0,0 +1,7 @@
1
+ charmlibs/snap/__init__.py,sha256=vAH0YBJ1IpkMZASNF5aFic_rLkAEzXxQ60na41Mb5zM,3125
2
+ charmlibs/snap/_snap.py,sha256=fFlwB7-jL8iEN2mzqixZDPtNy3sfvlPZ5dDB31C06_Y,47447
3
+ charmlibs/snap/_version.py,sha256=bF_La0nMGgfbXm4qF9efeeahe_xDf--MOvi707T_PkI,597
4
+ charmlibs/snap/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ charmlibs_snap-0.8.0.dist-info/METADATA,sha256=PCY5y14dW85z7BVx-Hu-Bj7A-o1pjK-f1ririoUWBSM,1113
6
+ charmlibs_snap-0.8.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
7
+ charmlibs_snap-0.8.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any