swarmauri_cipher_suite_sigstore 0.2.0.dev5__tar.gz → 0.11.0.dev2__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.
- {swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/PKG-INFO +15 -13
- {swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/README.md +8 -7
- {swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/pyproject.toml +7 -6
- {swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/swarmauri_cipher_suite_sigstore/SigstoreCipherSuite.py +7 -2
- {swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/LICENSE +0 -0
- {swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/swarmauri_cipher_suite_sigstore/__init__.py +0 -0
{swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/PKG-INFO
RENAMED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swarmauri_cipher_suite_sigstore
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0.dev2
|
|
4
4
|
Summary: Sigstore / Cosign signing policy suite for Swarmauri
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Keywords: swarmauri,sdk,standards,cipher,suite,sigstore,cryptography,Sigstore,Cosign,Rekor,Fulcio,ES256,EdDSA,PS256,RFC 3161,RFC 6962
|
|
8
8
|
Author: Jacob Stewart
|
|
9
9
|
Author-email: jacob@swarmauri.com
|
|
10
|
-
Requires-Python: >=3.10,<3.
|
|
10
|
+
Requires-Python: >=3.10,<3.15
|
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Natural Language :: English
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
17
13
|
Classifier: Development Status :: 3 - Alpha
|
|
18
14
|
Classifier: Topic :: Security :: Cryptography
|
|
19
15
|
Classifier: Intended Audience :: Developers
|
|
20
16
|
Classifier: Programming Language :: Python
|
|
21
17
|
Classifier: Programming Language :: Python :: 3
|
|
22
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
|
|
23
24
|
Requires-Dist: swarmauri_base
|
|
24
25
|
Requires-Dist: swarmauri_core
|
|
25
26
|
Description-Content-Type: text/markdown
|
|
26
27
|
|
|
27
|
-

|
|
28
29
|
|
|
29
30
|
<p align="center">
|
|
30
|
-
<a href="https://
|
|
31
|
-
<img src="https://
|
|
31
|
+
<a href="https://pepy.tech/project/swarmauri_cipher_suite_sigstore/">
|
|
32
|
+
<img src="https://static.pepy.tech/badge/swarmauri_cipher_suite_sigstore/month" alt="PyPI - Downloads"/></a>
|
|
32
33
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_sigstore/">
|
|
33
34
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_sigstore.svg"/></a>
|
|
34
35
|
<a href="https://pypi.org/project/swarmauri_cipher_suite_sigstore/">
|
|
35
|
-
<img src="https://img.shields.io/
|
|
36
|
+
<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>
|
|
36
37
|
<a href="https://pypi.org/project/swarmauri_cipher_suite_sigstore/">
|
|
37
38
|
<img src="https://img.shields.io/pypi/l/swarmauri_cipher_suite_sigstore" alt="PyPI - License"/></a>
|
|
38
39
|
<a href="https://pypi.org/project/swarmauri_cipher_suite_sigstore/">
|
|
39
40
|
<img src="https://img.shields.io/pypi/v/swarmauri_cipher_suite_sigstore?label=swarmauri_cipher_suite_sigstore&color=green" alt="PyPI - swarmauri_cipher_suite_sigstore"/></a>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
---
|
|
41
|
+
<a href="https://discord.gg/N4UpBuQv8T">
|
|
42
|
+
<img src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white" alt="Discord"/></a></p>
|
|
43
43
|
|
|
44
44
|
# Swarmauri Cipher Sigstore
|
|
45
45
|
|
|
@@ -101,3 +101,5 @@ If you want to contribute to swarmauri-sdk, read up on our
|
|
|
101
101
|
[guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/CONTRIBUTING.md)
|
|
102
102
|
that will help you get started.
|
|
103
103
|
|
|
104
|
+
|
|
105
|
+
|
{swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/README.md
RENAMED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://
|
|
5
|
-
<img src="https://
|
|
4
|
+
<a href="https://pepy.tech/project/swarmauri_cipher_suite_sigstore/">
|
|
5
|
+
<img src="https://static.pepy.tech/badge/swarmauri_cipher_suite_sigstore/month" alt="PyPI - Downloads"/></a>
|
|
6
6
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_sigstore/">
|
|
7
7
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_sigstore.svg"/></a>
|
|
8
8
|
<a href="https://pypi.org/project/swarmauri_cipher_suite_sigstore/">
|
|
9
|
-
<img src="https://img.shields.io/
|
|
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_cipher_suite_sigstore/">
|
|
11
11
|
<img src="https://img.shields.io/pypi/l/swarmauri_cipher_suite_sigstore" alt="PyPI - License"/></a>
|
|
12
12
|
<a href="https://pypi.org/project/swarmauri_cipher_suite_sigstore/">
|
|
13
13
|
<img src="https://img.shields.io/pypi/v/swarmauri_cipher_suite_sigstore?label=swarmauri_cipher_suite_sigstore&color=green" alt="PyPI - swarmauri_cipher_suite_sigstore"/></a>
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
---
|
|
14
|
+
<a href="https://discord.gg/N4UpBuQv8T">
|
|
15
|
+
<img src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white" alt="Discord"/></a></p>
|
|
17
16
|
|
|
18
17
|
# Swarmauri Cipher Sigstore
|
|
19
18
|
|
|
@@ -74,3 +73,5 @@ The suite registers under the `swarmauri.cipher_suites` entry point as `Sigstore
|
|
|
74
73
|
If you want to contribute to swarmauri-sdk, read up on our
|
|
75
74
|
[guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/CONTRIBUTING.md)
|
|
76
75
|
that will help you get started.
|
|
76
|
+
|
|
77
|
+
|
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_cipher_suite_sigstore"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.11.0.dev2"
|
|
4
4
|
description = "Sigstore / Cosign signing policy suite for Swarmauri"
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
7
|
-
requires-python = ">=3.10,<3.
|
|
7
|
+
requires-python = ">=3.10,<3.15"
|
|
8
8
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
9
9
|
classifiers = [
|
|
10
10
|
"License :: OSI Approved :: Apache Software License",
|
|
11
11
|
"Natural Language :: English",
|
|
12
|
-
"Programming Language :: Python :: 3.10",
|
|
13
|
-
"Programming Language :: Python :: 3.11",
|
|
14
|
-
"Programming Language :: Python :: 3.12",
|
|
15
|
-
"Programming Language :: Python :: 3.13",
|
|
16
12
|
"Development Status :: 3 - Alpha",
|
|
17
13
|
"Topic :: Security :: Cryptography",
|
|
18
14
|
"Intended Audience :: Developers",
|
|
19
15
|
"Programming Language :: Python",
|
|
20
16
|
"Programming Language :: Python :: 3",
|
|
21
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",
|
|
22
23
|
]
|
|
23
24
|
dependencies = [
|
|
24
25
|
"swarmauri_core",
|
|
@@ -26,14 +26,19 @@ class SigstoreCipherSuite(CipherSuiteBase):
|
|
|
26
26
|
def supports(self) -> Mapping[CipherOp, Iterable[Alg]]:
|
|
27
27
|
return {"sign": _SIG_ALGS, "verify": _SIG_ALGS}
|
|
28
28
|
|
|
29
|
-
def default_alg(
|
|
29
|
+
def default_alg(
|
|
30
|
+
self, op: CipherOp, *, for_key: Optional[KeyRef] = None
|
|
31
|
+
) -> Alg:
|
|
30
32
|
return "ES256"
|
|
31
33
|
|
|
32
34
|
def features(self) -> Features:
|
|
33
35
|
return {
|
|
34
36
|
"suite": "sigstore",
|
|
35
37
|
"version": 1,
|
|
36
|
-
"dialects": {
|
|
38
|
+
"dialects": {
|
|
39
|
+
"jwa": list(_SIG_ALGS),
|
|
40
|
+
"sigstore": ["rekor", "tsa:rfc3161"],
|
|
41
|
+
},
|
|
37
42
|
"ops": {"sign": {"default": "ES256", "allowed": list(_SIG_ALGS)}},
|
|
38
43
|
"constraints": {"tsa": {"required": False}},
|
|
39
44
|
"compliance": {"fips": False},
|
{swarmauri_cipher_suite_sigstore-0.2.0.dev5 → swarmauri_cipher_suite_sigstore-0.11.0.dev2}/LICENSE
RENAMED
|
File without changes
|