Metadata-Version: 2.1
Name: with-partial
Version: 0.1.0
Summary: A utility for functional piping in Python that allows you to access any function in any scope as a partial.
Author: Michael Milton
Author-email: michael.r.milton@gmail.com
Requires-Python: >=3.7,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: pipetools
Requires-Dist: addict (>=2.4.0,<3.0.0)
Requires-Dist: pipetools (>=1.0.1,<2.0.0); extra == "pipetools"
