Metadata-Version: 1.0
Name: zope.pypisupport
Version: 0.1.0
Summary: Zope Viewlets
Home-page: http://cheeseshop.python.org/pypi/zope.pypisupport
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides a few simple scripts to administrate the Python Package
        Index (PyPI).
        
        Adding and Removing Roles
        -------------------------
        
        The first two scripts allow to grant or revoke the owner role to/from a user
        for a list of packages. Here is the syntax::
        
        # addrole --user=USER --pwd=PASSWORD TARGETUSER PACKAGE1, PACKAGE2, ...
        # delrole --user=USER --pwd=PASSWORD TARGETUSER PACKAGE1, PACKAGE2, ...
        
        Optionally, you can also apply the role changes to all packages of the calling
        user::
        
        # addrole --user=USER --pwd=PASSWORD -a TARGETUSER
        # delrole --user=USER --pwd=PASSWORD -a TARGETUSER
        
        
        =======
        CHANGES
        =======
        
        0.1.0 (2007-11-05)
        ------------------
        
        - Initial release.
        
        * Implemented `addrole` and `delrole` scripts, which allow one to add and
        remove roles for a user from one or more packages.
        
Keywords: pypi console tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
