Metadata-Version: 1.1
Name: w2re
Version: 3.1.0
Summary: A command line tool and Python library for converting lists of strings into matching regular expressions (finite automata).
Home-page: https://github.com/radeklat/words-to-regular-expression
Author: Radek Lat
Author-email: radek.lat@gmail.com
License: MIT
Description: A command line tool and Python library for converting lists of strings into matching regular expressions (finite automata).
        
        See project on GitHub: https://github.com/radeklat/words-to-regular-expression
        
        Changelog: https://github.com/radeklat/words-to-regular-expression/blob/develop/CHANGELOG.md
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
