summaryrefslogtreecommitdiffstats
path: root/python/Automat/README
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2017-03-08 20:10:56 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-03-08 20:10:56 +0000
commitb90a0fec049b6e82a2c1b5c49eafa52008033271 (patch)
treea252d13ca5f639c7c15496900a830a889f076ad5 /python/Automat/README
parent37bca2aa38ab1a3395fcddde6a6d64fa9520d977 (diff)
downloadslackbuilds-b90a0fec049b6e82a2c1b5c49eafa52008033271.tar.gz
slackbuilds-b90a0fec049b6e82a2c1b5c49eafa52008033271.tar.xz
python/Automat: Added (Self-service finite-state machines).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/Automat/README')
-rw-r--r--python/Automat/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Automat/README b/python/Automat/README
new file mode 100644
index 0000000000..44034e0b09
--- /dev/null
+++ b/python/Automat/README
@@ -0,0 +1,3 @@
+Automat is a library for concise, idiomatic Python expression of
+finite-state automata (particularly deterministic finite-state
+transducers).