Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042352
en ru br
ALT Linux repos
S:1.41-alt1

Group :: Development/Python3
RPM: python3-module-serpent

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.41-alt1
Build date: 14 april 2023, 18:37 ( 49.9 weeks ago )
Size: 67.42 Kb

Home 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.

Current maintainer: Anton Midyukov (maintainer)

List of contributors

List of rpms provided by this srpm:

  • python3-module-serpent
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin