swarmauri_cipher_suite_ssh 0.2.0.dev5__tar.gz → 0.11.0.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,45 +1,45 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_cipher_suite_ssh
3
- Version: 0.2.0.dev5
3
+ Version: 0.11.0.dev1
4
4
  Summary: OpenSSH cipher suite skeleton for Swarmauri
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
7
7
  Keywords: swarmauri,sdk,standards,cipher,suite,ssh,cryptography,OpenSSH,RFC 4253,RFC 5656,RFC 8439,RFC 8709,curve25519-sha256,ecdh-sha2-nistp256,ssh-ed25519,rsa-sha2-256,chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,hmac-sha2-256
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
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
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/master/assets/swarmauri.brand.theme.svg)
28
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
28
29
 
29
30
  <p align="center">
30
- <a href="https://pypi.org/project/swarmauri_cipher_suite_ssh/">
31
- <img src="https://img.shields.io/pypi/dm/swarmauri_cipher_suite_ssh" alt="PyPI - Downloads"/></a>
31
+ <a href="https://pepy.tech/project/swarmauri_cipher_suite_ssh/">
32
+ <img src="https://static.pepy.tech/badge/swarmauri_cipher_suite_ssh/month" alt="PyPI - Downloads"/></a>
32
33
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_ssh/">
33
34
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_ssh.svg"/></a>
34
35
  <a href="https://pypi.org/project/swarmauri_cipher_suite_ssh/">
35
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_cipher_suite_ssh" alt="PyPI - Python Version"/></a>
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_ssh/">
37
38
  <img src="https://img.shields.io/pypi/l/swarmauri_cipher_suite_ssh" alt="PyPI - License"/></a>
38
39
  <a href="https://pypi.org/project/swarmauri_cipher_suite_ssh/">
39
40
  <img src="https://img.shields.io/pypi/v/swarmauri_cipher_suite_ssh?label=swarmauri_cipher_suite_ssh&color=green" alt="PyPI - swarmauri_cipher_suite_ssh"/></a>
40
- </p>
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 Ssh
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
+
@@ -1,19 +1,18 @@
1
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/master/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_cipher_suite_ssh/">
5
- <img src="https://img.shields.io/pypi/dm/swarmauri_cipher_suite_ssh" alt="PyPI - Downloads"/></a>
4
+ <a href="https://pepy.tech/project/swarmauri_cipher_suite_ssh/">
5
+ <img src="https://static.pepy.tech/badge/swarmauri_cipher_suite_ssh/month" alt="PyPI - Downloads"/></a>
6
6
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_ssh/">
7
7
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_cipher_suite_ssh.svg"/></a>
8
8
  <a href="https://pypi.org/project/swarmauri_cipher_suite_ssh/">
9
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_cipher_suite_ssh" 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_cipher_suite_ssh/">
11
11
  <img src="https://img.shields.io/pypi/l/swarmauri_cipher_suite_ssh" alt="PyPI - License"/></a>
12
12
  <a href="https://pypi.org/project/swarmauri_cipher_suite_ssh/">
13
13
  <img src="https://img.shields.io/pypi/v/swarmauri_cipher_suite_ssh?label=swarmauri_cipher_suite_ssh&color=green" alt="PyPI - swarmauri_cipher_suite_ssh"/></a>
14
- </p>
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 Ssh
19
18
 
@@ -74,3 +73,5 @@ The suite registers under the `swarmauri.cipher_suites` entry point as `SshCiphe
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_ssh"
3
- version = "0.2.0.dev5"
3
+ version = "0.11.0.dev1"
4
4
  description = "OpenSSH cipher suite skeleton for Swarmauri"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
7
- requires-python = ">=3.10,<3.13"
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",
@@ -29,7 +29,9 @@ class SshCipherSuite(CipherSuiteBase):
29
29
  def supports(self) -> Mapping[CipherOp, Iterable[Alg]]:
30
30
  return {"encrypt": _SSH_CIPHER, "decrypt": _SSH_CIPHER}
31
31
 
32
- def default_alg(self, op: CipherOp, *, for_key: Optional[KeyRef] = None) -> Alg:
32
+ def default_alg(
33
+ self, op: CipherOp, *, for_key: Optional[KeyRef] = None
34
+ ) -> Alg:
33
35
  return "chacha20-poly1305@openssh.com"
34
36
 
35
37
  def features(self) -> Features: