Pythonic FP - Queues project¶
Part of of the pythonic-fp namespace projects.
Overview¶
PyPI project pythonic.queues Implementing 3 types of queue data structures.
Class |
Queue Type |
---|---|
FIFOQueue LIFOQueue DEQueue |
First-In-First-Out Queue Last-In-First-Out Queue Double-Ended Queue |
Documentation¶
- Installation
Installing and importing the module.
- API docs
Detailed API documentation.
Development¶
- CHANGELOG
CHANGELOG for the current and predecessor projects.