fabric-resolver 0.1.2

Client library for the Spaces protocol certificate relay network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "fabric-resolver"
version = "0.1.0"
description = "Python client for the certrelay fabric network"
requires-python = ">=3.10"
dependencies = ["libveritas>=0.1.2"]

[project.optional-dependencies]
signing = ["coincurve"]

[project.scripts]
fabric = "fabric.__main__:main"