Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kentbull/kami
- Owner: kentbull
- License: apache-2.0
- Created: 2024-04-06T18:15:36.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T13:00:24.000Z (9 months ago)
- Last Synced: 2024-04-11T15:00:51.082Z (9 months ago)
- Language: Python
- Size: 516 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.