swarmauri_certs_azure 0.3.3.dev24__tar.gz → 0.3.4.dev3__tar.gz

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.
@@ -1,21 +1,26 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_certs_azure
3
- Version: 0.3.3.dev24
3
+ Version: 0.3.4.dev3
4
4
  Summary: Azure Key Vault certificate utilities for the Swarmauri ecosystem
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
7
7
  Keywords: swarmauri,certs,azure,key,vault,certificate,utilities,ecosystem
8
8
  Author: Jacob Stewart
9
9
  Author-email: jacob@swarmauri.com
10
- Requires-Python: >=3.10,<3.13
10
+ Requires-Python: >=3.10,<3.15
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
- Classifier: Programming Language :: Python :: 3.10
13
- Classifier: Programming Language :: Python :: 3.11
14
- Classifier: Programming Language :: Python :: 3.12
15
12
  Classifier: Natural Language :: English
16
13
  Classifier: Development Status :: 3 - Alpha
17
14
  Classifier: Intended Audience :: Developers
18
15
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
16
+ Classifier: Programming Language :: Python
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: Python :: 3 :: Only
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
19
24
  Provides-Extra: azure
20
25
  Provides-Extra: crypto
21
26
  Requires-Dist: asn1crypto
@@ -30,24 +35,21 @@ Requires-Dist: swarmauri_base
30
35
  Requires-Dist: swarmauri_core
31
36
  Description-Content-Type: text/markdown
32
37
 
33
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
38
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
34
39
 
35
40
  <p align="center">
36
- <a href="https://pypi.org/project/swarmauri_certs_azure/">
37
- <img src="https://img.shields.io/pypi/dm/swarmauri_certs_azure" alt="PyPI - Downloads"/></a>
41
+ <a href="https://pepy.tech/project/swarmauri_certs_azure/">
42
+ <img src="https://static.pepy.tech/badge/swarmauri_certs_azure/month" alt="PyPI - Downloads"/></a>
38
43
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_certs_azure/">
39
44
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_certs_azure.svg"/></a>
40
45
  <a href="https://pypi.org/project/swarmauri_certs_azure/">
41
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_certs_azure" alt="PyPI - Python Version"/></a>
46
+ <img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
42
47
  <a href="https://pypi.org/project/swarmauri_certs_azure/">
43
48
  <img src="https://img.shields.io/pypi/l/swarmauri_certs_azure" alt="PyPI - License"/></a>
44
49
  <a href="https://pypi.org/project/swarmauri_certs_azure/">
45
50
  <img src="https://img.shields.io/pypi/v/swarmauri_certs_azure?label=swarmauri_certs_azure&color=green" alt="PyPI - swarmauri_certs_azure"/></a>
46
-
47
51
  </p>
48
52
 
49
- ---
50
-
51
53
  # swarmauri_certs_azure
52
54
 
53
55
  Community-maintained utilities for working with X.509 certificates via Azure Key Vault.
@@ -56,7 +58,7 @@ Community-maintained utilities for working with X.509 certificates via Azure Key
56
58
  - `AzureKeyVaultCertService` adapter that plugs into Swarmauri's certificate service architecture.
57
59
  - RFC-aligned helpers for serial number generation (RFC 5280), PEM formatting (RFC 7468), and PKCS#10 CSR creation (RFC 2986).
58
60
  - Native `DefaultAzureCredential` support so you can reuse the same authentication chain across tools.
59
- - Works with RSA 2048-bit key materialperfect for Key Vault-backed certificate issuance flows.
61
+ - Works with RSA 2048-bit key material—perfect for Key Vault-backed certificate issuance flows.
60
62
 
61
63
  ## Prerequisites
62
64
  - Python 3.10 or newer.
@@ -1,21 +1,18 @@
1
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
1
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
2
2
 
3
3
  <p align="center">
4
- <a href="https://pypi.org/project/swarmauri_certs_azure/">
5
- <img src="https://img.shields.io/pypi/dm/swarmauri_certs_azure" alt="PyPI - Downloads"/></a>
4
+ <a href="https://pepy.tech/project/swarmauri_certs_azure/">
5
+ <img src="https://static.pepy.tech/badge/swarmauri_certs_azure/month" alt="PyPI - Downloads"/></a>
6
6
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_certs_azure/">
7
7
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_certs_azure.svg"/></a>
8
8
  <a href="https://pypi.org/project/swarmauri_certs_azure/">
9
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_certs_azure" alt="PyPI - Python Version"/></a>
9
+ <img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
10
10
  <a href="https://pypi.org/project/swarmauri_certs_azure/">
11
11
  <img src="https://img.shields.io/pypi/l/swarmauri_certs_azure" alt="PyPI - License"/></a>
12
12
  <a href="https://pypi.org/project/swarmauri_certs_azure/">
13
13
  <img src="https://img.shields.io/pypi/v/swarmauri_certs_azure?label=swarmauri_certs_azure&color=green" alt="PyPI - swarmauri_certs_azure"/></a>
14
-
15
14
  </p>
16
15
 
17
- ---
18
-
19
16
  # swarmauri_certs_azure
20
17
 
21
18
  Community-maintained utilities for working with X.509 certificates via Azure Key Vault.
@@ -24,7 +21,7 @@ Community-maintained utilities for working with X.509 certificates via Azure Key
24
21
  - `AzureKeyVaultCertService` adapter that plugs into Swarmauri's certificate service architecture.
25
22
  - RFC-aligned helpers for serial number generation (RFC 5280), PEM formatting (RFC 7468), and PKCS#10 CSR creation (RFC 2986).
26
23
  - Native `DefaultAzureCredential` support so you can reuse the same authentication chain across tools.
27
- - Works with RSA 2048-bit key materialperfect for Key Vault-backed certificate issuance flows.
24
+ - Works with RSA 2048-bit key material—perfect for Key Vault-backed certificate issuance flows.
28
25
 
29
26
  ## Prerequisites
30
27
  - Python 3.10 or newer.
@@ -1,20 +1,25 @@
1
1
  [project]
2
2
  name = "swarmauri_certs_azure"
3
- version = "0.3.3.dev24"
3
+ version = "0.3.4.dev3"
4
4
  description = "Azure Key Vault certificate utilities for the Swarmauri ecosystem"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
7
7
  repository = "http://github.com/swarmauri/swarmauri-sdk"
8
- requires-python = ">=3.10,<3.13"
8
+ requires-python = ">=3.10,<3.15"
9
9
  classifiers = [
10
10
  "License :: OSI Approved :: Apache Software License",
11
- "Programming Language :: Python :: 3.10",
12
- "Programming Language :: Python :: 3.11",
13
- "Programming Language :: Python :: 3.12",
14
11
  "Natural Language :: English",
15
12
  "Development Status :: 3 - Alpha",
16
13
  "Intended Audience :: Developers",
17
14
  "Topic :: Software Development :: Libraries :: Application Frameworks",
15
+ "Programming Language :: Python",
16
+ "Programming Language :: Python :: 3",
17
+ "Programming Language :: Python :: 3 :: Only",
18
+ "Programming Language :: Python :: 3.10",
19
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
+ "Programming Language :: Python :: 3.13",
22
+ "Programming Language :: Python :: 3.14",
18
23
  ]
19
24
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
20
25
  dependencies = [