Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kentbull/kami

KERI AsyncIO Muggle Implementation
https://github.com/kentbull/kami

Last synced: about 2 months ago
JSON representation

KERI AsyncIO Muggle Implementation

Awesome Lists containing this project

README

        

# KAMI - KERI AsyncIO Muggle Implementation
KAMI aims to be a a spec-compliant KERI & ACDC implementation using Python's AsyncIO rather than HIO.

This includes everything in the the KERIpy, KERIA, and SignifyPy implementations all in one with the exception of the HIO dependency.

It is mostly a copy and paste of the aforementioned dependencies with major modifications to make it work with AsyncIO.

For ease of translating the package structures exactly mirror KERIpy, KERIA, and SignifyPy.