Metadata-Version: 1.0
Name: repoze.what.plugins.ini
Version: 0.2
Summary: repoze.what pluggin with sources based on INI files.
Home-page: http://github.com/jdinuncio/repoze.what.plugins.ini/tree/master
Author: Jose Dinuncio
Author-email: jdinunci@uc.edu.ve
License: BSD-derived (see http://www.repoze.org/LICENSE.txt)
Description: repoze.what.plugins.ini -- Plugin for repoze.what authorization framework
        =========================================================================
        
        repoze.what.plugins.ini is a plugin for repoze.what authorization framework
        which sources are INI-like files.
        
        An example of the file format for repoze.what.plugins.ini is given::
        
        [admins]
        rms
        
        [developers]
        # Here comes a comment
        rms
        
        linus # Yes, that one!
        
        [trolls]
        sballmer
        
        [python]
        [php]
        
        
Keywords: wsgi repoze what pluggins authorization INI ini
Platform: UNKNOWN
