Metadata-Version: 2.4
Name: pythonic-fp-fptools
Version: 5.1.2
Summary: Pythonic FP - Functional Programming Tools
Keywords: either,fp,functional,functional programming,lazy,maybe,monad,non-strict
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-booleans>=2.0.0
Requires-Dist: pythonic-fp-circulararray>=6.0.0
Requires-Dist: pythonic-fp-gadgets>=3.1.0
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Requires-Dist: pythonic-fp-containers>=4.0.0 ; extra == "test"
Requires-Dist: pythonic-fp-iterables>=5.1.2 ; extra == "test"
Requires-Dist: pythonic-fp-queues>=4.1.0 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/pythonic-fp-fptools/blob/main/CHANGELOG.rst
Project-URL: Documentation, https://grscheller.github.io/pythonic-fp/fptools/development/build/html/
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/homepage/build/html/
Project-URL: Source, https://github.com/grscheller/pythonic-fp-fptools
Provides-Extra: test

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 and License
---------------------

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

