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.
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
Built Distributions
Hashes for didkit-0.2.1-py3-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab42186e2bb469e4317607c9e2e0e1e764d6e86dae96b61c6a2411c60d8faeb4 |
|
MD5 | 68d017156ca31d6e5107f8793564bc61 |
|
BLAKE2b-256 | c4e693a8c063fa87484e1098e13915664986f7182666012fabb89aa1084ecb01 |
Hashes for didkit-0.2.1-py3-none-manylinux_2_31_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9310e98ceb0d40a47c0d7fb91e4a9ee18743decc7a7fd065471c975cf532f36d |
|
MD5 | 31c3f1ec9b638848c08639ffed9ced3a |
|
BLAKE2b-256 | e8c4545fd215305a13bfcf680b180a527fca13e28cf56ef5558fcddee39ea3f6 |
Hashes for didkit-0.2.1-py3-none-macosx_10_10_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ad23d1a32580bc88205df23ba4066ce55d50de3b04649f25afcba4e9f731303 |
|
MD5 | c209aeaa6d3a1550be1e4f34018dc738 |
|
BLAKE2b-256 | 9e3c76a491be5db53a7ac3df76002354a6d327db3c95d789688a555906c1395a |