pythonic-fp-gadgetsΒΆ

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

For the 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

Returns iterator of its arguments

pythonic_fp.gadgets.it

function latest_common_ancestor

Find least common base class

pythonic_fp.gadgets.lca

Getting Started