MediaSigner 0.6.5.dev17__tar.gz → 0.6.6.dev1__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,22 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: MediaSigner
3
- Version: 0.6.5.dev17
3
+ Version: 0.6.6.dev1
4
4
  Summary: Swarmauri signing facade plugin that aggregates registered SigningBase providers.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
7
7
  Keywords: swarmauri,digital-signatures,media,cryptography,plugin,orchestration,asyncio,signature-aggregation,workflow-automation,key-management,verification,digital-asset-security,media-compliance,cms,pkcs7,cades,jws,openpgp,pdf-signatures,xmldsig
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: Development Status :: 1 - Planning
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Natural Language :: English
14
- Classifier: Programming Language :: Python
15
- Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3 :: Only
17
- Classifier: Programming Language :: Python :: 3.10
18
- Classifier: Programming Language :: Python :: 3.11
19
- Classifier: Programming Language :: Python :: 3.12
20
14
  Classifier: Intended Audience :: Developers
21
15
  Classifier: Framework :: AsyncIO
22
16
  Classifier: Topic :: Security :: Cryptography
@@ -24,6 +18,14 @@ Classifier: Operating System :: OS Independent
24
18
  Classifier: Topic :: Multimedia :: Graphics
25
19
  Classifier: Topic :: Multimedia :: Video
26
20
  Classifier: Topic :: Software Development :: Libraries
21
+ Classifier: Programming Language :: Python
22
+ Classifier: Programming Language :: Python :: 3
23
+ Classifier: Programming Language :: Python :: 3 :: Only
24
+ Classifier: Programming Language :: Python :: 3.10
25
+ Classifier: Programming Language :: Python :: 3.11
26
+ Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
27
29
  Provides-Extra: plugins
28
30
  Requires-Dist: cryptography (>=42.0.0)
29
31
  Requires-Dist: swarmauri_base
@@ -47,22 +49,21 @@ Project-URL: Issues, https://github.com/swarmauri/swarmauri-sdk/issues
47
49
  Project-URL: Source, https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer
48
50
  Description-Content-Type: text/markdown
49
51
 
50
- <p align="center">
51
- <img src="../../../assets/swarmauri.brand.theme.svg" alt="Swarmauri logotype" width="420" />
52
- </p>
53
-
54
- <h1 align="center">MediaSigner</h1>
52
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
55
53
 
56
54
  <p align="center">
57
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/dm/MediaSigner?style=for-the-badge" alt="PyPI - Downloads" /></a>
58
- <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer/"><img src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer.svg?style=for-the-badge" alt="Repository views" /></a>
59
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/pyversions/MediaSigner?style=for-the-badge" alt="Supported Python versions" /></a>
60
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/l/MediaSigner?style=for-the-badge" alt="License" /></a>
61
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/v/MediaSigner?style=for-the-badge&label=MediaSigner" alt="Latest release" /></a>
55
+ <a href="https://pepy.tech/project/MediaSigner/">
56
+ <img src="https://static.pepy.tech/badge/MediaSigner/month" alt="PyPI - Downloads"/></a>
57
+ <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer/">
58
+ <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer.svg"/></a>
59
+ <a href="https://pypi.org/project/MediaSigner/">
60
+ <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>
61
+ <a href="https://pypi.org/project/MediaSigner/">
62
+ <img src="https://img.shields.io/pypi/l/MediaSigner" alt="PyPI - License"/></a>
63
+ <a href="https://pypi.org/project/MediaSigner/">
64
+ <img src="https://img.shields.io/pypi/v/MediaSigner?label=MediaSigner&color=green" alt="PyPI - MediaSigner"/></a>
62
65
  </p>
63
66
 
64
- ---
65
-
66
67
  MediaSigner packages the asynchronous `Signer` facade that orchestrates registered
67
68
  `SigningBase` providers. Moving the facade into a standalone plugin keeps the
68
69
  core standards library lightweight while still enabling drop-in discovery of
@@ -70,15 +71,15 @@ specialised signers such as CMS, JWS, OpenPGP, PDF, and XMLDSig providers.
70
71
 
71
72
  ## Features
72
73
 
73
- - **Unified signing façade** talk to every installed `SigningBase` through a
74
+ - **Unified signing façade** – talk to every installed `SigningBase` through a
74
75
  single async API that automatically discovers entry-point contributions.
