adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

make package directly installable from github with pip -e #17

Closed lieryan closed 9 years ago

adriank commented 10 years ago

OK, JS version is separated. package_dir={'': 'ObjectPathPy'} (or package_dir={'': 'objectpath'}) doesn't work on my computer.

BTW check out new version of ObjectPath. It's 5x faster. Just a little warning: it now uses generators everywhere and can suck up all the incoming data:). In other words $..price + $..price doesn't work if it works on generated on the fly JSON file.