Metadata-Version: 2.3
Name: py-cdll
Version: 2024.10.30.18.3
Summary: Circular doubly linked list data structure. Emulates Python list behavior and has additional features.
Author: tompy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown

Circular doubly linked list data structure.
Emulates Python list behavior and has additional features.
