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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for groupy-0.5.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3633e75d624fe713f2a8445add217ee5cf7e59e4151fd2f3debf8daf65f52d9e |
|
MD5 | 1320fe3fed5baafdc5d1efea5eb0a88e |
|
BLAKE2b-256 | bc293577b98b093bc5c6e461fb4b8aac549f6db0e2e990504ca6fb6a05ea505a |