Package python3-module-serpent: Information

    Source package: python3-module-serpent
    Version: 1.41-alt2
    Latest version according to Repology
    Build time:  Oct 25, 2024, 02:51 PM in the task #360674
    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.

    List of RPM packages built from this SRPM:
    python3-module-serpent (noarch)

    Maintainer: Stanislav Levin



      1. python3(setuptools)
      2. rpm-build-python3
      3. python3(wheel)
      4. python3-module-attrs
      5. python3-module-pyproject-installer >= 0.4.0
      6. python3-module-pytest
      7. python3-module-pytz

    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.