A heap with decrease-key and increase-key operations
conda install iota2-deps::heapdict
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.