/lambdify

autolambdificationing

Primary LanguagePython

Lambdify

Create lambda methods from python code and process imagery with them.

Install

git clone git@github.com:timbr-io/lambdify.git
cd lambdify && python setup.py develop

Usage

from lambdify import create
create('lambda_fn_name', fn='a legit python code string')