tigrbl_api_hpks 0.1.2.dev17__tar.gz → 0.1.3.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_api_hpks
3
- Version: 0.1.2.dev17
3
+ Version: 0.1.3.dev1
4
4
  Summary: High-trust OpenPGP keyserver APIs built on the Tigrbl application engine.
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -207,22 +207,24 @@ License-File: LICENSE
207
207
  Keywords: tigrbl,openpgp,hpks,hkp,keyserver,api,pki
208
208
  Author: Jacob Stewart
209
209
  Author-email: jacob@swarmauri.com
210
- Requires-Python: >=3.10,<3.13
210
+ Requires-Python: >=3.10,<3.15
211
211
  Classifier: License :: OSI Approved :: Apache Software License
212
212
  Classifier: Development Status :: 3 - Alpha
213
213
  Classifier: Intended Audience :: Developers
214
214
  Classifier: Intended Audience :: System Administrators
215
215
  Classifier: Natural Language :: English
216
216
  Classifier: Operating System :: OS Independent
217
+ Classifier: Topic :: Security :: Cryptography
218
+ Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
219
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
217
220
  Classifier: Programming Language :: Python
218
221
  Classifier: Programming Language :: Python :: 3
219
222
  Classifier: Programming Language :: Python :: 3 :: Only
220
223
  Classifier: Programming Language :: Python :: 3.10
221
224
  Classifier: Programming Language :: Python :: 3.11
222
225
  Classifier: Programming Language :: Python :: 3.12
223
- Classifier: Topic :: Security :: Cryptography
224
- Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
225
- Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
226
+ Classifier: Programming Language :: Python :: 3.13
227
+ Classifier: Programming Language :: Python :: 3.14
226
228
  Provides-Extra: server
227
229
  Requires-Dist: pgpy (>=0.6.0)
228
230
  Requires-Dist: python-multipart (>=0.0.7)
@@ -235,23 +237,21 @@ Project-URL: Issue Tracker, https://github.com/swarmauri/swarmauri-sdk/issues
235
237
  Project-URL: Repository, https://github.com/swarmauri/swarmauri-sdk
236
238
  Description-Content-Type: text/markdown
237
239
 
238
- ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
240
+ ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl.brand.theme.svg)
239
241
 
240
242
  <p align="center">
241
- <a href="https://pypi.org/project/tigrbl_api_hpks/">
242
- <img src="https://img.shields.io/pypi/dm/tigrbl_api_hpks" alt="PyPI - Downloads"/></a>
243
+ <a href="https://pepy.tech/project/tigrbl_api_hpks/">
244
+ <img src="https://static.pepy.tech/badge/tigrbl_api_hpks/month" alt="PyPI - Downloads"/></a>
243
245
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_hpks/">
244
246
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_hpks.svg"/></a>
245
247
  <a href="https://pypi.org/project/tigrbl_api_hpks/">
246
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_api_hpks" alt="PyPI - Python Version"/></a>
248
+ <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>
247
249
  <a href="https://pypi.org/project/tigrbl_api_hpks/">
248
250
  <img src="https://img.shields.io/pypi/l/tigrbl_api_hpks" alt="PyPI - License"/></a>
249
251
  <a href="https://pypi.org/project/tigrbl_api_hpks/">
250
252
  <img src="https://img.shields.io/pypi/v/tigrbl_api_hpks?label=tigrbl_api_hpks&color=green" alt="PyPI - tigrbl_api_hpks"/></a>
251
253
  </p>
252
254
 
253
- ---
254
-
255
255
  # Tigrbl API HPKS 🔐
256
256
 
257
257
  > High-trust OpenPGP keyserver APIs that embrace the HPKS v2 specification while preserving legacy HKP compatibility, powered by the Tigrbl application engine.
@@ -1,20 +1,18 @@
1
- ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
1
+ ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl.brand.theme.svg)
2
2
 
3
3
  <p align="center">
4
- <a href="https://pypi.org/project/tigrbl_api_hpks/">
5
- <img src="https://img.shields.io/pypi/dm/tigrbl_api_hpks" alt="PyPI - Downloads"/></a>
4
+ <a href="https://pepy.tech/project/tigrbl_api_hpks/">
5
+ <img src="https://static.pepy.tech/badge/tigrbl_api_hpks/month" alt="PyPI - Downloads"/></a>
6
6
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_hpks/">
7
7
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_hpks.svg"/></a>
8
8
  <a href="https://pypi.org/project/tigrbl_api_hpks/">
9
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_api_hpks" 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/tigrbl_api_hpks/">
11
11
  <img src="https://img.shields.io/pypi/l/tigrbl_api_hpks" alt="PyPI - License"/></a>
12
12
  <a href="https://pypi.org/project/tigrbl_api_hpks/">
13
13
  <img src="https://img.shields.io/pypi/v/tigrbl_api_hpks?label=tigrbl_api_hpks&color=green" alt="PyPI - tigrbl_api_hpks"/></a>
14
14
  </p>
15
15
 
16
- ---
17
-
18
16
  # Tigrbl API HPKS 🔐
19
17
 
20
18
  > High-trust OpenPGP keyserver APIs that embrace the HPKS v2 specification while preserving legacy HKP compatibility, powered by the Tigrbl application engine.
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "tigrbl_api_hpks"
3
- version = "0.1.2.dev17"
3
+ version = "0.1.3.dev1"
4
4
  description = "High-trust OpenPGP keyserver APIs built on the Tigrbl application engine."
5
5
  license = { file = "LICENSE" }
6
6
  readme = { file = "README.md", content-type = "text/markdown" }
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
11
  "Development Status :: 3 - Alpha",
@@ -13,15 +13,17 @@ classifiers = [
13
13
  "Intended Audience :: System Administrators",
14
14
  "Natural Language :: English",
15
15
  "Operating System :: OS Independent",
16
+ "Topic :: Security :: Cryptography",
17
+ "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
18
+ "Topic :: Software Development :: Libraries :: Application Frameworks",
16
19
  "Programming Language :: Python",
17
20
  "Programming Language :: Python :: 3",
18
21
  "Programming Language :: Python :: 3 :: Only",
19
22
  "Programming Language :: Python :: 3.10",
20
23
  "Programming Language :: Python :: 3.11",
21
24
  "Programming Language :: Python :: 3.12",
22
- "Topic :: Security :: Cryptography",
23
- "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
24
- "Topic :: Software Development :: Libraries :: Application Frameworks",
25
+ "Programming Language :: Python :: 3.13",
26
+ "Programming Language :: Python :: 3.14",
25
27
  ]
26
28
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
27
29
  dependencies = [
@@ -51,9 +53,6 @@ server = [
51
53
  "uvicorn[standard]>=0.30",
52
54
  ]
53
55
 
54
- [tool.uv.sources]
55
- tigrbl = { workspace = true }
56
-
57
56
  [tool.pytest.ini_options]
58
57
  norecursedirs = ["combined", "scripts"]
59
58
  markers = [