Skip to content

khealth/fptools

Repository files navigation

ftools logo

ftools

Functional programming tools for Python inspired by Lodash FP and an extension for Python standard functional libraries

pip install ftools

Python library

Features

  • Performant and lean
  • Simple and pythonic
  • Immutable

Develop

poetry config settings.virtualenvs.in-project true;
poetry config settings.virtualenvs.path .venv;
poetry install;

Lint

poetry run pylint ftools;

Format

poetry run black .;

Test

poetry run pytest;

Publish new version

Contact @iddan