75
- - **Format-aware routing** delegates signing and verification to the provider
76
+ - **Format-aware routing** – delegates signing and verification to the provider
76
77
  registered for a format token such as `jws`, `pdf`, or `xmld`.
77
- - **Optional plugin bundles** install curated extras (e.g. `[plugins]`) to
78
+ - **Optional plugin bundles** – install curated extras (e.g. `[plugins]`) to
78
79
  bring in all available signer backends in one step.
79
- - **Key-provider integration** share Swarmauri key providers with the facade
80
+ - **Key-provider integration** – share Swarmauri key providers with the facade
80
81
  so opaque key references resolve before signature creation.
81
- - **Production-ready CLI** inspect capabilities, sign payloads, and verify
82
+ - **Production-ready CLI** – inspect capabilities, sign payloads, and verify
82
83
  results directly from the command line for fast automation.
83
84
 
84
85
  ## Installation
@@ -167,11 +168,11 @@ for format_name in signer.supported_formats():
167
168
 
168
169
  ### Why this structure?
169
170
 
170
- * **Separation of concerns** standards remain focused on common abstractions
171
+ * **Separation of concerns** – standards remain focused on common abstractions
171
172
  while the plugin encapsulates optional dependencies.
172
- * **Explicit opt-in** downstream projects can install only the signing stacks
173
+ * **Explicit opt-in** – downstream projects can install only the signing stacks
173
174
  they need via the curated extras.
174
- * **Consistent ergonomics** usage matches the historical
175
+ * **Consistent ergonomics** – usage matches the historical
175
176
  `swarmauri_standard.signing.Signer` import, preserving existing tutorials and
176
177
  code samples.
177
178
 
@@ -199,8 +200,8 @@ materials matching the selected plugin.
199
200
 
200
201
  ## Project Resources
201
202
 
202
- - Source: <https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer>
203
- - Documentation: <https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer#readme>
203
+ - Source: <https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer>
204
+ - Documentation: <https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer#readme>
204
205
  - Issues: <https://github.com/swarmauri/swarmauri-sdk/issues>
205
206
  - Releases: <https://github.com/swarmauri/swarmauri-sdk/releases>
206
207
  - Discussions: <https://github.com/orgs/swarmauri/discussions>
@@ -1,19 +1,18 @@
1
- <p align="center">
2
- <img src="../../../assets/swarmauri.brand.theme.svg" alt="Swarmauri logotype" width="420" />
3
- </p>
4
-
5
- <h1 align="center">MediaSigner</h1>
1
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
6
2
 
7
3
  <p align="center">
8
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/dm/MediaSigner?style=for-the-badge" alt="PyPI - Downloads" /></a>
9
- <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer/"><img src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer.svg?style=for-the-badge" alt="Repository views" /></a>
10
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/pyversions/MediaSigner?style=for-the-badge" alt="Supported Python versions" /></a>
11
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/l/MediaSigner?style=for-the-badge" alt="License" /></a>
12
- <a href="https://pypi.org/project/MediaSigner/"><img src="https://img.shields.io/pypi/v/MediaSigner?style=for-the-badge&label=MediaSigner" alt="Latest release" /></a>
4
+ <a href="https://pepy.tech/project/MediaSigner/">
5
+ <img src="https://static.pepy.tech/badge/MediaSigner/month" alt="PyPI - Downloads"/></a>
6
+ <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer/">
7
+ <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer.svg"/></a>
8
+ <a href="https://pypi.org/project/MediaSigner/">
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
+ <a href="https://pypi.org/project/MediaSigner/">
11
+ <img src="https://img.shields.io/pypi/l/MediaSigner" alt="PyPI - License"/></a>
12
+ <a href="https://pypi.org/project/MediaSigner/">
13
+ <img src="https://img.shields.io/pypi/v/MediaSigner?label=MediaSigner&color=green" alt="PyPI - MediaSigner"/></a>
13
14
  </p>
14
15
 
15
- ---
16
-
17
16
  MediaSigner packages the asynchronous `Signer` facade that orchestrates registered
18
17
  `SigningBase` providers. Moving the facade into a standalone plugin keeps the
19
18
  core standards library lightweight while still enabling drop-in discovery of
@@ -21,15 +20,15 @@ specialised signers such as CMS, JWS, OpenPGP, PDF, and XMLDSig providers.
21
20
 
