Metadata-Version: 2.0
Name: regx
Version: 1.0.0
Summary: REGular eXpression power tool.
Home-page: https://github.com/tiborsimon/regx
Author: Tibor Simon
Author-email: tibor@tiborsimon.io
License: MIT
Keywords: regular expression regex tool power
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Dist: mock (>=2.0.0)
Requires-Dist: termcolor

REGX is a regular expression based tool that allows you modify files with the full power of the regex engine. You can use groups, condition, sequences, registers and actions to acieve your editing goals. Made a mistake? Don't worry. REGX is fully prepared, and has a non destructive rollback system.


