Pythonic FP - Splitends project

Part of of the pythonic-fp namespace projects.

Overview

PyPI project pythonic.splitends implementing a singularly linked data structures allowing data to be safely shared between multiple instances.

  • Singularly link stack with shareable data nodes

    • module pythonic_fp.splitends.splitend

    • class SplitEnd

  • Shareable nodes used by SplitEnd instances

    • module pythonic_fp.splitends.splitend_node

    • class SENode

      • shareable nodes used by SplitEnd instances

        • this class is designed to be inaccessible to client code

Documentation

Installation

Installing and importing the module.

API docs

Detailed API documentation.

Development

CHANGELOG

CHANGELOG for the current and predecessor projects.