Metadata-Version: 2.4
Name: pyfplib
Version: 0.2.3
Summary: A functional programming library for Python
Project-URL: Documentation, https://github.com/Comet11x/pyfplib/blob/main/README.md
Project-URL: Issues, https://github.com/Comet11x/pyfplib/issues
Project-URL: Source, https://github.com/Comet11x/pyfplib
Author-email: comet11x <comet11x@protonmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: algorithm,fp,function-library,functional-programming,monad,option,option-monad,result,result-monad
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# PyFPLib

🎯 PyFPLib is a tiny Rust-inspired functional programming library for Python.
It can serve as a basis for monadic computations in your Python code.

## 📦 Installation

```shell
pip install -U pyfplib
```
