Metadata-Version: 1.1
Name: inigrep
Version: 0.3.0
Summary: inigrep - grep for (some) INIs
Home-page: https://gitlab.com/vornet/python/python-inigrep
Author: UNKNOWN
Author-email: Alois Mahdal <netvor+inigrep@vornet.cz>
License: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Description: 
        inigrep is designed to read a particular simplistic dialect of
        INI configuration files.  In a sense, it can be considered as
        a "grep for INIs", in that rather than parsing the file into
        a typed memory structure for later access, it passes file each
        time a query is done, and spits out relevant parts; treating
        everything as text.  Hence, it's not intended as replacement
        for a full-blown configuration system but rather a quick & dirty
        "swiss axe" for quick & dirty scripts.
        
Platform: UNKNOWN
Requires: __VDK_PYLIB_REQUIRES_PYSTUFF__
