This repository includes Python libraries for working with `did:tdw` (Trust DID Web) DID documents and the underlying log format.
Project description
Trust DID Web - Python
This repository includes Python libraries for working with did:tdw
(Trust DID Web) DID documents and the underlying log format. Methods are provided for provisioning and updating DID documents as well as a resolving existing did:tdw
DIDs. Currently, version 0.4 of the specification is implemented.
Prerequisites
This library requires Python 3.10 or later. Dependencies are listed in pyproject.toml and can be installed via:
poetry install
Usage
A new did:tdw
DID can be minted using the provision command. This will create a new Askar keystore for handling the signing key.
python3 -m did_tdw.provision --auto "domain.example"
This will output a new directory named after the new DID, containing did.jsonl
(the DID log) and did.json
(the current state of the document).
To automatically update the DID, edit did.json
and execute the update command (use the identifier output from the provision command):
python3 -m did_tdw.update --auto "did:tdw:QmRwq46VkGuCEx4dyYxxexmig7Fwbqbm9AB73iKUAHjMZH:domain.example"
DID Resolution
The resolver script may be invoked via the command line, and supports dereferencing of fragments and paths:
python3 -m did_tdw.resolver "did:tdw:QmRwq46VkGuCEx4dyYxxexmig7Fwbqbm9AB73iKUAHjMZH:domain.example"
python3 -m did_tdw.resolver "did:tdw:QmRwq46VkGuCEx4dyYxxexmig7Fwbqbm9AB73iKUAHjMZH:domain.example#key-1"
python3 -m did_tdw.resolver "did:tdw:QmRwq46VkGuCEx4dyYxxexmig7Fwbqbm9AB73iKUAHjMZH:domain.example/whois.vc"
For testing, this script also accepts the path to the local DID history file:
python3 -m did_tdw.resolver -f did.jsonl "did:tdw:QmRwq46VkGuCEx4dyYxxexmig7Fwbqbm9AB73iKUAHjMZH:domain.example"
Demo
For demo purposes, a new DID can be minted along with a series of test updates applied using the included demo script:
python3 demo.py domain.example
Contributing
Pull requests are welcome! Please read our contributions guide and submit your PRs. We enforce developer certificate of origin (DCO) commit signing — guidance on this is available. We also welcome issues submitted about problems you encounter in using Trust DID Web - Python.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file did_tdw-0.2.1.tar.gz
.
File metadata
- Download URL: did_tdw-0.2.1.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a61ed9f49369ea4c365e5e380431feae8cb3988375de37f73be2abe15d0bfde6 |
|
MD5 | 6a847dacf2fd7e86bf8f2902939c4232 |
|
BLAKE2b-256 | 87e40ff52fc6b54500e53ca846da3e72ccbd99bda2bf89a59426d9131942890b |
File details
Details for the file did_tdw-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: did_tdw-0.2.1-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80c727d0bef37e2211d3caddb97ba3c4aa508c67d4ef502da5f326d9bf4c3ffb |
|
MD5 | ace005af6b21de39ef2d1b29f4300091 |
|
BLAKE2b-256 | 05a3cae4283507288f0605ed6e13052fdcefc77c150ffbec4fd2dbe5d00e64d4 |