Metadata-Version: 1.1
Name: initgroups
Version: 4.0
Summary: Convenience uid/gid helper function used in Zope2.
Home-page: https://github.com/zopefoundation/initgroups
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        .. warning::
        
           This package is deprecated. ``os.initgroups`` is part of the standard
           library as of Python 2.7.
        
        initgroups provides a convenience function to deal with user / group ids on
        Unix-style systems.
        
        Changelog
        =========
        
        4.0 (2017-10-13)
        ----------------
        
        - Deprecate entire package: ``os.initgroups`` is part of the standard
          library as of Python 2.7.
        
        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.
        
Keywords: deprecated,uid,gid,Zope2
Platform: UNKNOWN
Classifier: Development Status :: 7 - Inactive
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 :: Implementation :: CPython
