Usage ===== How to installing the package ----------------------------- Install the project into your Python environment: .. code:: console $ pip install pythonic-fp-containers Importing the module -------------------- Import the functional container classes into your code. .. code:: python from pythonic_fp.containers.functional_tuple import FTuple from pythonic_fp.containers.immutable_list import IList