PyMOTW: grp
Originally posted
· 1 min read
The grp
module can be used to read information about Unix groups from the group database (usually /etc/group
). The read-only interface returns tuple-like objects with named attributes for the standard fields of a group record.