From a0e996a110343a174e9aec15016822cc01b92937 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Sat, 18 Nov 2017 12:03:36 +0700 Subject: python/python-serpent: Added (Serializer for Python expressions). Signed-off-by: Willy Sudiarto Raharjo --- python/python-serpent/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python-serpent/README (limited to 'python/python-serpent/README') diff --git a/python/python-serpent/README b/python/python-serpent/README new file mode 100644 index 0000000000..4c52f49e7f --- /dev/null +++ b/python/python-serpent/README @@ -0,0 +1,3 @@ +Serpent is a simple serialization library based on ast.literal_eval. + +python3 is an optional dependency (autodetected). -- cgit v1.2.3