diff options
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 |
commit | b90a0fec049b6e82a2c1b5c49eafa52008033271 (patch) | |
tree | a252d13ca5f639c7c15496900a830a889f076ad5 /python/Automat/README | |
parent | 37bca2aa38ab1a3395fcddde6a6d64fa9520d977 (diff) | |
download | slackbuilds-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/README | 3 |
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). |