Indicio-tech / pydid

Python library for validating, constructing, and representing DIDs and DID Documents
Apache License 2.0
11 stars 12 forks source link
decentralized-identity did hacktoberfest

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.