Metadata-Version: 1.1
Name: fibonacci-heap-mod
Version: 1.2
Summary: Pure Python Fibonacci Heap (Priority Queue)
Home-page: http://stromberg.dnsalias.org/~strombrg/fibonacci-heap-mod/
Author: Daniel Richard Stromberg
Author-email: strombrg@gmail.com
License: Apache v2
Description: 
        A Pure Python Fibonacci Heap implementation of a Priority Queue is provided.
        
        It passes pylint, pyflakes, pycodestyle, and pydocstyle; is thoroughly unit tested; and runs on CPython 2.7,
        CPython 3.[3456789] & CPython 3.10, Pypy 5.10.0, Pypy3 5.10.0 and Jython 2.7.
        
Keywords: Fibonacci Heap,Priority Queue
Platform: Cross platform
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
