Metadata-Version: 2.1
Name: pyheap-elunico
Version: 0.5.0
Summary: A wrapper class around Python's built-in heapq module
Home-page: https://github.com/elunico/pyheap
Author: Thomas Povinelli
Author-email: tompov227@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# PyHeap

This module is a small wrapper class around the Python heapq module. 
While there are advantages to having the heap functions as free functions in a separate module, 
there are times where it makes sense to have a heap object
and to be able to interact with it in a more object-oriented way.

You can find this package on [PyPI](https://pypi.org/project/pyheap-elunico/) as `pyheap-elunico`