22
21
  ## Features
23
22
 
24
- - **Unified signing façade** talk to every installed `SigningBase` through a
23
+ - **Unified signing façade** – talk to every installed `SigningBase` through a
25
24
  single async API that automatically discovers entry-point contributions.
26
- - **Format-aware routing** delegates signing and verification to the provider
25
+ - **Format-aware routing** – delegates signing and verification to the provider
27
26
  registered for a format token such as `jws`, `pdf`, or `xmld`.
28
- - **Optional plugin bundles** install curated extras (e.g. `[plugins]`) to
27
+ - **Optional plugin bundles** – install curated extras (e.g. `[plugins]`) to
29
28
  bring in all available signer backends in one step.
30
- - **Key-provider integration** share Swarmauri key providers with the facade
29
+ - **Key-provider integration** – share Swarmauri key providers with the facade
31
30
  so opaque key references resolve before signature creation.
32
- - **Production-ready CLI** inspect capabilities, sign payloads, and verify
31
+ - **Production-ready CLI** – inspect capabilities, sign payloads, and verify
33
32
  results directly from the command line for fast automation.
34
33
 
35
34
  ## Installation
@@ -118,11 +117,11 @@ for format_name in signer.supported_formats():
118
117
 
119
118
  ### Why this structure?
120
119
 
121
- * **Separation of concerns** standards remain focused on common abstractions
120
+ * **Separation of concerns** – standards remain focused on common abstractions
122
121
  while the plugin encapsulates optional dependencies.
123
- * **Explicit opt-in** downstream projects can install only the signing stacks
122
+ * **Explicit opt-in** – downstream projects can install only the signing stacks
124
123
  they need via the curated extras.
125
- * **Consistent ergonomics** usage matches the historical
124
+ * **Consistent ergonomics** – usage matches the historical
126
125
  `swarmauri_standard.signing.Signer` import, preserving existing tutorials and
127
126
  code samples.
128
127
 
@@ -150,8 +149,8 @@ materials matching the selected plugin.
150
149
 
151
150
  ## Project Resources
152
151
 
153
- - Source: <https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer>
154
- - Documentation: <https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/media_signer#readme>
152
+ - Source: <https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer>
153
+ - Documentation: <https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/media_signer#readme>
155
154
  - Issues: <https://github.com/swarmauri/swarmauri-sdk/issues>
156
155
  - Releases: <https://github.com/swarmauri/swarmauri-sdk/releases>
157
156
  - Discussions: <https://github.com/orgs/swarmauri/discussions>
@@ -1,21 +1,15 @@
1
1
  [project]
2
2
  name = "MediaSigner"
3
- version = "0.6.5.dev17"
3
+ version = "0.6.6.dev1"
4
4
  description = "Swarmauri signing facade plugin that aggregates registered SigningBase providers."
5
5
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
6
6
  license = "Apache-2.0"
7
7
  readme = { file = "README.md", content-type = "text/markdown" }
8
- requires-python = ">=3.10,<3.13"
8
+ requires-python = ">=3.10,<3.15"
9
9
  classifiers = [
10
10
  "Development Status :: 1 - Planning",
11
11
  "License :: OSI Approved :: Apache Software License",
12
12
  "Natural Language :: English",
13
- "Programming Language :: Python",
14
- "Programming Language :: Python :: 3",
15
- "Programming Language :: Python :: 3 :: Only",
16
- "Programming Language :: Python :: 3.10",
17
- "Programming Language :: Python :: 3.11",
18
- "Programming Language :: Python :: 3.12",
19
13
  "Intended Audience :: Developers",
20
14
  "Framework :: AsyncIO",
21
15
  "Topic :: Security :: Cryptography",
@@ -23,6 +17,14 @@ classifiers = [
23
17
  "Topic :: Multimedia :: Graphics",
24
18
  "Topic :: Multimedia :: Video",
25
19
  "Topic :: Software Development :: Libraries",
20
+ "Programming Language :: Python",
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3 :: Only",
23
+ "Programming Language :: Python :: 3.10",
24
+ "Programming Language :: Python :: 3.11",
25
+ "Programming Language :: Python :: 3.12",
26
+ "Programming Language :: Python :: 3.13",
27
+ "Programming Language :: Python :: 3.14",
26
28
  ]
27
29
  dependencies = [
28
30
  "swarmauri_core",