Linux capabilities for python.
Project description
# PyCaps
Linux capabilities for python.
- Example:
>>> import pycaps >>> caps = pycaps.get_caps()
>>> if caps['setgid']: print('setgid enabled') >>> if caps['setgid'] is pycaps.ENABLED: print('setgid enabled')
Requirements: * Linux * libcap2
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
pycaps-0.2.0.tar.gz
(3.0 kB
view details)
File details
Details for the file pycaps-0.2.0.tar.gz
.
File metadata
- Download URL: pycaps-0.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
af9c5bd7c05f6d50df8886ba0fd7097bd1ebd1d29e785b92a4b0aff2dfa0eca1
|
|
MD5 |
272aee5e404d2b7b6b459352b799290d
|
|
BLAKE2b-256 |
1309a0b813869262ee2fe6c544d8a06086812b6b085b9aad23704290c19ece82
|