Package python3-module-serpent: Information
Source package: python3-module-serpent
Version: 1.41-alt2
Build time: Oct 25, 2024, 02:51 PM in the task #360674
Category: Development/Python3
Report package bugHome page: https://pypi.python.org/pypi/serpent
License: MIT
Summary: Serializer for literal Python expressions
Description:
Serpent is a simple serialization library based on ast.literal_eval. Because it only serializes literals and recreates the objects using ast.literal_eval(), the serialized data is safe to transport to other machines (over the network for instance) and de-serialize it there.
Maintainer: Stanislav Levin
List of contributors:
Stanislav Levin
Anton Midyukov
Aleksei Nikiforov
Ivan Zakharyaschev
Sergey Alembekov
Eugeny A. Rostovtsev
Stanislav Levin
Anton Midyukov
Aleksei Nikiforov
Ivan Zakharyaschev
Sergey Alembekov
Eugeny A. Rostovtsev
Last changed
Oct. 25, 2024 Stanislav Levin 1.41-alt2
- Migrated from removed setuptools' test command (see #50996).
April 15, 2023 Anton Midyukov 1.41-alt1
- Updated to upstream version 1.41
Oct. 19, 2020 Stanislav Levin 1.28-alt2
- Stopped Python2 package build.