Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/phpserialize
A PHP serializer implementation for Python
https://github.com/mitsuhiko/phpserialize
Last synced: 6 days ago
JSON representation
A PHP serializer implementation for Python
- Host: GitHub
- URL: https://github.com/mitsuhiko/phpserialize
- Owner: mitsuhiko
- License: other
- Created: 2010-10-17T14:58:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T13:42:53.000Z (7 months ago)
- Last Synced: 2024-12-20T19:06:35.851Z (13 days ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/phpserialize
- Size: 48.8 KB
- Stars: 128
- Watchers: 9
- Forks: 69
- Open Issues: 30
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
a port of the serialize and unserialize functions of php to python. This module
implements the python serialization interface (eg: provides dumps, loads and
similar functions).