fpelements
Small set of functional programming tools for python, inspired by haskell and scala.
Project was made as attempt to know haskell, scala and functional programming abstractions better and to try to apply them to python.
Installation
Go to fpelements
directory and execute:
pip install -r requirements/base.txt
python setup.py sdist
pip install dist/fpe-<version>.tar.gz
Note. Python 3.5 is required.