Skip to content

Python library for validating, constructing, and representing DIDs and DID Documents

License

Notifications You must be signed in to change notification settings

Indicio-tech/pydid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d29c00 · Feb 27, 2025
Dec 11, 2024
Jul 24, 2023
Feb 27, 2025
Apr 26, 2024
Aug 24, 2023
Mar 15, 2021
May 4, 2021
Dec 11, 2024
Mar 13, 2021
Nov 26, 2021
Mar 26, 2024
Dec 30, 2024
Feb 27, 2025

Repository files navigation

PyDID

pypi release pre-commit

Python library for validating, constructing, and representing DIDs and DID Documents.

Installation

Using a virtual environment is generally recommended:

python -m venv env
source env/bin/activate

Install with pip:

pip install pydid

Development

This project is managed with Poetry.

To begin making code changes, clone this repo and do the following to install dependencies:

python -m venv env
source env/bin/activate
pip install poetry
poetry install

Contributing

See CONTRIBUTING.md.