Metadata-Version: 2.4
Name: pythonic-fp-fptools
Version: 5.4.0
Summary: .. admonition:: Functional programming tools for Python
Keywords: either,fp,functional,functional programming,lazy,maybe,monad,non-strict
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-booleans>=3.0.2
Requires-Dist: pythonic-fp-circulararray>=6.0.4
Requires-Dist: pythonic-fp-gadgets>=4.0.2
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Requires-Dist: pythonic-fp-containers>=4.0.1 ; extra == "test"
Requires-Dist: pythonic-fp-iterables>=5.1.3 ; extra == "test"
Requires-Dist: pythonic-fp-queues>=5.1.1 ; 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/projects/fptools.html
Project-URL: Homepage, https://grscheller.github.io/pythonic-fp/
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/>`_
PyPI projects.

Documentation
-------------

Documentation and other links for this project are hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/projects/fptools.html>`_.

Copyright and License
---------------------

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

