Binary package “python3-heapdict” in ubuntu jammy

heap with decrease-key and increase-key operations for Python 3

 heapdict implements the MutableMapping ABC, meaning it works pretty
 much like a regular Python dict. It's designed to be used as a
 priority queue.
 .
 This contains the Python 3 version