Functional programming tools for Python inspired by Lodash FP and an extension for Python standard functional libraries
pip install ftools- Performant and lean
- Simple and pythonic
- Immutable
poetry config settings.virtualenvs.in-project true;
poetry config settings.virtualenvs.path .venv;
poetry install;poetry run pylint ftools;poetry run black .;poetry run pytest;Contact @iddan