Skip to main content

DIDKit python package

Project description

Check out the DIDKit documentation here.

DIDKit

DIDKit provides Verifiable Credential and Decentralized Identifier functionality across different platforms. It was written primarily in Rust due to Rust's expressive type system, memory safety, simple dependency web, and suitability across different platforms including embedded systems. DIDKit embeds the ssi library, which contains the core functionality.

DIDKit core components

Building

Make sure you have the latest versions of pip and PyPA’s build installed:

sudo apt install -y python3-pip python3-virtualenv
python3 -m pip install --upgrade pip build

Build DIDKit:

cargo build --release

Build the package

python3 -m build

Install the package

python3 -m pip install dist/didkit-`cat setup.cfg | grep version | cut -d' ' -f3`-*.whl

Maturity Disclaimer

In the v0.1 release on January 27th, 2021, DIDKit has not yet undergone a formal security audit and to desired levels of confidence for suitable use in production systems. This implementation is currently suitable for exploratory work and experimentation only. We welcome feedback on the usability, architecture, and security of this implementation and are committed to a conducting a formal audit with a reputable security firm before the v1.0 release.

We are setting up a process to accept contributions. Please feel free to open issues or PRs in the interim, but we cannot merge external changes until this process is in place.

We are also in the process of creating crates.io entries for the DIDKit and SSI packages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

didkit-0.2.1.tar.gz (4.3 MB view hashes)

Uploaded Source

Built Distributions

didkit-0.2.1-py3-none-win_amd64.whl (7.8 MB view hashes)

Uploaded Python 3 Windows x86-64

didkit-0.2.1-py3-none-manylinux_2_31_x86_64.whl (6.0 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.31+ x86-64

didkit-0.2.1-py3-none-macosx_10_10_x86_64.whl (3.5 MB view hashes)

Uploaded Python 3 macOS 10.10+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page