Metadata-Version: 1.1
Name: regexf
Version: 0.1.0
Summary: Compare regular expressions against those in a file
Home-page: http://pypi.python.org/pypi/regexf/
Author: Martin Mohan
Author-email: martinmohan@yahoo.com
License: LICENSE.txt
Description: ======
        regexf
        ======
        
        regexf command Line
        ===================
        regexf -h.
        
        usage: regexf [-h] [-v] [-f FILE] patterns [patterns ...]
        
        Compare patterns to those in a regexf file (version=0.1.0)
        
        positional arguments:
          patterns              regexf pattern
                                e.g.
                                regexf vac/bb/cc
                                regexf vac/bb/cc -v
                                regexf 123\:456\:789
        
        optional arguments:
          -h, --help            show this help message and exit
          -v, --verbose         increase output verbosity using -v,-vv,-vvv
          -f FILE, --file FILE  Specify regexf file (default=/usr/local/bin/regexf.ini)
                                e.g. regexf -f ~/myregexf.ini vac/bb/cc
        
        
        Web sites
        ---------
        
        http://www.scadat.org/regexf
        
        Author
        -----------
        Martin Mohan
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: System
Classifier: Topic :: Software Development
