Metadata-Version: 2.1
Name: fncore
Version: 2020.1
Summary: Fuctional programming core library.
Home-page: https://github.com/jtwool/fncore
Author: JT Wolohan
Author-email: jwolohan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: more-itertools
Requires-Dist: toolz

fncore
=======
A collection of functional programming for Python.

#### Quickstart
```
$ pip install fncore
$ python3

>>> from fncore import *
>>> xs = [1,2,3]
>>> reduce(fn.operator.add, xs)
6
```

## Background

## Use

