0.4.0 • Published 12 years ago

eval.py v0.4.0

Weekly downloads
13
License
-
Repository
github
Last release
12 years ago

eval.py

This module is somewhat of a joke... just a simple way to execute arbitrary Python.

require('eval.py').eval('abs(-100) > 0', function(err, data) {
  // python will try to eval and dump back as json
  // then its parsed by node
  console.info('this should be true', data);
})
0.4.0

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago