summaryrefslogtreecommitdiffstats
path: root/python/python3-automat/README
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2022-03-03 11:12:24 +0100
committer Andrew Clemons <andrew.clemons@gmail.com>2022-03-05 00:21:35 +1300
commitf7574396e2ef825d4b74d7f4cc39c8e58fd6880a (patch)
treebdcfc37bd2b836e12c663fbdf9431d2059f81e16 /python/python3-automat/README
parent71411265e41735e394ef3d9ff412fdc82c11831d (diff)
downloadslackbuilds-f7574396e2ef825d4b74d7f4cc39c8e58fd6880a.tar.gz
slackbuilds-f7574396e2ef825d4b74d7f4cc39c8e58fd6880a.tar.xz
python/python3-automat: cloned from Automat for python3, updated for version 20.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-automat/README')
-rw-r--r--python/python3-automat/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-automat/README b/python/python3-automat/README
new file mode 100644
index 0000000000..44034e0b09
--- /dev/null
+++ b/python/python3-automat/README
@@ -0,0 +1,3 @@
+Automat is a library for concise, idiomatic Python expression of
+finite-state automata (particularly deterministic finite-state
+transducers).