diff options
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 |
commit | a0e996a110343a174e9aec15016822cc01b92937 (patch) | |
tree | fcbeddeadb3bcde00e85726470d2d999589709c7 /python/python-serpent/README | |
parent | 42a53d1d16e78bd36924e2d9b430b605aeb6ca97 (diff) | |
download | slackbuilds-a0e996a110343a174e9aec15016822cc01b92937.tar.gz |
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/README | 3 |
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). |