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