Metadata-Version: 2.1
Name: funcs-for-pfs
Version: 0.1.1
Summary: This is a collection of handy functions for performing functional pipeline processing (Point-Free Style) in Python.
Home-page: UNKNOWN
Author: kcode
Author-email: kscreamsun@gmail.com
License: CC0
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: toolz

# your_package_name

## 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).


