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
File details
Details for the file groupy-0.5.3-py2.py3-none-any.whl
.
File metadata
- Download URL: groupy-0.5.3-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3633e75d624fe713f2a8445add217ee5cf7e59e4151fd2f3debf8daf65f52d9e |
|
MD5 | 1320fe3fed5baafdc5d1efea5eb0a88e |
|
BLAKE2b-256 | bc293577b98b093bc5c6e461fb4b8aac549f6db0e2e990504ca6fb6a05ea505a |