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
New versions will be updated to PyPI pretty regularly so it should be as easy as:
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.0.9.tar.gz
(4.6 kB
view details)
File details
Details for the file groupy-0.0.9.tar.gz
.
File metadata
- Download URL: groupy-0.0.9.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54854e5e04448f44d8df109e17a9343f267ce541c8dd71733e6b2df23e4f391b |
|
MD5 | 77495d8d087b1f88590c6f3b819cdf98 |
|
BLAKE2b-256 | f7e16cbfbeacb92e2c048352d542311083c1e2c4525382786c4ca81a95945f4a |