Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 832 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 832 Bytes
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