usage

How to installing the module

Install the project into your Python environment:

$ pip install pythonic-fp

Importing the modules

Import the gadgets where “gadgets” are simple objects with minimal dependencies.

from pythonic_fp.gadgets.box import Box
from pythonic_fp.gadgets.it import it
from pythonic_fp.gadgets.lca import least_common_ancestor as lca