Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaypmorgan/dfp
A suite of functional tools for all your functional programming
https://github.com/jaypmorgan/dfp
functional-programming python
Last synced: about 2 months ago
JSON representation
A suite of functional tools for all your functional programming
- Host: GitHub
- URL: https://github.com/jaypmorgan/dfp
- Owner: jaypmorgan
- License: gpl-3.0
- Created: 2023-01-18T14:18:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T10:12:27.000Z (9 months ago)
- Last Synced: 2024-11-07T06:43:53.371Z (2 months ago)
- Topics: functional-programming, python
- Language: Python
- Homepage: https://dogmatic-functional-programming.readthedocs.io
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
![Tests passing](https://github.com/jaypmorgan/dfp/actions/workflows/python-test.yml/badge.svg)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