Metadata-Version: 2.1
Name: merkly
Version: 0.2.0
Summary: 🌳 The simple and easy implementation of Merkle Tree
License: MIT
Author: Lucas Oliveira
Author-email: olivmath@protonmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# 🌳 Merkly

The **simple and easy** implementation of **Python Merkle Tree**

---

[![Test](https://github.com/olivmath/merkly/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/olivmath/merkly/actions/workflows/test.yml)
![GitHub last commit](https://img.shields.io/github/last-commit/olivmath/merkly)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/olivmath/merkly)

![PyPI](https://img.shields.io/pypi/v/merkly)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/merkly)
![PyPI - Downloads](https://img.shields.io/pypi/dm/merkly)
![PyPI - License](https://img.shields.io/pypi/l/merkly)

## CREDITS

[![GitHub Contributors Image](https://contrib.rocks/image?repo=olivmath/merkly)](https://github.com/olivmath/merkly/graphs/contributors)

## HOW TO INSTALL

```
poetry add merkly
```

```
pip install merkly
```

## HOW IT WORKS

This library provides a clean and easy to use implementation of the Merkle Tree with the following features:

- [x] Create Leaf
- [ ] Create Root
- [ ] Create Proof
- [ ] Validate Leafs

## CONTRIBUTING

Follow the guide of development -> [CONTRIBUTING](CONTRIBUTING.md)

## LICENSE

[MIT](LICENSE)

