4 Repositories
Latest Python Libraries
Python module (C extension and plain python) implementing Aho-Corasick algorithm
pyahocorasick pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search meaning that you can find mult
763 Dec 27, 2022
Automaton - python script to execute bash command based on changes in size of a file.
automaton python script to execute given command = everytime size of a given file changes,hence everytime a file is modified.(almost) download automa
1 Jan 03, 2022
A Python library for simulating finite automata, pushdown automata, and Turing machines
Automata Copyright 2016-2021 Caleb Evans Released under the MIT license Automata is a Python 3 library which implements the structures and algorithms
219 Dec 12, 2022
Visual Automata is a Python 3 library built as a wrapper for Caleb Evans' Automata library to add more visualization features.
Visual Automata Copyright 2021 Lewi Lie Uberg Released under the MIT license Visual Automata is a Python 3 library built as a wrapper for Caleb Evans'
55 Nov 17, 2022