Metadata-Version: 2.1
Name: dfa-identify
Version: 1.0.0
Summary: Python library for identifying (learning) DFAs (automata) from labeled examples.
License: MIT
Author: Marcell Vazquez-Chanlatte
Author-email: mvc@linux.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: attrs (>=21.0.0,<22.0.0)
Requires-Dist: bidict (>=0.21.2,<0.22.0)
Requires-Dist: dfa (>=2.1.2,<3.0.0)
Requires-Dist: funcy (>=1.15,<2.0)
Requires-Dist: networkx (>=2.5.1,<3.0.0)
Requires-Dist: python-sat (>=0.1.7-alpha.2,<0.2.0)
