Possible duplicate:
How to read / understand serialized PHP data string in python
I am using python to access a database that is controlled by a Drupal installation. The data I want to receive in Drupal is stored in the database as a serialized PHP object.
Are there any prebuilt python modules that can deserialize a serialized PHP object into a python object? I did some searching and came up with nothing.
I understand that I can write my own parser from scratch, but I would prefer to use something that has been verified and verified.
python php drupal deserialization
Chris salij
source share