Metadata-Version: 2.1
Name: funcs-for-pfs
Version: 0.1.2
Summary: This is a collection of handy functions for performing functional pipeline processing (Point-Free Style) in Python.
Author: kcdlr
Author-email: nina.aiden168@salmonserenade.com
License: CC0
Classifier: Programming Language :: Python :: 3
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: toolz

# funcs_for_pfs

## Description

This is a collection of handy functions for performing functional pipeline processing (Point-Free Style) in Python.

## Dependencies

This package depends on `toolz`, which is released under the New BSD License.

## License

This package is released under CC0. For details, please refer to the LICENSE file.
For license information regarding `toolz`, please see the following: [toolz GitHub Repository](https://github.com/pytoolz/toolz).
