python3-serpent

simple serialization library based on ast.literal_eval(), Python3 modules

Description

Serpent provides ast.literal_eval() compatible object tree serialization. It serializes an object tree into bytes (utf-8 encoded string) that can be decoded and then passed as-is to ast.literal_eval() to rebuild it as the original object tree. As such it is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded).

This package contains the core Serpent module for Python 3.x .

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/irmen/Serpent


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-serpent