Socket
Book a DemoInstallSign in
Socket

pythonic-fp-fptools

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pythonic-fp-fptools

Pythonic FP - Functional Programming Tools

Source
pipPyPI
Version
5.1.2
Maintainers
1

Pythonic FP - Functional tools

PyPI project pythonic-fp.fptools <https://pypi.org/project/pythonic-fp.fptools>_.

Tools to aid with functional programming in Python while still endeavoring to be Pythonic.

  • Functions as first class objects

  • Lazy (non-strict) function evaluation

  • Maybe monad - representing a possible missing value

  • Either monad - representing either a LEFT or RIGHT value, not both

    • left biased
  • State monad implementation

    • pure FP handling of state (the state monad)

    • Classic FP implementation

      • the monad encapsulates a state transformation, not a "state"

Part of the pythonic-fp <https://grscheller.github.io/pythonic-fp/homepage/build/html/index.html>_ PyPI projects.

Documentation

Documentation for this project is hosted on GitHub Pages <https://grscheller.github.io/pythonic-fp/fptools/development/build/html>_.

Copyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache License, Version 2.0. See the LICENSE file for details.

Keywords

either

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts