charmlibs-interfaces-tls-certificates 1.1.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__ = "1.1.0"
File without changes
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: charmlibs-interfaces-tls_certificates
3
+ Version: 1.1.0
4
+ Summary: The charmlibs.interfaces.tls_certificates package.
5
+ Project-URL: Repository, https://github.com/canonical/charmlibs
6
+ Project-URL: Issues, https://github.com/canonical/charmlibs/issues
7
+ Author: The TLS team at Canonical
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Operating System :: POSIX :: Linux
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.10
14
+ Requires-Dist: cryptography>=43.0.0
15
+ Requires-Dist: ops
16
+ Requires-Dist: pydantic
17
+ Description-Content-Type: text/markdown
18
+
19
+ # charmlibs.interfaces.tls_certificates
20
+
21
+ The `tls-certificates` interface library.
22
+
23
+ To install, add `charmlibs-interfaces-tls-certificates` to your Python dependencies. Then in your Python code, import as:
24
+
25
+ ```py
26
+ from charmlibs.interfaces import tls_certificates
27
+ ```
28
+
29
+ See the [reference documentation](https://documentation.ubuntu.com/charmlibs/reference/charmlibs/interfaces/tls-certificates).
30
+
31
+ Also see the [usage documentation](https://charmhub.io/tls-certificates-interface) on Charmhub. This documentation was written when the library was hosted on Charmhub, so some parts might not be directly applicable.
@@ -0,0 +1,7 @@
1
+ charmlibs/interfaces/tls_certificates/__init__.py,sha256=37NT-RxNtmJs7CvdOhLOKFPifrcnTu0CLgt7Z6b27ys,2133
2
+ charmlibs/interfaces/tls_certificates/_tls_certificates.py,sha256=kOABhk7GVjCyqm4l_uaKCknz7JskMS15UdVugVbznSI,99044
3
+ charmlibs/interfaces/tls_certificates/_version.py,sha256=ac-ZngZb1soOiSOXdLcg1Tn1AsJQEuvx5GX1I_HRH7M,597
4
+ charmlibs/interfaces/tls_certificates/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ charmlibs_interfaces_tls_certificates-1.1.0.dist-info/METADATA,sha256=bb_aTY3rv5e9udABMP79JxRf4NW6OeegS_JI36PCI_o,1320
6
+ charmlibs_interfaces_tls_certificates-1.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
7
+ charmlibs_interfaces_tls_certificates-1.1.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