Metadata-Version: 1.1
Name: fibonacci-heap-mod
Version: 0.99
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, passes pep8, is thoroughly unit tested, and runs on CPython 2.7, CPython 3.[01234],
        Pypy 2.4.0, Pypy3 2.4.0 and Jython 2.7b3.
        
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
