usage ===== How to installing the module ---------------------------- Install the project into your Python environment: .. code:: console $ pip install pythonic-fp-splitends Importing the module -------------------- Import the Splitend class and its supporting infrastructure (TODO) into your code. .. code:: python from pythonic_fp.splitends.splitend import Splitend