Zope Viewlets
Project 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zope.pypisupport-0.1.0.tar.gz
(4.7 kB
view hashes)