Metadata-Version: 1.1
Name: initgroups
Version: 3.0
Summary: Convenience uid/gid helper function used in Zope2.
Home-page: http://pypi.python.org/pypi/initgroups
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        initgroups provides a convenience function to deal with user / group ids on
        Unix-style systems.
        
        The functionality was integrated into Python 2.7 as ``os.initgroups``.
        
        Changelog
        =========
        
        3.0 (2016-07-19)
        ----------------
        
        - This package is now a shim around `os.initgroups`, which got
          added in Python 2.7.
        
        2.13.0 (2010-03-30)
        -------------------
        
        - Released as separate package.
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
