| Name: | python3-serpent |
|---|---|
| Version: | 1.30.2 |
| Release: | 1.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 47708 |
| License: | MIT |
| RPM: | python3-serpent-1.30.2-1.el8.noarch.rpm |
| Source RPM: | python-serpent-1.30.2-1.el8.src.rpm |
| Build Date: | Wed Sep 16 2020 |
| Build Host: | jenkins-172-17-0-2-a7416494-7c1e-4174-bb44-3b72eacd0056.appad2iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://github.com/irmen/Serpent |
| Summary: | Serialization based on ast.literal_eval |
| 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. |