Metadata-Version: 2.0
Name: ilinkedlist
Version: 0.0.0
Summary: An immutable linked list library.
Home-page: https://github.com/luther9/ilinkedlist-py
Author: Luther Thompson
Author-email: lutheroto@gmail.com
License: GPLv3+
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 4 - Beta
Requires-Python: ~= 3.6

This is an implementation of immutable linked lists. It contains `nil` (the empty linked list) and a `Pair` class for nodes.


