Python client library for Grouper
Project description
Description
Python client library for interfacing with the Grouper API server.
Quickstart
Super basic…
from groupy.client import Groupy
grclient = Groupy('127.0.0.1:8990')
for user in grclient.users:
print user
for permission in grclient.users.get('zorkian'):
print permission
Installation
To pull the latest version from PyPI:
pip install groupy
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
groupy-0.5.5.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file groupy-0.5.5.tar.gz
.
File metadata
- Download URL: groupy-0.5.5.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eca04aef75acbccfbecf848dcf4d05597271dc8d4c4d092be50cf2f9fd1b6d8 |
|
MD5 | b3231f20810c16ab4c5a911cf3e69c20 |
|
BLAKE2b-256 | ae808f16f1e43a5c594e72dbeeb129856587ee39847ee67ca9039fafde9bbb9e |
File details
Details for the file groupy-0.5.5-py3-none-any.whl
.
File metadata
- Download URL: groupy-0.5.5-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57124121258e242a3e88ecd6fd9abef1cb0dcf67b0ce6b57fece65d74f233fd5 |
|
MD5 | b1ad2c4539ee912d4f46f8689f4a8fa1 |
|
BLAKE2b-256 | 748cba6fdfe14b88beb29e656fcfd6ddc5f15c7dd68edebfa03d0aa39109d428 |