pkl2php is a script that reads in a python pickle file and spits out the
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 2 Nov 2007 16:34:28 +0000 (16:34 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 2 Nov 2007 16:34:28 +0000 (16:34 +0000)
commit582fe9dcdb6e7057e5e8e1f1aa729772fe25a321
treeba637aca4606c87c0fce5b7281c4a265cadbeb8a
parentba6cc9b30b0741e10033a769202047ddeb96f6d1
pkl2php is a script that reads in a python pickle file and spits out the
equivalent as a php serialize file, for data sharing between python and php.
pkl2php.py [new file with mode: 0755]