Metadata-Version: 2.1
Name: dfp
Version: 0.9.0
Summary: A suite of functional tools for all your functional programming
Home-page: https://github.com/jaypmorgan/dfp
Author: Jay Morgan
Author-email: jay@morganwastaken.com
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: tqdm (>=4.62)
Requires-Dist: pandas (==1.*)

# DFP: Dogmatic Functional Programming

[![Documentation Status](https://readthedocs.org/projects/dogmatic-functional-programming/badge/?version=latest)](https://dogmatic-functional-programming.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/jaypmorgan/dfp/badge.svg?branch=main)](https://coveralls.io/github/jaypmorgan/dfp?branch=main)
![PyPI](https://img.shields.io/pypi/v/dfp?label=dfp)
![PyPI - Downloads](https://img.shields.io/pypi/dm/dfp)

Procedures to help with help with functional-styles in the Python programming language.

## Installation

DFP can be installed from PyPI:

```bash
pip install dfp
```

After which, you import it:

```python
import dfp
```

## User guide

For a full API list and other user guides, please consult <https://dogmatic-functional-programming.readthedocs.io/>
