Python module to manipulate unix system accounts.
Project description
Python module to manipulate unix system accounts by calling standard unix commands user{add,mod,del} which do the actual system files manipulation.
Uses sudo to run the commands if not root (EUID not 0).
Locations
Unix Account packages are available from Cheese shop (PyPI) at https://pypi.python.org/pypi/unixaccount
The project page is hosted on Github.
If you’ve never worked with git or contributed to a project on Github, there is a quick start guide.
If you find something wrong or know of a missing feature, please create an issue on the project page. If you find that inconvenient or have some security concerns, you could also drop me a line at <devel@beli.sk>.
Install
pip install unixaccount
Contents
CLASSES
exceptions.Exception(exceptions.BaseException)
UnixAccountError
AlreadyExists
Busy
NotFound
FUNCTIONS
create_user(username, group=None, homedir=None, password=None, mkhome=False, shell=None) Create a new user account delete_user(username) Delete user account. modify_user(username, group=None, homedir=None, password=None, mkhome=False, shell=None) Modify existing user account. get_gid(groupname) Return numeric group ID for given group name or raise NotFound exception. get_uid(username) Return numeric user ID for given username or raise NotFound exception. get_username(uid) Return user name for given numeric user ID or raise NotFound exception
License
Copyright 2014 Michal Belica <devel@beli.sk>
Unix Account is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Unix Account is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Unix Account. If not, see < http://www.gnu.org/licenses/ >.
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
File details
Details for the file unixaccount-0.1.1.tar.gz
.
File metadata
- Download URL: unixaccount-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db8a6f19008ed743aa32f29c3ebe82efd002d8bf2f1b633ed5afa8dc9f001e70 |
|
MD5 | 0a7d6e7bf4d014db647130b149e7e8ef |
|
BLAKE2b-256 | 9b1f4e8f5b385e8ae899b7e0d1f2ab59ec43fe10e4e168ca9da07775413909d3 |