Metadata-Version: 2.1
Name: lambdaChaining
Version: 1.0.0
Summary: A module for chaining lambdas
Home-page: https://www.beyonce.com
Author: hunterg
Author-email: redissuslolol@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: docifyPLUS

# lambdaChaining
##### *lambdaChaining is a package for chaining lambdas*

---

## __Instillation__
    python -m pip install lambdaChaining

## __Lambdas__

#### *bind*
* ##### ALIASES: [b, binding, binding_lambda]

* ##### PARAMETERS: x -> LAMBDA: EXPRESSION, f=(lambda x: x) -> f(x)

* ##### RETURN/YIELD: A Chained Lambda

