descriptionΒΆ

PyPI project pythonic-fp part of the pythonic-fp namespace projects.

For a proposed version 1.2.0 release.

Simple Gadgets.

Library of simple, but useful, functions and classes with minimal dependencies.

Gadget

Description

Module

class Box

Single item box

pythonic_fp.gadgets.box

function it

Function returning iterator of its arguments

pythonic_fp.gadgets.it

function latest_common_ancestor

Function to find a least common base class

pythonic_fp.gadgets.lca