File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # A Sparse Merkle Tree for KERI event messages.
2
+
3
+ Project Name: sparse-kerkle-tree
4
+
5
+ [ ![ PyPi] ( https://img.shields.io/pypi/v/kerkle.svg )] ( https://pypi.org/project/kerkle/ )
6
+ [ ![ GitHub Actions] ( https://github.com/webOfTrust/kerkle/actions/workflows/python-app-ci.yml/badge.svg )] ( https://github.com/WebOfTrust/kerkle/actions )
7
+ [ ![ codecov] ( https://codecov.io/gh/WebOfTrust/kerkle/branch/main/graph/badge.svg?token=FR5CB2TPYG )] ( https://codecov.io/gh/WebOfTrust/kerkle )
8
+ [ ![ https://pypi.org/project/kerkle/ ] ( https://img.shields.io/pypi/pyversions/kerkle.svg )] ( https://pypi.org/project/kerkle/ )
9
+
10
+ ## Installation
11
+
12
+ ### Local installation - build from source
13
+
14
+ ` $ pip install -r requirements.txt `
15
+
16
+
Original file line number Diff line number Diff line change 38
38
39
39
setup (
40
40
name = 'kerkle' ,
41
- version = '1.2.0-dev10 ' , # also change in src/keri/__init__.py
41
+ version = '0.0.1 ' , # also change in src/keri/__init__.py
42
42
license = 'Apache Software License 2.0' ,
43
43
description = 'A KERI Event Sparse Merkle Tree' ,
44
44
long_description = "Kerkle" ,
Original file line number Diff line number Diff line change
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ __version__ = '0.0.1' # also change in setup.py
4
+
You can’t perform that action at this time.
0 commit comments