Metadata-Version: 1.1
Name: linked-list-mod
Version: 1.12
Summary: Pure Python linked list module, with lifo (stack) and fifo (queue)
Home-page: http://stromberg.dnsalias.org/~strombrg/linked-list
Author: Daniel Richard Stromberg
Author-email: strombrg@gmail.com
License: Apache v2
Description: 
        A pure python linked list class is provided.  It is
        thoroughly unit tested, passes pylint, and is known
        to run on CPython 2.7, CPython 3.3, Pypy 2.2 and
        Jython 2.7b1.
        
        A LIFO (stack) and FIFO (queue) are also provided,
        built from the linked list.
        
Keywords: linked list,stack,queue,lifo,fifo
Platform: Cross platform
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
