Package python3-module-serpent: Information

    Binary package: python3-module-serpent
    Version: 1.41-alt1
    Architecture: noarch
    Build time:  Apr 18, 2023, 09:51 AM
    Source package: python3-module-serpent
    Report package bug
    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: Anton Midyukov


    Last changed


    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.
    April 21, 2019 Anton Midyukov 1.28-alt1
    - Updated to upstream version 1.28