58659f8c33
- switch to pypi (old upstream url seems dead) - trim categories a bit - define LICENSE (BSD3C, confirmed with upstream developer) - add NO_ARCH and define supported python versions range - general clean-up PR: 214310 Approved by: maintainer timeout (14 days)
5 lines
239 B
Text
5 lines
239 B
Text
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).
|
|
|
|
WWW: http://www.hurring.com/scott/code/python/serialize/
|