Metadata-Version: 1.1
Name: linked-list
Version: 0.0.7
Summary: Classes for linked lists and doubly linked lists
Home-page: https://github.com/jakab922/linked_list
Author: Daniel Papp
Author-email: jakab922@gmail.com
License: MIT
Download-URL: https://github.com/jakab922/linked_list/tarball/0.0.7
Description: linked_list module
        ==================
        
        This package currently supports singly linked lists and doubly linked lists. Push and pop and delete operations are supported.
        
        Installation
        ------------
        
        You can install the package via pip:
        
            pip install linked_list
        
        Documentation
        -------------
        
        You can find the documentation on `Read the Docs <http://linked-list.readthedocs.io/en/latest/>`_
        
Keywords: linked list data structure
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
