summaryrefslogtreecommitdiffstats
path: root/python/python-serpent/README
diff options
context:
space:
mode:
author Thibaut Notteboom <thibaut.notteboom@gmail.com>2017-11-18 12:03:36 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-18 12:03:36 +0700
commita0e996a110343a174e9aec15016822cc01b92937 (patch)
treefcbeddeadb3bcde00e85726470d2d999589709c7 /python/python-serpent/README
parent42a53d1d16e78bd36924e2d9b430b605aeb6ca97 (diff)
downloadslackbuilds-a0e996a110343a174e9aec15016822cc01b92937.tar.gz
slackbuilds-a0e996a110343a174e9aec15016822cc01b92937.tar.xz
python/python-serpent: Added (Serializer for Python expressions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-serpent/README')
-rw-r--r--python/python-serpent/README3
1 files changed, 3 insertions, 0 deletions
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).