Metadata-Version: 1.1
Name: fibonacci-heap-mod
Version: 0.9
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 pretty thoroughly unit tested, and runs on CPython 2.[67], CPython 3.[01234],
        Pypy 2.3.1 and Jython 2.7b3.
        
Keywords: Fibonacci Heap,Priority Queue
Platform: Cross platform
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
