Metadata-Version: 1.0
Name: collective.recipe.grp
Version: 1.1.0
Summary: A window unto Python's Standard Library grp function
Home-page: http://collective.github.com/collective.recipe.grp/
Author: Alex Clark
Author-email: aclark@aclark.net
License: ZPL
Description: Introduction
        *************
        
        This is a one line recipe to allow buildout users to refer to ``${grp:GROUP}`` to obtain the current user's UNIX group id.  In other words, the results of::
        
            $ id -g -n
        
        on UNIX systems, for the user executing the buildout. This can be used with `gocept.recipe.env`_ to configure ownership of the buildout directory, e.g.::
        
            $ chown -R  ${env:USER}:${grp:GROUP} ${buildout:directory}
        
        .. _gocept.recipe.env: http://pypi.python.org/pypi/gocept.recipe.env
        
        Changelog
        =========
        
        1.1.0 (2012-04-09)
        ------------------
        
        - Clean up package
          [aclark]
        
        1.0 (2011-02-17)
        ----------------
        
        - Clean up package
        
        0.1 (2009-04-03)
        ----------------
        
        - Added basic functionality
        
        - Created recipe with ZopeSkel
        
Keywords: buildout group id unix
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Zope Public License
