Skip to content

timbr-io/lambdify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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')