Metadata-Version: 2.4
Name: heap-tree
Version: 0.1.0
Summary: A simple heap data structure implementation in Python
Home-page: https://github.com/itsHellboyHere/Heap
Author: Visal
Author-email: you@example.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Heap Tree

A simple heap data structure implementation in Python.

## Installation
```bash
pip install heap-tree
