Metadata-Version: 1.1
Name: regexf
Version: 0.1.4
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] [-i] [-s SECTION] [-f FILE] [patterns [patterns ...]]
        
        Compare input patterns to regexf patterns in a regexf.ini file
        
        positional arguments:
          patterns              regexf pattern (e.g. regexf -v aa/bb/cc vac/myvac1/1)
        
        optional arguments:
          -h, --help            show this help message and exit
          -v, --verbose         increase output verbosity using -v,-vv
          -i, --info            Information on regexf patterns
          -s SECTION, --section SECTION
                                Specify section (default='default')
          -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
