From bc2cca2be9c335a82138ce9bd3da9bd2649bba41 Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Wed, 4 Feb 2015 20:39:09 +0700 Subject: python/python-parse: Added (Python String Parser). Signed-off-by: Willy Sudiarto Raharjo --- python/python-parse/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python-parse/README (limited to 'python/python-parse/README') diff --git a/python/python-parse/README b/python/python-parse/README new file mode 100644 index 0000000000..a9974f8a74 --- /dev/null +++ b/python/python-parse/README @@ -0,0 +1,2 @@ +Parse strings using a specification based on the Python format() +syntax. -- cgit v1.2.3