Pythomata

Latest version: v0.3.2

Safety actively analyzes 619405 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.2

* Bug fixing and minor improvements.

0.3.1

* Improved CI: using GitHub actions instead of Travis.
* Included many other checks: `safety`, `black`, `liccheck`.
* Improved documentation.

0.3.0

* Main refactoring of the APIs.
* Introduce interfaces for better abstractions: `Alphabet`, `FiniteAutomaton` etc.
* `DFA` and `NFA` renamed `SimpleDFA` and `SimpleNFA`, respectively.
* Introduced `SymbolicAutomaton` and `SymbolicDFA`, where the guards
on transitions are propositoinal formulas.

0.2.0

* Refactoring of the repository

0.1.0

* Basic support for DFAs and NFAs.
* Algorithms for DFA minimization and trimming.
* Algorithm for NFA determinization.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.